mq-ruby 0.1.33 → 0.1.35

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/Cargo.lock +18 -32
  3. data/Cargo.toml +3 -3
  4. data/src/value.rs +0 -3
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2b21342d5660b813b08c13379f485a03b89e99c03eaa7b563e9e7b7fd77a5ef8
4
- data.tar.gz: e0eff600f41b4eee3de68eadc18d984cfd9081ba712234eadf63c8f59a1315cf
3
+ metadata.gz: 05d4ab8b56517d1359e658758038c8e94386fd689d9d0eaeaddac49bc8be1cd2
4
+ data.tar.gz: 5aa5051097ee0350e3ad652b011d2538bed5714a17abadec8e75211f70a95453
5
5
  SHA512:
6
- metadata.gz: b601117cc23bbbd13ab838922d658a142cd415519d115f48170afe4465e2b4d4b27ac69ef4d7380aba9f971cb3e85852769256b5699eec3f485f3a8377ab2b82
7
- data.tar.gz: 39caa9be0e00a5d9690da074bc69a6d7a9b2fd11f8450a7d6f3747f26437df49625444a67fd4498ab3f94acfb6a5fc978bb101920e96f11373db01a2dd533687
6
+ metadata.gz: 24e87e15cf30f5b153d65f178ba64284fa0fe90c10ec64f8ac464c3fa58d529e4bc70019cd371acf304684d31ffc6aed83b2919bf5411ced38914d7277f98eac
7
+ data.tar.gz: e4e4c030feae82648a6153e2c61fd4f8232168d4568f7f5c2996a2ac3066f76c25c8932dca7ccbe784c066e12bb9e1cc39180812b3afced3ece62038bb0905de
data/Cargo.lock CHANGED
@@ -516,14 +516,17 @@ name = "hashbrown"
516
516
  version = "0.17.1"
517
517
  source = "registry+https://github.com/rust-lang/crates.io-index"
518
518
  checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
519
+ dependencies = [
520
+ "foldhash",
521
+ ]
519
522
 
520
523
  [[package]]
521
524
  name = "hashlink"
522
- version = "0.11.1"
525
+ version = "0.12.1"
523
526
  source = "registry+https://github.com/rust-lang/crates.io-index"
524
- checksum = "824e001ac4f3012dd16a264bec811403a67ca9deb6c102fc5049b32c4574b35f"
527
+ checksum = "32069d97bb81e38fa67eab65e3393bf804bb85969f2bc06bf13f64aef5aba248"
525
528
  dependencies = [
526
- "hashbrown 0.16.1",
529
+ "hashbrown 0.17.1",
527
530
  ]
528
531
 
529
532
  [[package]]
@@ -866,9 +869,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
866
869
 
867
870
  [[package]]
868
871
  name = "mq-lang"
869
- version = "0.8.2"
872
+ version = "0.8.4"
870
873
  source = "registry+https://github.com/rust-lang/crates.io-index"
