ruby_tree_sitter 1.7.0-aarch64-linux-gnu → 1.8.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: 8d5d7118766d817c5391e562b95c0c89f59a3121f90a40f5727e9c22c95a295a
4
+ data.tar.gz: bd64bb1eee8955d4672cbf24cff2fea9c9f8e0c1453a8810ce5e31962460fa34
5
5
  SHA512:
6
- metadata.gz: 4abeea8e90a948f246d8c8c83cbbfc16fa09e18abd0e0dc0a82a0362ae2528e5349237efcbe5088b7bf3ba8e0820d2aeaf05c956ca2d704b1f3a38f611b19606
7
- data.tar.gz: 3ce8799fba5a01f7cfaffc73a88b882e4d6542b367cdf2a76049246dd24b71b40ba9b9d313d15a70106d890d207284348d0b424824594efffe1d21457162d10c
6
+ metadata.gz: 24ba5a757c22b9b38c1c69000f46c952ae522d18dcbce2bcb9ae0dc616ca77a561a1edf9346b41230e7b5c0e13fe71fb7e803c5081cb424d5e94264db9b4bcf8
7
+ data.tar.gz: 07ab1146c5e0eb557efc2d919ffb25100fe3a361c043893238262d634c1049112d6703858d94c348d99a0acb862fe479d862b3a98d0dbac3d2f5438db304c3be
@@ -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: 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-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sorbet-runtime