inspector_hashes 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 32f9991f9e5502cd172e4d18ce9ca3f00a463588
4
- data.tar.gz: 7d5bbab7c81cccdfa40c92458e7843c7c140e018
3
+ metadata.gz: 651cb3529ebf8c2e15b3b6c1e526d18ac7aeb3d2
4
+ data.tar.gz: 554a80dce2438eb00b9668d0fd0c646b93b22669
5
5
  SHA512:
6
- metadata.gz: 0eae57aec23580490035b22a1b1929bb48be5fa2670087d6ea108479177858dfcc71584157883fff90e8b32fb440399a3cdfdce0c70a3641ed1d9fa586beaef1
7
- data.tar.gz: f5c88eef54aeb1d308028784b1d1c94fd521928ff85692c83c811c0a0ad172c2a351b31282cb8e0f4276f825514d6447d757af066424ac4857a89be13f90de83
6
+ metadata.gz: 06af9237f8be2be5f4d819de56832d8b34ac7127804fbc8545e52e3ceb5083e654126bb99302675805d2e17f3a40bc902ecf4985edd0b7b070c367e877f45a00
7
+ data.tar.gz: 49e3ce32f06356738bb51967cb78a8869a620bc3e7f9c0954e31b7746260e225a8f12e3281ca69f48ed6e7c1ff850a3d7a813e5d612ff7e7181c2cf01f95cc61
data/README.md CHANGED
@@ -1,4 +1,5 @@
1
1
  # InspectorHashes
2
+ [![Gem Version](https://badge.fury.io/rb/inspector_hashes.svg)](https://badge.fury.io/rb/inspector_hashes)
2
3
 
3
4
  [![Code Climate](https://codeclimate.com/github/eturino/inspector_hashes/badges/gpa.svg)](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
@@ -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
- specially useful for spotting differences between expected json response and actual json response on requests specs
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'
@@ -1,3 +1,3 @@
1
1
  module InspectorHashes
2
- VERSION = '1.0.0'.freeze
2
+ VERSION = '1.0.1'.freeze
3
3
  end
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.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: " specially useful for spotting differences between expected json response
70
- and actual json response on requests specs\n"
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: []