strong_hash 0.1.0 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b7a738bb49c964a849b274dc80b5b0d83d9fe1fd5ef85a973b085eccc0c21042
4
- data.tar.gz: fbf154b0e86ac6ef97aa26941978600709b7ea06f0fd06fcea4424af90db7987
3
+ metadata.gz: 36fb2e33aa5fbedc6fd0cca9c51773b8e18bc795fa0e5be6042540268eb7f0d5
4
+ data.tar.gz: 39b459a364c83c87ca264ada9dd6ca37be1965d36f672107c7c2a323499b9a93
5
5
  SHA512:
6
- metadata.gz: 574283f1b765ee3384b15105f223b708a88f2a48394a2849dbbea0574f37ea6749c9784ea58eaa922858c21700fb8e092945533b72c61bdfa25654ed2a0cb6f8
7
- data.tar.gz: 66c8c516fdf78de27c0aed1e754e476678bb448cdaed617a111ab66d3cff7ee338601c654a5b293d451594e77e3dd3808762e1c4de3cec0a490bcbe71ab3da85
6
+ metadata.gz: c4d2d31bbfe35f09d60e05fcc4207ee41bd8ee39ac46fbaa68177c9b579a93175f41f2871cbf427c9ffd90eb1f39c46ccf249ba504be0dd72036827f9feee265
7
+ data.tar.gz: '096dd83c254c4b75e4044c74f8464cacf60d24cc6ce92d4c2e35813774bae995c66d19e60825544c244cca33389c5d7d1258aeacc169a3b1aab3edef3937ad1d'
@@ -1,3 +1,3 @@
1
1
  module StrongHash
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/strong_hash.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Yask Srivastava"]
10
10
  spec.email = ["yask123@gmail.com"]
11
11
 
12
- spec.summary = %q{Returns a StrongHash instance which lets you fetch hash keys values by calling dot operator with key name}
12
+ spec.summary = %q{Lets you access hash values just like calling a method on an object}
13
13
  spec.license = "MIT"
14
14
 
15
15
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: strong_hash
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yask Srivastava
@@ -109,6 +109,5 @@ rubyforge_project:
109
109
  rubygems_version: 2.7.6
110
110
  signing_key:
111
111
  specification_version: 4
112
- summary: Returns a StrongHash instance which lets you fetch hash keys values by calling
113
- dot operator with key name
112
+ summary: Lets you access hash values just like calling a method on an object
114
113
  test_files: []