--- !ruby/object:Gem::Specification name: diff_matcher version: !ruby/object:Gem::Version version: 2.9.0 platform: ruby authors: - locochris autorequire: bindir: exe cert_chain: [] date: 2021-05-01 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: - diff-csv - diff-json - diff-match - diff-match-json - diff-mysql extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".rspec" - ".travis.yml" - CHANGELOG.md - Gemfile - README.md - Rakefile - TODO.txt - diff_matcher.gemspec - doc/builtin_complex_matcher.png - doc/diff_matcher.gif - doc/diff_matcher.png - doc/even_more_tapas_spec.rb - doc/example_output.png - doc/more_tapas_spec.rb - exe/diff-csv - exe/diff-json - exe/diff-match - exe/diff-match-json - exe/diff-mysql - lib/diff_matcher.rb - lib/diff_matcher/cli.rb - lib/diff_matcher/difference.rb - lib/diff_matcher/escape_to_html.rb - lib/diff_matcher/rspec.rb - lib/diff_matcher/rspec/matchers.rb - lib/diff_matcher/rspec/matchers/diff_json_matcher.rb - lib/diff_matcher/rspec/matchers/diff_matcher.rb - lib/diff_matcher/rspec_3.rb - lib/diff_matcher/rspec_3/matchers.rb - lib/diff_matcher/rspec_3/matchers/diff_json_matcher.rb - lib/diff_matcher/rspec_3/matchers/diff_matcher.rb - lib/diff_matcher/version.rb - spec/diff_matcher/difference_spec.rb - spec/diff_matcher/rspec/matchers/diff_matcher_spec.rb - spec/spec_helper.rb homepage: http://github.com/diff-matcher/diff_matcher licenses: - BSD - MIT 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: [] rubygems_version: 3.1.4 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/diff_matcher/rspec/matchers/diff_matcher_spec.rb - spec/spec_helper.rb