acts_as_hashable 1.2.0.pre.alpha.1 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +1 -1
- data/lib/acts_as_hashable/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f5f83e22faa7ed0b0ff1d37038a51dcb92b5bbf07e2ae4e0256091d5954da642
|
4
|
+
data.tar.gz: 7c6d956f731420f46a1c924a6e7c8f2213aede31fb6f90ec397b734482eeb806
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 67ac75655f768375a9148cb86b51d9e39ab2071376a6480d03d33d93a289fb745fa18cb74ec55e31e16e729a86ae5c3e4d79d71314da44c80d8e0bfc324252ea
|
7
|
+
data.tar.gz: ba7c1cbcbc7c1a538c7d8b7d9905f9f9a581cba4264339f5d1e41497128c3d512e817046b87c2964b44230997203bd2d138684732604bfd289c6c6230dd6c398
|
data/CHANGELOG.md
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: acts_as_hashable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.0
|
4
|
+
version: 1.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matthew Ruggio
|
@@ -187,9 +187,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
187
187
|
version: '2.5'
|
188
188
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
189
189
|
requirements:
|
190
|
-
- - "
|
190
|
+
- - ">="
|
191
191
|
- !ruby/object:Gem::Version
|
192
|
-
version:
|
192
|
+
version: '0'
|
193
193
|
requirements: []
|
194
194
|
rubygems_version: 3.0.3
|
195
195
|
signing_key:
|