blake3-rb 1.5.5.0 → 1.5.6.rc1
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/Cargo.lock +6 -6
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f5d1396cf55d1df3c276b72ec7977c869aa2d454a373be73942441014965be94
|
|
4
|
+
data.tar.gz: 95d3a0b57d84fb519e4eb39a4d48a6ea8b4236b40de24a599beefa2c5ad0ae47
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6a167884b981d71748c0795d1ccd3a5dda6d211be56a3dc347e3f6a755f4650c5d64706cd5803e5f13a4712c941a0dbef25115c722da350277bc9bcb8f5152a2
|
|
7
|
+
data.tar.gz: 7bca938bfe2c5e988f0668be309811b654b1ca319e67914f0760a697dfe49467d4fa95e0b1dcf1b1c43bba252d4bbffa1d76aa4da20d38b2260d4ecdaa01aa6a
|
data/Cargo.lock
CHANGED
|
@@ -268,18 +268,18 @@ dependencies = [
|
|
|
268
268
|
|
|
269
269
|
[[package]]
|
|
270
270
|
name = "rb-sys"
|
|
271
|
-
version = "0.9.
|
|
271
|
+
version = "0.9.124"
|
|
272
272
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
273
|
-
checksum = "
|
|
273
|
+
checksum = "c85c4188462601e2aa1469def389c17228566f82ea72f137ed096f21591bc489"
|
|
274
274
|
dependencies = [
|
|
275
275
|
"rb-sys-build",
|
|
276
276
|
]
|
|
277
277
|
|
|
278
278
|
[[package]]
|
|
279
279
|
name = "rb-sys-build"
|
|
280
|
-
version = "0.9.
|
|
280
|
+
version = "0.9.124"
|
|
281
281
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
282
|
-
checksum = "
|
|
282
|
+
checksum = "568068db4102230882e6d4ae8de6632e224ca75fe5970f6e026a04e91ed635d3"
|
|
283
283
|
dependencies = [
|
|
284
284
|
"bindgen",
|
|
285
285
|
"lazy_static",
|
|
@@ -292,9 +292,9 @@ dependencies = [
|
|
|
292
292
|
|
|
293
293
|
[[package]]
|
|
294
294
|
name = "rb-sys-env"
|
|
295
|
-
version = "0.2.
|
|
295
|
+
version = "0.2.3"
|
|
296
296
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
297
|
-
checksum = "
|
|
297
|
+
checksum = "cca7ad6a7e21e72151d56fe2495a259b5670e204c3adac41ee7ef676ea08117a"
|
|
298
298
|
|
|
299
299
|
[[package]]
|
|
300
300
|
name = "rb-sys-test-helpers"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: blake3-rb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.
|
|
4
|
+
version: 1.5.6.rc1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ian Ker-Seymer
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-01-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rb_sys
|
|
@@ -25,7 +25,7 @@ dependencies:
|
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '0.9'
|
|
27
27
|
description: Provides native bindings to the Blake3 hash function for Ruby.
|
|
28
|
-
email:
|
|
28
|
+
email:
|
|
29
29
|
executables: []
|
|
30
30
|
extensions:
|
|
31
31
|
- ext/digest/blake3_ext/extconf.rb
|
|
@@ -49,7 +49,7 @@ metadata:
|
|
|
49
49
|
allowed_push_host: https://rubygems.org
|
|
50
50
|
homepage_uri: https://github.com/Shopify/blake3-ruby
|
|
51
51
|
source_code_uri: https://github.com/Shopify/blake3-ruby
|
|
52
|
-
post_install_message:
|
|
52
|
+
post_install_message:
|
|
53
53
|
rdoc_options: []
|
|
54
54
|
require_paths:
|
|
55
55
|
- lib
|
|
@@ -57,15 +57,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
57
57
|
requirements:
|
|
58
58
|
- - ">="
|
|
59
59
|
- !ruby/object:Gem::Version
|
|
60
|
-
version: 3.
|
|
60
|
+
version: 3.2.0
|
|
61
61
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
62
62
|
requirements:
|
|
63
|
-
- - "
|
|
63
|
+
- - ">"
|
|
64
64
|
- !ruby/object:Gem::Version
|
|
65
|
-
version:
|
|
65
|
+
version: 1.3.1
|
|
66
66
|
requirements: []
|
|
67
|
-
rubygems_version: 3.
|
|
68
|
-
signing_key:
|
|
67
|
+
rubygems_version: 3.4.19
|
|
68
|
+
signing_key:
|
|
69
69
|
specification_version: 4
|
|
70
70
|
summary: Blake3 hash function bindings for Ruby.
|
|
71
71
|
test_files: []
|