Sha256: 8629379f1995be2a0b76a567f77eb65a09ffc265426bb1c6c0fd2d71d10cefcd
Contents?: true
Size: 926 Bytes
Versions: 4
Compression:
Stored size: 926 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.licenses = %w{ BSD MIT } 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
diff_matcher-2.7.1 | diff_matcher.gemspec |
diff_matcher-2.7.0 | diff_matcher.gemspec |
diff_matcher-2.6.0 | diff_matcher.gemspec |
diff_matcher-2.5.0 | diff_matcher.gemspec |