ruby_tree_sitter 1.9.1-arm-linux-musl → 1.10.0-arm-linux-musl

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: ff8ec972e81ced87e6354b2cf43faa6730b98b3b4c75752e3956314bc6d916fd
4
- data.tar.gz: c2f4ca87439944abd341683f8281fba5008236c6355ef2173b219e8373e3269c
3
+ metadata.gz: 3541fd1438a2def2cad2c9b41bc26ef8535856965c860474eac4f146fe5e8298
4
+ data.tar.gz: 759c4280e1a51db04d17b3e990f4ea0f4e5f688ba3f8bff1fb766579c91d177a
5
5
  SHA512:
6
- metadata.gz: bb44251ce1af9400b6febf6fa8594d19bd572741029e2af5b673e3cb5b206160cdc080b31e242db80272e766f7371835e6736f37b3205739f6aa6801adc68846
7
- data.tar.gz: c19bd236292814f9dd12c1d52d5b5ddf48f4ed0c8d6ace6b8877f8405bcd7156aeb71bf34760591eae97e0fcdfb5b22081cf317481b17e7e63030c051eb67626
6
+ metadata.gz: 34020baf06a78deffceba20fda462bc52338945b70daddbfca890d9042248fc4103cf826955294ebd61147858063052adbc343f7d19a82c28ac6cbbad0c81fe9
7
+ data.tar.gz: 6b1b8290be0f709d7c5dc906f482fa46abf8e8981c037af85b7981167b95dd4f51e10e2fac05e3c3b96ec6fb4478b41ccdce05b76821e06c094c4a77581d050d
@@ -2,7 +2,7 @@
2
2
 
3
3
  module TreeSitter
4
4
  # Base tree-sitter error.
5
- class TreeSitterError < StandardError
5
+ class TreeSitterError < Exception
6
6
  end
7
7
 
8
8
  # Raised when query creation fails.
@@ -4,5 +4,5 @@ module TreeSitter
4
4
  # The version of the tree-sitter library.
5
5
  TREESITTER_VERSION = '0.24.4'
6
6
  # The current version of the gem.
7
- VERSION = '1.9.1'
7
+ VERSION = '1.10.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.9.1
4
+ version: 1.10.0
5
5
  platform: arm-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-12-05 00:00:00.000000000 Z
12
+ date: 2024-12-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sorbet-runtime