ruby_tree_sitter 1.4.1-arm64-darwin-22 → 1.4.2-arm64-darwin-22

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: 44c9a6c83f66491c1f66014b7cf028224c1eb60de4a5a29faba1f12a7d8271c0
4
- data.tar.gz: a3601cab2c75ee5e527cafef28618b8a0f0843ed94e5d67b5c74cd5e0a221b39
3
+ metadata.gz: 0a34dab3f8aab6d8ce0c2d111e7431a61c2f19bfa1b7c7363fdceeaa6af1e2db
4
+ data.tar.gz: d8bfe6e232af60860d0072283f238c96a1fbe46b7885a21340d16854d5163d1f
5
5
  SHA512:
6
- metadata.gz: 40c725ff6810224a089ed9d3d408459befbf985da3532d6aa51a29f27c6f597b17f70fcb3defcf608085184474f99263ff147b9113cbb088905b40c60fe4733e
7
- data.tar.gz: 1d9f35a68cf47274328f5c6b0412197091a68315d4d2324509c2a833fe01873e8558de49ff03a1e22401034d530a97e1d721a9aa84d5724fb1ee7342ae385ddd
6
+ metadata.gz: 50803d633a84f525e695c5cbf2e3a7b19cec8b4a0df3598b13339792d847cece1d35a02d22eb337cb94509da28f4361ef43703c99a280c70ed30e268eff7684c
7
+ data.tar.gz: a48038c68a122ac2c12e61f3acd9ff08ddf9a06f6e59b93231d1bf58dc0fcd2f4fb36db720fc4b9b003bd24a24458124f886decc425f83e24cb4af24cd63aa8b
@@ -88,7 +88,7 @@ module TreeSitter
88
88
 
89
89
  # We know that the bindings will accept `lib`, but I don't know how to tell sorbet
90
90
  # the types in ext/tree_sitter where `load` is defined.
91
- TreeSitter::Language.load(name.tr('-', '_'), T.unsafe(lib))
91
+ TreeSitter::Language.load(name.tr('-', '_'), lib)
92
92
  end
93
93
 
94
94
  # The platform-specific extension of the parser.
Binary file
@@ -4,5 +4,5 @@ module TreeSitter
4
4
  # The version of the tree-sitter library.
5
5
  TREESITTER_VERSION = '0.22.6'
6
6
  # The current version of the gem.
7
- VERSION = '1.4.1'
7
+ VERSION = '1.4.2'
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.4.1
4
+ version: 1.4.2
5
5
  platform: arm64-darwin-22
6
6
  authors:
7
7
  - Firas al-Khalil