ruby_tree_sitter 1.6.0-aarch64-linux-musl → 1.8.0-aarch64-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: 825e8dc95443db3656d023712e8401f4240af7911e4999d98a0ffe9a07d4ad04
4
- data.tar.gz: f41863d7c1ee43e282e63ff931f8a84d21e2f8ceabf00b5bbd7d7a3c45f1a573
3
+ metadata.gz: c63359e0f33e1f041f83357825f6a751a4e91002fd9b627bc56a7fc700bae10d
4
+ data.tar.gz: 229bdcf11179bc1fc97b08facda5abf5c9fcd93e808a36092b518efc45dcf4ff
5
5
  SHA512:
6
- metadata.gz: 5654fd17b73264c41715ae48fe8d2166cbef6da8ee83a1796a43e73d7bb3850f8fb337a965a9f7a25a54772032f326c840f2fac60d5330acc43845a0d743eeb2
7
- data.tar.gz: e7246e99e16f04002a79b029af560a0ab70eab55494ca93c9ec43e2d26f98736ff7afbe9859638bd11c3b6d29b0decdddd755c9f68f9879ce7394408cf7ca932
6
+ metadata.gz: d3cb49be6b47736ee3500dcc27a3a710188378ee0a536419f25835c6c3841d16746060d809e0a1478c5a8460a4f458fb44d8281ef8120a81e4ee992f5df1e96e
7
+ data.tar.gz: f2be813c3c43ab5efa4e057f15521925b6ec16055d58c3f6f2fa004df8cba54fc280ca0f10c80b440efbb73465c8c65cf724c6e7c8a82ff280a8d4437f4b5c64
@@ -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: aarch64-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