ruby_tree_sitter 1.7.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: f24e5bd611e653a2fc7ebcc75d8b6dac44b14cd26b28319e3d1c8168293ceae4
4
- data.tar.gz: f8fc35ade34bd873d04ea64221612cf021782893c75250957a4f3c093e3d51ba
3
+ metadata.gz: c63359e0f33e1f041f83357825f6a751a4e91002fd9b627bc56a7fc700bae10d
4
+ data.tar.gz: 229bdcf11179bc1fc97b08facda5abf5c9fcd93e808a36092b518efc45dcf4ff
5
5
  SHA512:
6
- metadata.gz: e39c80604547fc462d3b4f9fc929331b79b38b27746d5c073d8420a80111d4ca9e5100b4d47aff9c2a76dbb08aa4c9d572f6ad2a9957f5e8bbf063735b1a99a3
7
- data.tar.gz: 8198ea7825866808fbbd9f664ac708c9d8e7cd156e734de788f53071a28e6167c140e6498dc86e3fc9e70f5a293e270d34f4689d6418285bb785945ca3efe59a
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.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-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-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sorbet-runtime