blake3ruby 0.2.2 → 0.2.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 891681b84ca169de481628598547bc3860f9add7df8ae37cd6a2d09625e9d347
4
- data.tar.gz: e4c9d0a50e3f17d87448456f02fc2c70d687936694062f1bf20349109d46e502
3
+ metadata.gz: 23a249e26e69e94128ad4e3a378b3e95e73266a074e39b00a80789ed01d3e1cc
4
+ data.tar.gz: 76c212103bd5216188690b4ffe4b78243db37f1f2281d4562b3aefb1d3fbfaa7
5
5
  SHA512:
6
- metadata.gz: d733a3d6c4a92d152c0d4f95c02b4253edaae1df4df7d2247be751aada5852ffb418cfc0a44c4f36854f7c38c36efc2cd28811c3c264a5f46b358f1e68e4f5c2
7
- data.tar.gz: 4db25fab76379efad42124b9e4732ca6f7b08512fab97c8158370ef2f7d509b6aa5f3b43aa195e9f053ff8de8b611f38fe907634c45707f16eb5c42072f249ce
6
+ metadata.gz: 2a54fab789774fbb8b9957b6271602590c7af13ddf8ec24d0b53bc921e26a8959e0360ef2ed84d0aacb8fb980b3c1c4682f082adcc1d39d19f22c2e0b244e80d
7
+ data.tar.gz: 2f4524f77a51a306138c757c40742ef675180fdd20c7d49d82a2c1b043c70a3c6b69b46f8dfea55193453d1a2e5a5758c8cfd61359af73d9f3c8f07199521423
data/Cargo.lock CHANGED
@@ -13,15 +13,15 @@ dependencies = [
13
13
 
14
14
  [[package]]
15
15
  name = "arrayref"
16
- version = "0.3.8"
16
+ version = "0.3.9"
17
17
  source = "registry+https://github.com/rust-lang/crates.io-index"
18
- checksum = "9d151e35f61089500b617991b791fc8bfd237ae50cd5950803758a179b41e67a"
18
+ checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
19
19
 
20
20
  [[package]]
21
21
  name = "arrayvec"
22
- version = "0.7.4"
22
+ version = "0.7.6"
23
23
  source = "registry+https://github.com/rust-lang/crates.io-index"
24
- checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
24
+ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
25
25
 
26
26
  [[package]]
27
27
  name = "bindgen"
@@ -51,9 +51,9 @@ checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
51
51
 
52
52
  [[package]]
53
53
  name = "blake3"
54
- version = "1.5.3"
54
+ version = "1.5.4"
55
55
  source = "registry+https://github.com/rust-lang/crates.io-index"
56
- checksum = "e9ec96fe9a81b5e365f9db71fe00edc4fe4ca2cc7dcb7861f0603012a7caa210"
56
+ checksum = "d82033247fd8e890df8f740e407ad4d038debb9eb1f40533fffb32e7d17dc6f7"
57
57
  dependencies = [
58
58
  "arrayref",
59
59
  "arrayvec",
@@ -64,7 +64,7 @@ dependencies = [
64
64
 
65
65
  [[package]]
66
66
  name = "blake3ruby"
67
- version = "0.2.2"
67
+ version = "0.2.4"
68
68
  dependencies = [
69
69
  "blake3",
70
70
  "hex",
@@ -73,9 +73,12 @@ dependencies = [
73
73
 
74
74
  [[package]]
75
75
  name = "cc"
76
- version = "1.1.6"
76
+ version = "1.1.28"
77
77
  source = "registry+https://github.com/rust-lang/crates.io-index"
78
- checksum = "2aba8f4e9906c7ce3c73463f62a7f0c65183ada1a2d47e397cc8810827f9694f"
78
+ checksum = "2e80e3b6a3ab07840e1cae9b0666a63970dc28e8ed5ffbcdacbfc760c281bfc1"
79
+ dependencies = [
80
+ "shlex",
81
+ ]
79
82
 
80
83
  [[package]]
81
84
  name = "cexpr"
@@ -105,9 +108,9 @@ dependencies = [
105
108
 
106
109
  [[package]]
107
110
  name = "constant_time_eq"
108
- version = "0.3.0"
111
+ version = "0.3.1"
109
112
  source = "registry+https://github.com/rust-lang/crates.io-index"
110
- checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2"
113
+ checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
111
114
 
112
115
  [[package]]
113
116
  name = "either"
@@ -150,9 +153,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
150
153
 
151
154
  [[package]]
152
155
  name = "libc"
153
- version = "0.2.155"
156
+ version = "0.2.159"
154
157
  source = "registry+https://github.com/rust-lang/crates.io-index"
155
- checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
158
+ checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
156
159
 
157
160
  [[package]]
158
161
  name = "libloading"
@@ -220,27 +223,27 @@ dependencies = [
220
223
 
221
224
  [[package]]
222
225
  name = "quote"
223
- version = "1.0.36"
226
+ version = "1.0.37"
224
227
  source = "registry+https://github.com/rust-lang/crates.io-index"
225
- checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
228
+ checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
226
229
  dependencies = [
227
230
  "proc-macro2",
228
231
  ]
229
232
 
230
233
  [[package]]
231
234
  name = "rb-sys"
232
- version = "0.9.98"
235
+ version = "0.9.102"
233
236
  source = "registry+https://github.com/rust-lang/crates.io-index"
234
- checksum = "8914b2e6af10bd50dd7aaac8c5146872d3924d6012929b4ff504e988f6badd24"
237
+ checksum = "df4dec4b1d304c3b308a2cd86b1216ea45dd4361f4e9fa056f108332d0a450c1"
235
238
  dependencies = [
236
239
  "rb-sys-build",
237
240
  ]
238
241
 
239
242
  [[package]]
240
243
  name = "rb-sys-build"
241
- version = "0.9.98"
244
+ version = "0.9.102"
242
245
  source = "registry+https://github.com/rust-lang/crates.io-index"
243
- checksum = "12af68c9757d419b82d65a12b5db538990dfe9416049fea3f0ba4b9a8ca108cd"
246
+ checksum = "1d71de3e29d174b8fb17b5d4470f27d7aa2605f8a9d05fda0d3aeff30e05a570"
244
247
  dependencies = [
245
248
  "bindgen",
246
249
  "lazy_static",
@@ -259,9 +262,9 @@ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
259
262
 
260
263
  [[package]]
261
264
  name = "regex"
262
- version = "1.10.5"
265
+ version = "1.11.0"
263
266
  source = "registry+https://github.com/rust-lang/crates.io-index"
264
- checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
267
+ checksum = "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8"
265
268
  dependencies = [
266
269
  "aho-corasick",
267
270
  "memchr",
@@ -271,9 +274,9 @@ dependencies = [
271
274
 
272
275
  [[package]]
273
276
  name = "regex-automata"
274
- version = "0.4.7"
277
+ version = "0.4.8"
275
278
  source = "registry+https://github.com/rust-lang/crates.io-index"
276
- checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
279
+ checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3"
277
280
  dependencies = [
278
281
  "aho-corasick",
279
282
  "memchr",
@@ -282,9 +285,9 @@ dependencies = [
282
285
 
283
286
  [[package]]
284
287
  name = "regex-syntax"
285
- version = "0.8.4"
288
+ version = "0.8.5"
286
289
  source = "registry+https://github.com/rust-lang/crates.io-index"
287
- checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
290
+ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
288
291
 
289
292
  [[package]]
290
293
  name = "rustc-hash"
@@ -312,9 +315,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
312
315
 
313
316
  [[package]]
314
317
  name = "syn"
315
- version = "2.0.72"
318
+ version = "2.0.79"
316
319
  source = "registry+https://github.com/rust-lang/crates.io-index"
317
- checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af"
320
+ checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590"
318
321
  dependencies = [
319
322
  "proc-macro2",
320
323
  "quote",
@@ -323,9 +326,9 @@ dependencies = [
323
326
 
324
327
  [[package]]
325
328
  name = "unicode-ident"
326
- version = "1.0.12"
329
+ version = "1.0.13"
327
330
  source = "registry+https://github.com/rust-lang/crates.io-index"
328
- checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
331
+ checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
329
332
 
330
333
  [[package]]
331
334
  name = "windows-targets"
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- blake3ruby (0.2.2)
4
+ blake3ruby (0.2.4)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -10,52 +10,48 @@ GEM
10
10
  diff-lcs (1.5.1)
11
11
  json (2.7.2)
12
12
  language_server-protocol (3.17.0.3)
13
- parallel (1.25.1)
14
- parser (3.3.4.0)
13
+ parallel (1.26.3)
14
+ parser (3.3.5.0)
15
15
  ast (~> 2.4.1)
16
16
  racc
17
- racc (1.8.0)
17
+ racc (1.8.1)
18
18
  rainbow (3.1.1)
19
19
  rake (13.2.1)
20
- rake-compiler (1.2.7)
20
+ rake-compiler (1.2.8)
21
21
  rake
22
- rb_sys (0.9.98)
22
+ rb_sys (0.9.102)
23
23
  regexp_parser (2.9.2)
24
- rexml (3.3.2)
25
- strscan
26
24
  rspec (3.13.0)
27
25
  rspec-core (~> 3.13.0)
28
26
  rspec-expectations (~> 3.13.0)
29
27
  rspec-mocks (~> 3.13.0)
30
- rspec-core (3.13.0)
28
+ rspec-core (3.13.1)
31
29
  rspec-support (~> 3.13.0)
32
- rspec-expectations (3.13.1)
30
+ rspec-expectations (3.13.3)
33
31
  diff-lcs (>= 1.2.0, < 2.0)
34
32
  rspec-support (~> 3.13.0)
35
- rspec-mocks (3.13.1)
33
+ rspec-mocks (3.13.2)
36
34
  diff-lcs (>= 1.2.0, < 2.0)
37
35
  rspec-support (~> 3.13.0)
38
36
  rspec-support (3.13.1)
39
- rubocop (1.65.0)
37
+ rubocop (1.66.1)
40
38
  json (~> 2.3)
41
39
  language_server-protocol (>= 3.17.0)
42
40
  parallel (~> 1.10)
43
41
  parser (>= 3.3.0.2)
44
42
  rainbow (>= 2.2.2, < 4.0)
45
43
  regexp_parser (>= 2.4, < 3.0)
46
- rexml (>= 3.2.5, < 4.0)
47
- rubocop-ast (>= 1.31.1, < 2.0)
44
+ rubocop-ast (>= 1.32.2, < 2.0)
48
45
  ruby-progressbar (~> 1.7)
49
46
  unicode-display_width (>= 2.4.0, < 3.0)
50
- rubocop-ast (1.31.3)
47
+ rubocop-ast (1.32.3)
51
48
  parser (>= 3.3.1.0)
52
49
  rubocop-rake (0.6.0)
53
50
  rubocop (~> 1.0)
54
- rubocop-rspec (3.0.3)
51
+ rubocop-rspec (3.1.0)
55
52
  rubocop (~> 1.61)
56
53
  ruby-progressbar (1.13.0)
57
- strscan (3.1.0)
58
- unicode-display_width (2.5.0)
54
+ unicode-display_width (2.6.0)
59
55
 
60
56
  PLATFORMS
61
57
  aarch64-linux
@@ -78,4 +74,4 @@ DEPENDENCIES
78
74
  rubocop-rspec
79
75
 
80
76
  BUNDLED WITH
81
- 2.5.15
77
+ 2.5.20
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "blake3ruby"
3
- version = "0.2.2"
3
+ version = "0.2.4"
4
4
  edition = "2021"
5
5
  authors = ["Nightforge <modo00@gmail.com>"]
6
6
  publish = false
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Blake3ruby
4
- VERSION = "0.2.2"
4
+ VERSION = "0.2.4"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blake3ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nightforge
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-07-23 00:00:00.000000000 Z
11
+ date: 2024-10-06 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Ruby bindings for the blake3 hash function using the Rust implementation
14
14
  email:
@@ -58,7 +58,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
58
58
  - !ruby/object:Gem::Version
59
59
  version: 3.3.11
60
60
  requirements: []
61
- rubygems_version: 3.5.15
61
+ rubygems_version: 3.5.21
62
62
  signing_key:
63
63
  specification_version: 4
64
64
  summary: Ruby bindings for the blake3 hash function