Sha256: 4ec9559e516a59ac7b975fd02579f3bcc39128162262c4d78f1c85ba9527baa8

Contents?: true

Size: 1.78 KB

Versions: 0

Compression: gzip

Compressed size: 705 Bytes

Stored size: 705 Bytes

Contents

--- !ruby/object:Gem::Specification
name: rspec-deep-ignore-order-matcher
version: !ruby/object:Gem::Version
  version: 0.0.4
platform: ruby
authors:
- Alexey Mogilnikov
autorequire: 
bindir: bin
cert_chain: []
date: 2015-10-07 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: rspec
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '2.6'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '2.6'
description: This gem adds a custom matcher to RSpec to recursively compare nested
  Ruby data-structures consisting of `Hash` and `Array` elements. An order of elements
  in an array is ignored.
email:
- alexey@mogilnikov.name
executables: []
extensions: []
extra_rdoc_files: []
files:
- ".gitignore"
- Gemfile
- LICENSE.txt
- README.md
- Rakefile
- lib/rspec-deep-ignore-order-matcher.rb
- lib/rspec-deep-ignore-order-matcher/version.rb
- rspec-deep-ignore-order-matcher.gemspec
- spec/matcher_spec.rb
- vexor.yml
homepage: https://github.com/amogil/rspec-deep-ignore-order-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.2.2
signing_key: 
specification_version: 4
summary: A custom matcher to RSpec to recursively compare nested Ruby data-structures
  consisting of `Hash` and `Array` elements.
test_files:
- spec/matcher_spec.rb

Package Spec version

rspec-deep-ignore-order-matcher-0.0.4