kramdown-syntax_tree_sitter 0.4.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5f502118720a3beff9d1b8fe65e9fa4ca4d1b61a5e1173c5e761ae833f788ffa
4
- data.tar.gz: 7eda0db649bfdf5bef38257dd50b9b58f914832b5134db10f9c815b7c3317c5f
3
+ metadata.gz: 5aee4ab14f91bd28b4597512ba3c06ce343499da5cee896f29c858d72d5352fc
4
+ data.tar.gz: 4381e3228f25060d695510b88beddc478c309bf270ea9be791085e06f77a637f
5
5
  SHA512:
6
- metadata.gz: 2601a86a81fd2e96831d18dbaf970199b6649e1402a269b058b09726a02a33398e9ce1a035a5d3607bdbb12f997a599c5899188e01d258fa5bd8abe1460ad341
7
- data.tar.gz: 83323e231e5ced95442e3629c5f179e227200dff6216c9c498d8e5c96a3fce0975acb07ee0783e916224123f66579da56500921261161484bcfad997252527a4
6
+ metadata.gz: 000fbf6012c20464588ec36d9474a8c1421e7ffab7d08fe49768ecacf5929c7cd2360d171ec0d6b5e38c66acf25b555baab7cf7e79e291faea2fd084f680b8df
7
+ data.tar.gz: 97c18104ea71fdf94b2d5ff85ad3f65a15cc32192eb98f7195a25fdc1a37bfdfd2c41686f8be825717b6e2b5cfc8640345e19f639f8f06f73d2040f9350755d7
data/README.md CHANGED
@@ -22,8 +22,8 @@ essentially an adapter for the
22
22
  hence also requires a compatible [Rust](https://www.rust-lang.org) installation to
23
23
  function. It is officially compatible with the following environments:
24
24
 
25
- - **Ruby**: 2.7, 3.0, 3.1, 3.2
26
- - **Rust**: 1.65, 1.66, 1.67, 1.68
25
+ - **Ruby**: 3.0, 3.1, 3.2, 3.3
26
+ - **Rust**: 1.75, 1.76, 1.77, 1.78
27
27
  - **Platforms**: MacOS, Linux
28
28
 
29
29
  ### Installation