ruby_tree_sitter 1.7.0-x86-linux-musl → 1.9.0-x86-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: 100247c6106be06d9eeeb4348260f3d37357a4ddddeb2f7c6921d4107f167d18
4
- data.tar.gz: 85c321322836296961508763c13aa035584152f10ce41462b3e8861e6004a176
3
+ metadata.gz: b3c85c6c5147b455a7a0cebea7eac0fc51a0c097a31324ec968b03b515773a77
4
+ data.tar.gz: a3b2d552c801f616eef703211e2902aa1c655219bc482234ec2147561afb1e0e
5
5
  SHA512:
6
- metadata.gz: d3e58a007bcff1a395462ec2286ad59d90de1085e69c7527196205990464144e874092ae98fc1503cddf75dc4f0be1059341282359c4457e419f0a6c7784138a
7
- data.tar.gz: fca15e9d82f39efb50d280c8fb7e33274c19affa75924eaedc50d976f191b74c67d9f50cc9268b0da269edc8721210e2e1d32bfd3044a6796a30bb394e2fd7f6
6
+ metadata.gz: 9ebe2ce6239122413f838fff1a1bfa6911d53fbe21efafbed340683749fd433527395b3c1424c9cb5f997c39594f771339bb5e7f69bb1199317d9fc1fffe5ad6
7
+ data.tar.gz: b2a51d2ddaa7e5d7e97580607c7039d164c7d8f77cf6c51f3befcd3f88e81ea7e9fdded38fcc92f2fd22e983ceb1e661f4c1f5822fa39aac76166f464a1c35e8
@@ -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-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