ruby_tree_sitter 1.7.0-aarch64-linux-gnu → 1.9.0-aarch64-linux-gnu

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: 605517bdf8908cfbafaee9d8bdcbdf728142df81e9959c839a3d53e26d46527e
4
- data.tar.gz: d3bbe0009dafe25ec322c8c98df0f34b55a72d566b2cde1c4be3f8e88d7e9f49
3
+ metadata.gz: de2b9c56f14aa418fd0a367f35abaeed634d91713925f094aa21648d7cbf3463
4
+ data.tar.gz: d135935a291da8a1ee076c1cebf4590974d54e997f19ff2092622be5b44e7040
5
5
  SHA512:
6
- metadata.gz: 4abeea8e90a948f246d8c8c83cbbfc16fa09e18abd0e0dc0a82a0362ae2528e5349237efcbe5088b7bf3ba8e0820d2aeaf05c956ca2d704b1f3a38f611b19606
7
- data.tar.gz: 3ce8799fba5a01f7cfaffc73a88b882e4d6542b367cdf2a76049246dd24b71b40ba9b9d313d15a70106d890d207284348d0b424824594efffe1d21457162d10c
6
+ metadata.gz: 6415245df75c0aa9aaec12b5115dc07098167e3164fd4bd4547aa30013514f70522447942753b420b4993e61ee6b32ae301e541bdc902dbe91852931d7005292
7
+ data.tar.gz: f93904f0afb3c418f6597064409a32e4061352c81663d34a98b9a7519b3fc285f3f01dd9ff009978d8b9c53d62146df331f0fd8ae2dbe9e899332a190305e586
@@ -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: aarch64-linux-gnu
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