ruby_tree_sitter 1.6.0-x86_64-linux-gnu → 1.8.0-x86_64-linux-gnu

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: a79891c136f45ceec1e147198e98e3547264a014cb9f88ac3bd8f5480a7f29d4
4
- data.tar.gz: 3c9e21e6341fd56fa3a7a218202fbf6139176e5b0c7ec62fbd122f9b6cc88199
3
+ metadata.gz: 0aba66cc08d058d592d747d24de368a96544b4f0cc85daf58282687feab99e82
4
+ data.tar.gz: 7e52cc1ca9b09c91cee4a78637adde7f354ac9d68db2aefa33f396bd951f7939
5
5
  SHA512:
6
- metadata.gz: aebd7c6415157f83144e368a78b067e02aef5d7b4103d88086a9daa5d4992fc9803b5c205e447dd8b032d8e58a93219c138ae545cc60d2b2b668f8ffa282233e
7
- data.tar.gz: 2929cc28b4bab8225c49b81aaad688ed1ae6a845e58374885e44fb9dc7cbf4e6f72ce5a059bf058af0208d26013b088c28e05b0b85d82dc6b3c1b8f83bfd5a70
6
+ metadata.gz: d1bf2236de844fb3d49954e97d14ce0c5fe51f7af81ad193feb4e8ce23a9a1a01de7ff65b79f53e9b0893e84657a89e9ba4d444c87ad16d5abe6fc5162b38bf6
7
+ data.tar.gz: f395460ab333e0714c788e741a97bb78ae90be2111392f01e9608af0bb3e4308ac3978333e2467fe17788cf031f376d41c20c8795939a3639d9262ef5cd2e0d7
@@ -49,7 +49,6 @@ dir_include, dir_lib =
49
49
  # We need to make sure we're selecting the proper toolchain.
50
50
  # Especially needed for corss-compilation.
51
51
  ENV.store('CC', RbConfig::CONFIG['CC'])
52
- repo.patch
53
52
  repo.compile
54
53
  repo.include_and_lib_dirs
55
54
  end
@@ -64,13 +64,6 @@ module TreeSitter
64
64
  [[(src / 'lib' / 'include').to_s], [src.to_s]]
65
65
  end
66
66
 
67
- def patch
68
- root = Pathname.new(File.expand_path(__dir__)).realpath.parent.parent
69
- patch = root / 'patches' / 'cross-compile.patch'
70
-
71
- sh "patch --forward #{src / 'Makefile'} #{patch}"
72
- end
73
-
74
67
  def sh(cmd)
75
68
  return if system(cmd)
76
69
 
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.24.3'
6
6
  # The current version of the gem.
7
- VERSION = '1.6.0'
7
+ VERSION = '1.8.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.8.0
5
5
  platform: x86_64-linux-gnu
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-11-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sorbet-runtime