inspector_hashes 1.0.0 → 1.0.1
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/README.md +7 -0
- data/inspector_hashes.gemspec +1 -1
- data/lib/inspector_hashes/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 651cb3529ebf8c2e15b3b6c1e526d18ac7aeb3d2
|
|
4
|
+
data.tar.gz: 554a80dce2438eb00b9668d0fd0c646b93b22669
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 06af9237f8be2be5f4d819de56832d8b34ac7127804fbc8545e52e3ceb5083e654126bb99302675805d2e17f3a40bc902ecf4985edd0b7b070c367e877f45a00
|
|
7
|
+
data.tar.gz: 49e3ce32f06356738bb51967cb78a8869a620bc3e7f9c0954e31b7746260e225a8f12e3281ca69f48ed6e7c1ff850a3d7a813e5d612ff7e7181c2cf01f95cc61
|
data/README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
# InspectorHashes
|
|
2
|
+
[](https://badge.fury.io/rb/inspector_hashes)
|
|
2
3
|
|
|
3
4
|
[](https://codeclimate.com/github/eturino/inspector_hashes)
|
|
4
5
|
|
|
@@ -153,3 +154,9 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/eturin
|
|
|
153
154
|
|
|
154
155
|
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
|
155
156
|
|
|
157
|
+
## Changelog
|
|
158
|
+
|
|
159
|
+
### v1.0.1
|
|
160
|
+
|
|
161
|
+
- minor changes in gemspec
|
|
162
|
+
- including gem version badge in README
|
data/inspector_hashes.gemspec
CHANGED
|
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
|
|
|
14
14
|
InspectorHashes helps finding hidden differences in hashes and arrays, included nested, also spotting missing keys or indices
|
|
15
15
|
TXT
|
|
16
16
|
spec.description = <<-TXT
|
|
17
|
-
|
|
17
|
+
InspectorHashes helps finding hidden differences in hashes and arrays, included nested, also spotting missing keys or indices. Specially useful for spotting differences between expected json response and actual json response on requests specs
|
|
18
18
|
TXT
|
|
19
19
|
spec.homepage = 'https://github.com/eturino/inspector_hashes'
|
|
20
20
|
spec.license = 'MIT'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: inspector_hashes
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eduardo Turiño
|
|
@@ -66,8 +66,10 @@ dependencies:
|
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '3.0'
|
|
69
|
-
description: "
|
|
70
|
-
|
|
69
|
+
description: " InspectorHashes helps finding hidden differences in hashes and arrays,
|
|
70
|
+
included nested, also spotting missing keys or indices. Specially useful for spotting
|
|
71
|
+
differences between expected json response and actual json response on requests
|
|
72
|
+
specs\n"
|
|
71
73
|
email:
|
|
72
74
|
- eturino@eturino.com
|
|
73
75
|
executables: []
|