Sha256: ef1a3faa89ae1944f2d9e435e7b03fa2ef2b86e6e6d1086745a0dc91ae1fb2d5

Contents?: true

Size: 1.75 KB

Versions: 0

Compression: gzip

Compressed size: 813 Bytes

Stored size: 813 Bytes

Contents

--- !ruby/object:Gem::Specification
name: diff_matcher
version: !ruby/object:Gem::Version
  version: 2.3.3
  prerelease: 
platform: ruby
authors:
- Playup
autorequire: 
bindir: bin
cert_chain: []
date: 2012-08-03 00:00:00.000000000 +10:00
default_executable: 
dependencies: []
description: ! "DiffMatcher performs recursive matches on values contained in hashes,
  arrays and combinations thereof.\n\nValues in a containing object match when:\n\n
  \   - actual == expected\n    - actual.is_a? expected  # when expected is a class\n
  \   - expected.match actual  # when expected is a regexp\n    - expected.call actual
  \  # when expected is a proc\n"
email: chris@playup.com
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
has_rdoc: true
homepage: http://github.com/playup/diff_matcher
licenses: []
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: 1047575201
required_rubygems_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 1.6.2
signing_key: 
specification_version: 3
summary: Generates a diff by matching against expected values, classes, regexes and/or
  procs.
test_files: []

Package Spec version

diff_matcher-2.3.3