ruby_tree_sitter 1.7.0-x86_64-linux-musl → 1.9.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: 4672c6bbc76c06c4af09dbe8bd2c7d47ea18b9a890e15f7de45410161df11dc1
4
+ data.tar.gz: 65315ffeda7f48f7341834868c958a1dd78c6b6a9871c069917024e76e0a7e16
5
5
  SHA512:
6
- metadata.gz: d7c716f39dd96280ec47d81aff4abaa21a798578b9f295f44280d09f7dc059aaf2c11d2ef6f01c928758926bfab07d6aeabe64d4dd2d73329440f08315e9d081
7
- data.tar.gz: 6ddf3658251091bdb2af46c20216f34a5018de3278fb6e9c5964318cfa279ae60df8069ff5a697270ae59c26138432c3edffece0c12fd13afb98680ae22651bb
6
+ metadata.gz: 0d9ab811df18662f64001399fc11cf9b5291f90c6551dd050fc1605819d58e35cdf0de6da5a394aa839079b56b74e7ccc823ab9cc4c6e63725f8a9647d477b72
7
+ data.tar.gz: c75c8fa0ec33956d21d2b632de27f2433d0fd3d69b4642517b2f990e1dc1916a470f5ed8d27c0036ceb4d7f6735b237b4600bcd452b724e0f706618829a5d515
@@ -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.4'
6
6
  # The current version of the gem.
7
- VERSION = '1.7.0'
7
+ VERSION = '1.9.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.9.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-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sorbet-runtime