ruby_tree_sitter 1.6.0-x86_64-linux-musl → 1.8.0-x86_64-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: e04daebfb026fdf7507ca4f212de2593d4907bbea5c9266f9a0166503fe1c12d
4
- data.tar.gz: ecb88d51c0dbb37cc6e2c2278cb4643931291d49ef9e89563763340e1aefb68d
3
+ metadata.gz: 173db6e107cb65a4005f32da2e4cdfbe979e53a62a2b0a4d89499745673548d8
4
+ data.tar.gz: 526d8ca946a27c6708424b660e4f27244313b5f6ee3ee9e82f6a71bd46a5044a
5
5
  SHA512:
6
- metadata.gz: 8925c48d3dc3b995ec347f4f7d48f2c3ad1ca268c1a61a3d8e60e7b64a9e97fa058dd4793ec436b36c5cd7840950cc1813541af0ed7d6b12433762b9aefa88dc
7
- data.tar.gz: 6aa31e7b54cc437f803b4cc3f8e37a36ab4631b99fa38edb2c1debe514664261ba2a38490f184614d95f2400ef634c5b8f7a3d1a04f4127619a20cd98c63e7c7
6
+ metadata.gz: 070e02e92fe51bbc76cd733dbd9d052ccda23c992cf6197a4d709e9734f4738ee454f3c178a551475d64661fffad4199ac270fdae17be6de98d80f56ac8fee48
7
+ data.tar.gz: 7e36056e3357c1b082efcdd3fb691b7512eb930e8df3af2613f0aadaf2f8ec5849051c3267e491fb2913b83a4d45bf507bd6e5c2b1a12ad66c30712d46c4b54f
@@ -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-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-11-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sorbet-runtime