Sha256: 30553f3e175016bb67d544de595565d153e47dfbe715ddb2ac5dafeaba8e26da
Contents?: true
Size: 1.96 KB
Versions: 0
Compression: gzip
Compressed size: 810 Bytes
Stored size: 810 Bytes
Contents
--- !ruby/object:Gem::Specification name: diff_matcher version: !ruby/object:Gem::Version version: 2.6.0 prerelease: platform: ruby authors: - locochris autorequire: bindir: bin cert_chain: [] date: 2014-09-09 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 - 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/rspec.rb - lib/diff_matcher/rspec/matchers/diff_matcher.rb - lib/diff_matcher/rspec_3.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 post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: - 0 hash: -213964590511459667 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: - 0 hash: -213964590511459667 requirements: [] rubyforge_project: rubygems_version: 1.8.24 signing_key: specification_version: 3 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