ruby_tree_sitter 1.7.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: f46a23b314454b2f7f3cb3f5a04038976f96eaf851223401789d6ba6ed5e6525
4
- data.tar.gz: 9eda98f87f02f69212d8222d5a824ef09464f4aff9a32bd2835c3be22a68deb3
3
+ metadata.gz: 173db6e107cb65a4005f32da2e4cdfbe979e53a62a2b0a4d89499745673548d8
4
+ data.tar.gz: 526d8ca946a27c6708424b660e4f27244313b5f6ee3ee9e82f6a71bd46a5044a
5
5
  SHA512:
6
- metadata.gz: d7c716f39dd96280ec47d81aff4abaa21a798578b9f295f44280d09f7dc059aaf2c11d2ef6f01c928758926bfab07d6aeabe64d4dd2d73329440f08315e9d081
7
- data.tar.gz: 6ddf3658251091bdb2af46c20216f34a5018de3278fb6e9c5964318cfa279ae60df8069ff5a697270ae59c26138432c3edffece0c12fd13afb98680ae22651bb
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.23.0'
5
+ TREESITTER_VERSION = '0.24.3'
6
6
  # The current version of the gem.
7
- VERSION = '1.7.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.7.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-09-16 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