Sha256: 546da02a819ff35fb8825f2205202f148bf78355cd2492ddc762c84114c81720
Contents?: true
Size: 1.55 KB
Versions: 0
Compression: gzip
Compressed size: 732 Bytes
Stored size: 732 Bytes
Contents
--- !ruby/object:Gem::Specification name: diff_matcher version: !ruby/object:Gem::Version version: 2.4.1 platform: ruby authors: - locochris autorequire: bindir: bin cert_chain: [] date: 2013-07-28 00:00:00.000000000 Z dependencies: [] description: | 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. email: chris@locomote.com.au executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .rspec - .travis.yml - CHANGELOG.md - Gemfile - License.txt - README.md - Rakefile - TODO.txt - diff_matcher.gemspec - doc/diff_matcher.gif - doc/example_output.png - lib/diff_matcher.rb - lib/diff_matcher/difference.rb - lib/diff_matcher/escape_to_html.rb - lib/diff_matcher/version.rb - spec/diff_matcher/difference_spec.rb - spec/spec_helper.rb homepage: http://github.com/diff-matcher/diff_matcher licenses: [] metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.0.3 signing_key: specification_version: 4 summary: Generates a diff by matching against user-defined matchers written in ruby. test_files: - spec/diff_matcher/difference_spec.rb - spec/spec_helper.rb