digest-blake3 0.0.1 → 0.22.0
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/ext/digest/blake3/extconf.rb +2 -0
- data/lib/digest/blake3/version.rb +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: 2c6f3021fcab165f63b5dd4b8b051b5e89624096e282d53cdc6018d1b0faef65
|
4
|
+
data.tar.gz: a36c30d18c11753473c4b053a4aaeb8a763d9539e4f9795d9358d13825412a78
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 666c2632fb14c4a1e853eeecf2f3a805cb8d72d7bc33d9e968135a2ce56bb0828ed6bebb43bd96f68d31a46159d7a0fa08c6720d3dc68e125213286fd7f2af92
|
7
|
+
data.tar.gz: f39cfeed29f7cbe567222077cb10b63d7429bbf86bf5943fcba034a14a2f436cdf57cb2603b5d80eea642a7cca97c665efb07e0ee17f13b3689720c26e4d8cdd
|
data/Gemfile.lock
CHANGED
@@ -6,6 +6,8 @@ end
|
|
6
6
|
|
7
7
|
CONFIG["optflags"] = "-O3"
|
8
8
|
|
9
|
+
append_cflags("-std=c99")
|
10
|
+
|
9
11
|
# we can't let create_makefile default to compiling all source files in the directory, because then
|
10
12
|
# it won't set the appropriate flags for the different versions. start by explicitly resetting the
|
11
13
|
# list to the files that we always want. blake3_ruby.o is the only one we've implemented ourselves
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: digest-blake3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 0.22.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Will Bryant
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-03-
|
11
|
+
date: 2020-03-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|