ruby_tree_sitter 1.6.0-x86_64-linux-musl → 1.7.0-x86_64-linux-musl

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: e04daebfb026fdf7507ca4f212de2593d4907bbea5c9266f9a0166503fe1c12d
4
- data.tar.gz: ecb88d51c0dbb37cc6e2c2278cb4643931291d49ef9e89563763340e1aefb68d
3
+ metadata.gz: f46a23b314454b2f7f3cb3f5a04038976f96eaf851223401789d6ba6ed5e6525
4
+ data.tar.gz: 9eda98f87f02f69212d8222d5a824ef09464f4aff9a32bd2835c3be22a68deb3
5
5
  SHA512:
6
- metadata.gz: 8925c48d3dc3b995ec347f4f7d48f2c3ad1ca268c1a61a3d8e60e7b64a9e97fa058dd4793ec436b36c5cd7840950cc1813541af0ed7d6b12433762b9aefa88dc
7
- data.tar.gz: 6aa31e7b54cc437f803b4cc3f8e37a36ab4631b99fa38edb2c1debe514664261ba2a38490f184614d95f2400ef634c5b8f7a3d1a04f4127619a20cd98c63e7c7
6
+ metadata.gz: d7c716f39dd96280ec47d81aff4abaa21a798578b9f295f44280d09f7dc059aaf2c11d2ef6f01c928758926bfab07d6aeabe64d4dd2d73329440f08315e9d081
7
+ data.tar.gz: 6ddf3658251091bdb2af46c20216f34a5018de3278fb6e9c5964318cfa279ae60df8069ff5a697270ae59c26138432c3edffece0c12fd13afb98680ae22651bb
Binary file
Binary file
Binary file
Binary file
@@ -2,7 +2,7 @@
2
2
 
3
3
  module TreeSitter
4
4
  # The version of the tree-sitter library.
5
- TREESITTER_VERSION = '0.22.6'
5
+ TREESITTER_VERSION = '0.23.0'
6
6
  # The current version of the gem.
7
- VERSION = '1.6.0'
7
+ VERSION = '1.7.0'
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_tree_sitter
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.0
5
5
  platform: x86_64-linux-musl
6
6
  authors:
7
7
  - Firas al-Khalil
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-08-07 00:00:00.000000000 Z
12
+ date: 2024-09-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sorbet-runtime