ruby_tree_sitter 1.9.1-arm64-darwin → 1.10.0-arm64-darwin

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: 3daf99a04100fcc55208d97e9a5dbb74ff4d167ccc19a83fd7ce1095af54596b
4
- data.tar.gz: 69fb1e546236aba5c002d0b000b49ebf91a14c9a8cb693eb80a6f6b50837f184
3
+ metadata.gz: 0ed32fd5a29b257393ffda8d4a9d1b057c315798beef3fb7323297f2aabb2bcb
4
+ data.tar.gz: e7f2d2a2694ef821fc102a971212f5c21fab902799725779c5df87f74c8b1b98
5
5
  SHA512:
6
- metadata.gz: 75032e059922c0bbbb6fb2d378e2c208e057886a8483fc7b48dc1e1ac7f0a114bca60fd12b036d21aa30977373d742fc98bde21e25336f6bae49cf90599df8e6
7
- data.tar.gz: fd3a9b3be4fd47775b178ac3640ae18367eda627b8b152f100af861031fbc18f8223803af74a039acb0ef73f43d1d02a9df0d5cee7aeab98e242dc4f8a1ab7e5
6
+ metadata.gz: 4b80956e17cae3168a5e2dbbe941faf06df064f25e767b0a7fb3e85de7f82bda65b8850cb25ad98f87d3795d73fd7d1905c96bea6ad0c4a4f289f1e694733647
7
+ data.tar.gz: c481150a27bf3083b6f51cc7284804846b7ecf7044d48402c2aed2bb91b0efb728c4af8ab19cae031e0c0dc0719524671df9d43f2848c606177152742e9ed99a
Binary file
Binary file
Binary file
@@ -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: arm64-darwin
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