Sha256: e73bf824b754a1cbd3802388df7ade593216bbee0e4e2329f2b9ba633d4b153d

Contents?: true

Size: 892 Bytes

Versions: 1

Compression:

Stored size: 892 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "diff_matcher/version"

Gem::Specification.new do |s|

  s.name          = "diff_matcher"
  s.version       = DiffMatcher::VERSION.dup
  s.platform      = Gem::Platform::RUBY
  s.authors       = ["locochris"]
  s.email         = "chris@locomote.com.au"
  s.homepage      = "http://github.com/diff-matcher/diff_matcher"

  s.summary       = %q{Generates a diff by matching against user-defined matchers written in ruby.}
  s.description   = <<EOF
DiffMatcher matches input data (eg. from a JSON API) against values,
ranges, classes, regexes, procs, custom matchers and/or easily composed,
nested combinations thereof to produce an easy to read diff string.
EOF

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.require_paths = ["lib"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
diff_matcher-2.4.1 diff_matcher.gemspec