rubohash 0.1.1 → 0.1.2
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/Gemfile.lock +1 -1
- data/lib/rubohash/version.rb +1 -1
- data/rubohash.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9a3c7688cc3992932f19cc7c8a86f03b2e02743742b87b53d166b8248fe0460d
|
|
4
|
+
data.tar.gz: '0629767a15510ced74320a198ea2a2622ea913253b4add8cb8e0b2dcec548cbe'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 16f312b148ab2ea084b2d44c5a36730cb2d16a96145a08cf08d298bd71a79a4970e3784d176a4569553f7b9790179b58680ed6e2ab70c04b83e63b997fca4686
|
|
7
|
+
data.tar.gz: e7488489b605ba897324c23d56efc8b0a9b5c5a37f994298c0e5303c32a04b6b942704ae325838d7cf0cb332a70d736b8d814535110eb83c58bdef2ce76d1f0a
|
data/Gemfile.lock
CHANGED
data/lib/rubohash/version.rb
CHANGED
data/rubohash.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ['Mark Holmberg']
|
|
10
10
|
spec.email = ['mark.holmberg@icentris.com']
|
|
11
11
|
|
|
12
|
-
spec.summary = '
|
|
12
|
+
spec.summary = 'Ruby adaptation of robohash.org.'
|
|
13
13
|
spec.description = 'Ruby adaptation of robohash.org'
|
|
14
14
|
spec.homepage = 'https://github.com/nedzib/rubohash'
|
|
15
15
|
spec.license = 'MIT'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubohash
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mark Holmberg
|
|
@@ -969,5 +969,5 @@ requirements: []
|
|
|
969
969
|
rubygems_version: 3.4.10
|
|
970
970
|
signing_key:
|
|
971
971
|
specification_version: 4
|
|
972
|
-
summary:
|
|
972
|
+
summary: Ruby adaptation of robohash.org.
|
|
973
973
|
test_files: []
|