eq_wo_order 0.2.2 → 0.2.3
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.
- checksums.yaml +4 -4
- data/CHANGELOG +1 -0
- data/eq_wo_order.gemspec +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eaee03f0ce69e34896909a941a98035527836c5e
|
|
4
|
+
data.tar.gz: f85e7071fcdb43c02c4093c9afc18eea722e07c4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f18f4fc97534351dabfba68a6e95dc0b7c778ab1b77d2a4be082dbc9fda66714f586241270e4274f62394b1b12736f49f62bc4812baed310dae0813ac0430b8c
|
|
7
|
+
data.tar.gz: 65fb8e9a014a587f7bfa971fb35cbee18cf0acf5e90ce60f8c92930f66f3fc5d05e1906641e28ddbd49ff07bac0cb708ee6c7e150c9567b8dc67c17e26e42feb
|
data/CHANGELOG
CHANGED
|
@@ -3,3 +3,4 @@ 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
4
|
Version 0.2.1 Small description update
|
|
5
5
|
Version 0.2.2 Include CHANGELOG
|
|
6
|
+
Version 0.2.3 Update description with github link
|
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.
|
|
3
|
+
s.version = '0.2.3'
|
|
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 deeply compares array without order - arrays of primitives, hashes, and arrays'
|
|
6
|
+
s.description = 'RSpec equality matcher that deeply compares array without order - arrays of primitives, hashes, and arrays. Examples at github.com/jadekler/eq_wo_order'
|
|
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.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jean de Klerk
|
|
@@ -53,7 +53,7 @@ dependencies:
|
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '10.0'
|
|
55
55
|
description: RSpec equality matcher that deeply compares array without order - arrays
|
|
56
|
-
of primitives, hashes, and arrays
|
|
56
|
+
of primitives, hashes, and arrays. Examples at github.com/jadekler/eq_wo_order
|
|
57
57
|
email: jadekler@gmail.com
|
|
58
58
|
executables: []
|
|
59
59
|
extensions: []
|