keccak256 2.0.0 → 2.0.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/keccack256.gemspec +3 -3
- 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: 873bc183dd1f950b828ec489ff547aea6b77bf4a280d8bebf5162fa36b56f83f
|
|
4
|
+
data.tar.gz: 29d130e44c672262840021012309cb03f0d16f031a7dc9ddb2fe3e38515470b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cc9c5f4abd610fc10bd0d545daf3bd53dcb49f08462a8ed4dee5fc9714a9d745dd25e4604cac24f98984c1be375a5f470fd8dace60def15c058e9144e1a3a5e0
|
|
7
|
+
data.tar.gz: e609915066b6cd3d6ba6e7c27405c10f27b53d234e33b60783c10ee3550b8feae0c6f03733bf01cf5405e21a946b7e0e356c917a5cf244e6ab8e99791d972d37
|
data/keccack256.gemspec
CHANGED
|
@@ -4,13 +4,13 @@ $:.unshift lib unless $:.include? lib
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |spec|
|
|
6
6
|
spec.name = 'keccak256'
|
|
7
|
-
spec.version = '2.0.
|
|
7
|
+
spec.version = '2.0.1'
|
|
8
8
|
spec.authors = ['havenwood', 'evtaylor']
|
|
9
9
|
spec.email = ['admin@evantaylor.ca']
|
|
10
10
|
spec.description = 'An implementation of Keccak256 (the hash function used by Ethereum) in pure Ruby.'
|
|
11
11
|
spec.summary = 'Pure Ruby Keccack256.'
|
|
12
|
-
spec.homepage = 'https://github.com/evtaylor/
|
|
13
|
-
spec.license = '
|
|
12
|
+
spec.homepage = 'https://github.com/evtaylor/keccak256'
|
|
13
|
+
spec.license = 'Creative Commons 1.0 Universal (CC0 1.0)'
|
|
14
14
|
spec.files = `git ls-files`.split $/
|
|
15
15
|
# spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename f }
|
|
16
16
|
spec.test_files = spec.files.grep %r{^(test)/}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: keccak256
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- havenwood
|
|
@@ -56,9 +56,9 @@ files:
|
|
|
56
56
|
- keccack256.gemspec
|
|
57
57
|
- lib/keccak256.rb
|
|
58
58
|
- test/test_keccak256.rb
|
|
59
|
-
homepage: https://github.com/evtaylor/
|
|
59
|
+
homepage: https://github.com/evtaylor/keccak256
|
|
60
60
|
licenses:
|
|
61
|
-
-
|
|
61
|
+
- Creative Commons 1.0 Universal (CC0 1.0)
|
|
62
62
|
metadata: {}
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|