eq_wo_order 0.2.0 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG +2 -0
  3. data/README.md +1 -1
  4. data/eq_wo_order.gemspec +2 -2
  5. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0a13884e3cd9352d899c4aeedae8c519b38eaa52
4
- data.tar.gz: 8226fa5acae1da4c68b7c2badc1e38226b85740b
3
+ metadata.gz: 881f9f982c5308ccbc8cbb4d52f5f301b9fa4897
4
+ data.tar.gz: 275893d24c36f78df6089b846f77579c1e8ce5c1
5
5
  SHA512:
6
- metadata.gz: a40168c509368079b33bb9e7712a89137f390444d7fbd8789ca86fdbde0b8baa9d94b366a978079d42b7bf09467d8f1b9a939ee1bed0c689bd45d3bc6b06e736
7
- data.tar.gz: 9ebeac453bc021f895d365e76b67fa8236a53521b7a1e901116d67d68d65525e8ec324f7c4d75a54e43b4966f6577293e59da1e1aeed2ef0c2bffbb8ef0cdbbc
6
+ metadata.gz: 09b7de5f002b8568e6887be5b69a6dbb505acb95cf93d7893eb9d222deac648f1f94d49eaa1614a940940ac908c0faf1f2c1da503d672e79434cf2a459ffdf5c
7
+ data.tar.gz: 2f3fadf495c460eb90085dadfef907abf9c3c56e1d43e8e2e7e855be9113039cf496485988fa4ed1107d4ebd4119f1a4cbca6b1272c636881c581f70d042ea19
data/CHANGELOG CHANGED
@@ -1,3 +1,5 @@
1
1
  Version 0.0.1 eq_wo_order is released
2
2
  Version 0.1.0 Support for arrays of arrays and more complicated structures.
3
3
  Version 0.2.0 Support for arrays of hashes of arrays etc - more complicated nesting. Initial support for arrays of disparate types.
4
+ Version 0.2.1 Small description update
5
+ Version 0.2.2 Include CHANGELOG
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![Build Status](https://travis-ci.org/jadekler/eq_wo_order.svg?branch=master)](https://travis-ci.org/jadekler/eq_wo_order)
4
4
 
5
- RSpec equality matcher that recursively sorts lists, hashes, and lists of hashes before comparing
5
+ RSpec equality matcher that deeply compares array without order - arrays of primitives, hashes, and arrays
6
6
 
7
7
  ## Installation
8
8
 
data/eq_wo_order.gemspec CHANGED
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'eq_wo_order'
3
- s.version = '0.2.0'
3
+ s.version = '0.2.2'
4
4
  s.date = '2016-02-29'
5
5
  s.summary = 'RSpec equality matcher that ignores nested order'
6
- s.description = 'RSpec equality matcher that recursively sorts lists, hashes, and lists of hashes before comparing'
6
+ s.description = 'RSpec equality matcher that deeply compares array without order - arrays of primitives, hashes, and arrays'
7
7
  s.authors = ['Jean de Klerk']
8
8
  s.email = 'jadekler@gmail.com'
9
9
  s.homepage = 'http://rubygems.org/gems/eq_wo_order'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eq_wo_order
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jean de Klerk
@@ -52,8 +52,8 @@ dependencies:
52
52
  - - ~>
53
53
  - !ruby/object:Gem::Version
54
54
  version: '10.0'
55
- description: RSpec equality matcher that recursively sorts lists, hashes, and lists
56
- of hashes before comparing
55
+ description: RSpec equality matcher that deeply compares array without order - arrays
56
+ of primitives, hashes, and arrays
57
57
  email: jadekler@gmail.com
58
58
  executables: []
59
59
  extensions: []