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 +4 -4
- data/lib/strong_hash/version.rb +1 -1
- data/strong_hash.gemspec +1 -1
- metadata +2 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 36fb2e33aa5fbedc6fd0cca9c51773b8e18bc795fa0e5be6042540268eb7f0d5
|
|
4
|
+
data.tar.gz: 39b459a364c83c87ca264ada9dd6ca37be1965d36f672107c7c2a323499b9a93
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c4d2d31bbfe35f09d60e05fcc4207ee41bd8ee39ac46fbaa68177c9b579a93175f41f2871cbf427c9ffd90eb1f39c46ccf249ba504be0dd72036827f9feee265
|
|
7
|
+
data.tar.gz: '096dd83c254c4b75e4044c74f8464cacf60d24cc6ce92d4c2e35813774bae995c66d19e60825544c244cca33389c5d7d1258aeacc169a3b1aab3edef3937ad1d'
|
data/lib/strong_hash/version.rb
CHANGED
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{
|
|
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.
|
|
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:
|
|
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: []
|