kramdown-syntax_tree_sitter 0.5.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: a04dc6ceb1cee4150c0c893d87d48bdec1edeea51deb0c8fe7481efc7fb34913
4
- data.tar.gz: b8402223f1bc2752fa043e2d20ac3df02a41ba9edb253f09331c3fb61e692425
3
+ metadata.gz: 5aee4ab14f91bd28b4597512ba3c06ce343499da5cee896f29c858d72d5352fc
4
+ data.tar.gz: 4381e3228f25060d695510b88beddc478c309bf270ea9be791085e06f77a637f
5
5
  SHA512:
6
- metadata.gz: a11c4e18f4d378b5b8bea1498b77a43a0653184b1d549112d70470f22645eebbf58e74432032485a9dd3146bed3330d97068d8bd2363eb7a71a5fbd86d3d4d4f
7
- data.tar.gz: 398ab77b1edc7c48918cdb28001dc9d69c9c965258cd5404eb20ff65323b71fad77ff33e1ded791e27f8e7ec344a76c6d413f1db28db19a7caa1666b5286feaa
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.66, 1.67, 1.68, 1.69
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