871
- checksum = "42f34169138c29a833b5012ab11336250c712f7dc31117132be8d21da17a3c0a"
874
+ checksum = "8d1df8de900c90b0945c51fa9857d845c78d1ea8529faa5888bc88949777a0e0"
872
875
  dependencies = [
873
876
  "ammonia",
874
877
  "base64",
@@ -876,6 +879,8 @@ dependencies = [
876
879
  "ciborium",
877
880
  "csv",
878
881
  "dirs",
882
+ "ego-tree",
883
+ "encoding_rs",
879
884
  "getrandom 0.4.3",
880
885
  "glob",
881
886
  "html-escape",
@@ -913,9 +918,9 @@ dependencies = [
913
918
 
914
919
  [[package]]
915
920
  name = "mq-macros"
916
- version = "0.8.2"
921
+ version = "0.8.4"
917
922
  source = "registry+https://github.com/rust-lang/crates.io-index"
918
- checksum = "ac916cd67a8f7b22718908b21b27698d46f0734c7853d87298d7483df76d79e7"
923
+ checksum = "604efe88e489430780cc500c1990084c549f5198a48d190d91487d2f0d47e508"
919
924
  dependencies = [
920
925
  "proc-macro2",
921
926
  "quote",
@@ -924,9 +929,9 @@ dependencies = [
924
929
 
925
930
  [[package]]
926
931
  name = "mq-markdown"
927
- version = "0.8.2"
932
+ version = "0.8.4"
928
933
  source = "registry+https://github.com/rust-lang/crates.io-index"
929
- checksum = "a307425574e1d9e5094bb28b230deee725df5b099e247a8425a969ca4d0e7117"
934
+ checksum = "60b3228804efb8c2181f53306951ac77ea471fcb5812e8c44a1b6dfbdfdc8c77"
930
935
  dependencies = [
931
936
  "ego-tree",
932
937
  "itertools 0.15.0",
@@ -936,15 +941,15 @@ dependencies = [
936
941
  "scraper",
937
942
  "serde",
938
943
  "serde_json",
939
- "serde_yaml",
940
944
  "smol_str",
941
945
  "unicode-width 0.2.2",
942
946
  "url",
947
+ "yaml-rust2",
943
948
  ]
944
949
 
945
950
  [[package]]
946
951
  name = "mq-ruby"
947
- version = "0.1.33"
952
+ version = "0.1.35"
948
953
  dependencies = [
949
954
  "magnus",
950
955
  "mq-lang",
@@ -1373,19 +1378,6 @@ dependencies = [
1373
1378
  "serde_core",
1374
1379
  ]
1375
1380
 
1376
- [[package]]
1377
- name = "serde_yaml"
1378
- version = "0.9.34+deprecated"
1379
- source = "registry+https://github.com/rust-lang/crates.io-index"
1380
- checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
1381
- dependencies = [
1382
- "indexmap",
1383
- "itoa",
1384
- "ryu",
1385
- "serde",
1386
- "unsafe-libyaml",
1387
- ]
1388
-
1389
1381
  [[package]]
1390
1382
  name = "servo_arc"
1391
1383
  version = "0.4.3"
@@ -1660,12 +1652,6 @@ version = "0.2.2"
1660
1652
  source = "registry+https://github.com/rust-lang/crates.io-index"
1661
1653
  checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
1662
1654
 
1663
- [[package]]
1664
- name = "unsafe-libyaml"
1665
- version = "0.2.11"
1666
- source = "registry+https://github.com/rust-lang/crates.io-index"
1667
- checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
1668
-
1669
1655
  [[package]]
1670
1656
  name = "url"
1671
1657
  version = "2.5.8"
@@ -1860,9 +1846,9 @@ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
1860
1846
 
1861
1847
  [[package]]
1862
1848
  name = "yaml-rust2"
1863
- version = "0.11.0"
1849
+ version = "0.12.0"
1864
1850
  source = "registry+https://github.com/rust-lang/crates.io-index"
1865
- checksum = "631a50d867fafb7093e709d75aaee9e0e0d5deb934021fcea25ac2fe09edc51e"
1851
+ checksum = "c6edb26322e610d4f04b7cd34478317685d24d0999437e551fb97c5441151041"
1866
1852
  dependencies = [
1867
1853
  "arraydeque",
1868
1854
  "encoding_rs",
data/Cargo.toml CHANGED
@@ -10,7 +10,7 @@ name = "mq-ruby"
10
10
  publish = false
11
11
  readme = "README.md"
12
12
  repository = "https://github.com/harehare/mq"
13
- version = "0.1.33"
13
+ version = "0.1.35"
14
14
 
15
15
  [lib]
16
16
  crate-type = ["cdylib"]
@@ -18,8 +18,8 @@ name = "mq_ruby"
18
18
 
19
19
  [dependencies]
20
20
  magnus = {version = "0.8"}
21
- mq-lang = {version = "0.8.2", features = ["css-selector"]}
22
- mq-markdown = "0.8.2"
21
+ mq-lang = {version = "0.8.4", features = ["css-selector"]}
22
+ mq-markdown = "0.8.4"
23
23
  # Pinned below the rb-sys releases (0.9.120+) that added Ruby 4.x-specific
24
24
  # ABI handling, which is buggy on Ruby 4.0 under magnus 0.8.2 and breaks
25
25
  # TypedData class conversion (see MQ::Result CI failures on Ruby 4.0).
data/src/value.rs CHANGED
@@ -113,9 +113,6 @@ impl From<mq_lang::RuntimeValue> for MQValue {
113
113
  | mq_lang::RuntimeValue::Module(..) => MQValue::Markdown {
114
114
  value: "".to_string(),
115
115
  },
116
- mq_lang::RuntimeValue::Ast(_) => MQValue::Markdown {
117
- value: "".to_string(),
118
- },
119
116
  mq_lang::RuntimeValue::None => MQValue::Markdown {
120
117
  value: "".to_string(),
121
118
  },
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mq-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.33
4
+ version: 0.1.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takahiro Sato