what_you_say 0.6.9 → 0.6.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Cargo.lock +55 -55
- data/lib/what_you_say/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 58dc89abf774a41971a27d44393c026fb23f2c788b244a537152c3c3c51ea309
|
4
|
+
data.tar.gz: 45e891369b2141b336ee1bda426be8cdb02926ac1aae9861718b92be59db6912
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fcb718bb09b4e0e96f462ac11b3d60dd6678c90a7789d26123f790ec81eb6b5948b7485d72ef655db831b56b7ae4d5229697728f2714d5c1a746f90044e337c4
|
7
|
+
data.tar.gz: 6f7eed6eda378baf7476156fdacf281699afea9b66acbc29fac4523b1cbe2d444ea0cae3aaa2c7bdc4defef1f0e416a6434d163b6def594eb9c33c2b3bfb1cf3
|
data/Cargo.lock
CHANGED
@@ -42,15 +42,15 @@ dependencies = [
|
|
42
42
|
|
43
43
|
[[package]]
|
44
44
|
name = "autocfg"
|
45
|
-
version = "1.
|
45
|
+
version = "1.4.0"
|
46
46
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
47
|
-
checksum = "
|
47
|
+
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
48
48
|
|
49
49
|
[[package]]
|
50
50
|
name = "bindgen"
|
51
|
-
version = "0.69.
|
51
|
+
version = "0.69.5"
|
52
52
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
53
|
-
checksum = "
|
53
|
+
checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
|
54
54
|
dependencies = [
|
55
55
|
"bitflags",
|
56
56
|
"cexpr",
|
@@ -169,9 +169,9 @@ dependencies = [
|
|
169
169
|
|
170
170
|
[[package]]
|
171
171
|
name = "crossbeam-deque"
|
172
|
-
version = "0.8.
|
172
|
+
version = "0.8.6"
|
173
173
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
174
|
-
checksum = "
|
174
|
+
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
|
175
175
|
dependencies = [
|
176
176
|
"crossbeam-epoch",
|
177
177
|
"crossbeam-utils",
|
@@ -188,9 +188,9 @@ dependencies = [
|
|
188
188
|
|
189
189
|
[[package]]
|
190
190
|
name = "crossbeam-utils"
|
191
|
-
version = "0.8.
|
191
|
+
version = "0.8.21"
|
192
192
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
193
|
-
checksum = "
|
193
|
+
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
194
194
|
|
195
195
|
[[package]]
|
196
196
|
name = "crunchy"
|
@@ -267,16 +267,17 @@ dependencies = [
|
|
267
267
|
|
268
268
|
[[package]]
|
269
269
|
name = "itoa"
|
270
|
-
version = "1.0.
|
270
|
+
version = "1.0.14"
|
271
271
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
272
|
-
checksum = "
|
272
|
+
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
273
273
|
|
274
274
|
[[package]]
|
275
275
|
name = "js-sys"
|
276
|
-
version = "0.3.
|
276
|
+
version = "0.3.76"
|
277
277
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
278
|
-
checksum = "
|
278
|
+
checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
|
279
279
|
dependencies = [
|
280
|
+
"once_cell",
|
280
281
|
"wasm-bindgen",
|
281
282
|
]
|
282
283
|
|
@@ -294,15 +295,15 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
294
295
|
|
295
296
|
[[package]]
|
296
297
|
name = "libc"
|
297
|
-
version = "0.2.
|
298
|
+
version = "0.2.169"
|
298
299
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
299
|
-
checksum = "
|
300
|
+
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
|
300
301
|
|
301
302
|
[[package]]
|
302
303
|
name = "libloading"
|
303
|
-
version = "0.8.
|
304
|
+
version = "0.8.6"
|
304
305
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
305
|
-
checksum = "
|
306
|
+
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
|
306
307
|
dependencies = [
|
307
308
|
"cfg-if",
|
308
309
|
"windows-targets",
|
@@ -1214,24 +1215,24 @@ dependencies = [
|
|
1214
1215
|
|
1215
1216
|
[[package]]
|
1216
1217
|
name = "once_cell"
|
1217
|
-
version = "1.
|
1218
|
+
version = "1.20.2"
|
1218
1219
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1219
|
-
checksum = "
|
1220
|
+
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
1220
1221
|
|
1221
1222
|
[[package]]
|
1222
1223
|
name = "proc-macro2"
|
1223
|
-
version = "1.0.
|
1224
|
+
version = "1.0.92"
|
1224
1225
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1225
|
-
checksum = "
|
1226
|
+
checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
|
1226
1227
|
dependencies = [
|
1227
1228
|
"unicode-ident",
|
1228
1229
|
]
|
1229
1230
|
|
1230
1231
|
[[package]]
|
1231
1232
|
name = "quote"
|
1232
|
-
version = "1.0.
|
1233
|
+
version = "1.0.37"
|
1233
1234
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1234
|
-
checksum = "
|
1235
|
+
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
1235
1236
|
dependencies = [
|
1236
1237
|
"proc-macro2",
|
1237
1238
|
]
|
@@ -1258,18 +1259,18 @@ dependencies = [
|
|
1258
1259
|
|
1259
1260
|
[[package]]
|
1260
1261
|
name = "rb-sys"
|
1261
|
-
version = "0.9.
|
1262
|
+
version = "0.9.104"
|
1262
1263
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1263
|
-
checksum = "
|
1264
|
+
checksum = "e2e26425f064a90404ed5e33fee2137b02a9c6d1c83e19394f4d8a476b9d76a2"
|
1264
1265
|
dependencies = [
|
1265
1266
|
"rb-sys-build",
|
1266
1267
|
]
|
1267
1268
|
|
1268
1269
|
[[package]]
|
1269
1270
|
name = "rb-sys-build"
|
1270
|
-
version = "0.9.
|
1271
|
+
version = "0.9.104"
|
1271
1272
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1272
|
-
checksum = "
|
1273
|
+
checksum = "c9802c9003c5648ee0a067e9aa8960d402d5f764f682f93c1ed49eec72f6d7fc"
|
1273
1274
|
dependencies = [
|
1274
1275
|
"bindgen",
|
1275
1276
|
"lazy_static",
|
@@ -1288,9 +1289,9 @@ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
|
|
1288
1289
|
|
1289
1290
|
[[package]]
|
1290
1291
|
name = "regex"
|
1291
|
-
version = "1.
|
1292
|
+
version = "1.11.1"
|
1292
1293
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1293
|
-
checksum = "
|
1294
|
+
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
1294
1295
|
dependencies = [
|
1295
1296
|
"aho-corasick",
|
1296
1297
|
"memchr",
|
@@ -1300,9 +1301,9 @@ dependencies = [
|
|
1300
1301
|
|
1301
1302
|
[[package]]
|
1302
1303
|
name = "regex-automata"
|
1303
|
-
version = "0.4.
|
1304
|
+
version = "0.4.9"
|
1304
1305
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1305
|
-
checksum = "
|
1306
|
+
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
1306
1307
|
dependencies = [
|
1307
1308
|
"aho-corasick",
|
1308
1309
|
"memchr",
|
@@ -1311,9 +1312,9 @@ dependencies = [
|
|
1311
1312
|
|
1312
1313
|
[[package]]
|
1313
1314
|
name = "regex-syntax"
|
1314
|
-
version = "0.8.
|
1315
|
+
version = "0.8.5"
|
1315
1316
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1316
|
-
checksum = "
|
1317
|
+
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
1317
1318
|
|
1318
1319
|
[[package]]
|
1319
1320
|
name = "rustc-hash"
|
@@ -1323,9 +1324,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
1323
1324
|
|
1324
1325
|
[[package]]
|
1325
1326
|
name = "rustversion"
|
1326
|
-
version = "1.0.
|
1327
|
+
version = "1.0.18"
|
1327
1328
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1328
|
-
checksum = "
|
1329
|
+
checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
|
1329
1330
|
|
1330
1331
|
[[package]]
|
1331
1332
|
name = "ryu"
|
@@ -1341,9 +1342,9 @@ checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
|
|
1341
1342
|
|
1342
1343
|
[[package]]
|
1343
1344
|
name = "serde"
|
1344
|
-
version = "1.0.
|
1345
|
+
version = "1.0.216"
|
1345
1346
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1346
|
-
checksum = "
|
1347
|
+
checksum = "0b9781016e935a97e8beecf0c933758c97a5520d32930e460142b4cd80c6338e"
|
1347
1348
|
dependencies = [
|
1348
1349
|
"serde_derive",
|
1349
1350
|
]
|
@@ -1361,9 +1362,9 @@ dependencies = [
|
|
1361
1362
|
|
1362
1363
|
[[package]]
|
1363
1364
|
name = "serde_derive"
|
1364
|
-
version = "1.0.
|
1365
|
+
version = "1.0.216"
|
1365
1366
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1366
|
-
checksum = "
|
1367
|
+
checksum = "46f859dbbf73865c6627ed570e78961cd3ac92407a2d117204c49232485da55e"
|
1367
1368
|
dependencies = [
|
1368
1369
|
"proc-macro2",
|
1369
1370
|
"quote",
|
@@ -1372,9 +1373,9 @@ dependencies = [
|
|
1372
1373
|
|
1373
1374
|
[[package]]
|
1374
1375
|
name = "serde_json"
|
1375
|
-
version = "1.0.
|
1376
|
+
version = "1.0.134"
|
1376
1377
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1377
|
-
checksum = "
|
1378
|
+
checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d"
|
1378
1379
|
dependencies = [
|
1379
1380
|
"itoa",
|
1380
1381
|
"memchr",
|
@@ -1421,9 +1422,9 @@ dependencies = [
|
|
1421
1422
|
|
1422
1423
|
[[package]]
|
1423
1424
|
name = "syn"
|
1424
|
-
version = "2.0.
|
1425
|
+
version = "2.0.91"
|
1425
1426
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1426
|
-
checksum = "
|
1427
|
+
checksum = "d53cbcb5a243bd33b7858b1d7f4aca2153490815872d86d955d6ea29f743c035"
|
1427
1428
|
dependencies = [
|
1428
1429
|
"proc-macro2",
|
1429
1430
|
"quote",
|
@@ -1441,9 +1442,9 @@ dependencies = [
|
|
1441
1442
|
|
1442
1443
|
[[package]]
|
1443
1444
|
name = "unicode-ident"
|
1444
|
-
version = "1.0.
|
1445
|
+
version = "1.0.14"
|
1445
1446
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1446
|
-
checksum = "
|
1447
|
+
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
|
1447
1448
|
|
1448
1449
|
[[package]]
|
1449
1450
|
name = "version_check"
|
@@ -1459,9 +1460,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
1459
1460
|
|
1460
1461
|
[[package]]
|
1461
1462
|
name = "wasm-bindgen"
|
1462
|
-
version = "0.2.
|
1463
|
+
version = "0.2.99"
|
1463
1464
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1464
|
-
checksum = "
|
1465
|
+
checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
|
1465
1466
|
dependencies = [
|
1466
1467
|
"cfg-if",
|
1467
1468
|
"once_cell",
|
@@ -1470,13 +1471,12 @@ dependencies = [
|
|
1470
1471
|
|
1471
1472
|
[[package]]
|
1472
1473
|
name = "wasm-bindgen-backend"
|
1473
|
-
version = "0.2.
|
1474
|
+
version = "0.2.99"
|
1474
1475
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1475
|
-
checksum = "
|
1476
|
+
checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
|
1476
1477
|
dependencies = [
|
1477
1478
|
"bumpalo",
|
1478
1479
|
"log",
|
1479
|
-
"once_cell",
|
1480
1480
|
"proc-macro2",
|
1481
1481
|
"quote",
|
1482
1482
|
"syn",
|
@@ -1485,9 +1485,9 @@ dependencies = [
|
|
1485
1485
|
|
1486
1486
|
[[package]]
|
1487
1487
|
name = "wasm-bindgen-macro"
|
1488
|
-
version = "0.2.
|
1488
|
+
version = "0.2.99"
|
1489
1489
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1490
|
-
checksum = "
|
1490
|
+
checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
|
1491
1491
|
dependencies = [
|
1492
1492
|
"quote",
|
1493
1493
|
"wasm-bindgen-macro-support",
|
@@ -1495,9 +1495,9 @@ dependencies = [
|
|
1495
1495
|
|
1496
1496
|
[[package]]
|
1497
1497
|
name = "wasm-bindgen-macro-support"
|
1498
|
-
version = "0.2.
|
1498
|
+
version = "0.2.99"
|
1499
1499
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1500
|
-
checksum = "
|
1500
|
+
checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
|
1501
1501
|
dependencies = [
|
1502
1502
|
"proc-macro2",
|
1503
1503
|
"quote",
|
@@ -1508,9 +1508,9 @@ dependencies = [
|
|
1508
1508
|
|
1509
1509
|
[[package]]
|
1510
1510
|
name = "wasm-bindgen-shared"
|
1511
|
-
version = "0.2.
|
1511
|
+
version = "0.2.99"
|
1512
1512
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1513
|
-
checksum = "
|
1513
|
+
checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
|
1514
1514
|
|
1515
1515
|
[[package]]
|
1516
1516
|
name = "what_you_say"
|
data/lib/what_you_say/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: what_you_say
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Garen J. Torikian
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rb_sys
|
@@ -82,7 +82,7 @@ metadata:
|
|
82
82
|
funding_uri: https://github.com/sponsors/gjtorikian/
|
83
83
|
source_code_uri: https://github.com/gjtorikian/what_you_say
|
84
84
|
rubygems_mfa_required: 'true'
|
85
|
-
post_install_message:
|
85
|
+
post_install_message:
|
86
86
|
rdoc_options: []
|
87
87
|
require_paths:
|
88
88
|
- lib
|
@@ -98,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
98
98
|
version: 3.3.22
|
99
99
|
requirements: []
|
100
100
|
rubygems_version: 3.5.3
|
101
|
-
signing_key:
|
101
|
+
signing_key:
|
102
102
|
specification_version: 4
|
103
103
|
summary: Fast and lightweight language identification library. Written in Rust, wrapped
|
104
104
|
in Ruby.
|