ruby_tree_sitter 1.6.0-arm-linux-musl → 1.8.0-arm-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: 1925f8308ea5699baa8b6b6d3d08f0050f258ee06a30117d330fa6409a2fd118
4
- data.tar.gz: a07bd4d589807750947d5d55ac82f050da5d1989ea9c3e06d954676b26948283
3
+ metadata.gz: e32263611b6c96388f855c7340df17b3b7a1dc21d3795787f74f3c6701db4a20
4
+ data.tar.gz: '0019754167a1ed6978899f1815f8d5aad859b2cf30d9f625d60efa4ec6cd40ca'
5
5
  SHA512:
6
- metadata.gz: b8e70368acb17bee7195590f84cb8d9f9e72a25d6ad0bf12ece45ee2b004a658ddaa5f81a1e9a3831dd2c4b5d8bf99876e79b1a9bef700a42a7f56c9d356f4be
7
- data.tar.gz: 6a29bad05ad4ebc04ba40266f9a3d2a175c66e460531ab36cce6830d89085d0c0e4c017cd3508335bd23e50ee1de1ebf94078e5133b7f7c8a7056a1243e8d7d5
6
+ metadata.gz: 216e2868c51aa5957200393e4f58c4e4d6e17579d2e5f9a6055014074a13d48c54f816e699a1635b3dbdf824d10fa4b7c83da8626b42b7a90e7218a392a07ed9
7
+ data.tar.gz: c1d621ca6af96387ed3c416dbddba416aa366ed52ffbfeb652f21a92add77e1df3c5a76c2dda53931a3ddfd360f96b51f9888c76267bf39929e2b83715497f01
@@ -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: arm-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