ruby_tree_sitter 1.7.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: 519a0084064370f248199e9b067f67a6e07eeb8297d68ba8fad4a4516b4af152
4
- data.tar.gz: '080a7765f7ec9f27098af7b87100dc149b4d883de2b675e9f5f26102659abd87'
3
+ metadata.gz: e32263611b6c96388f855c7340df17b3b7a1dc21d3795787f74f3c6701db4a20
4
+ data.tar.gz: '0019754167a1ed6978899f1815f8d5aad859b2cf30d9f625d60efa4ec6cd40ca'
5
5
  SHA512:
6
- metadata.gz: 0e59ec5d12154271d8ab5ef54a02d57968fc9ce396fc69a1216f90974509fbdbf4c761b77f6f14f699e2704333e0919125fa8cb433ddf1f901912c664cbd098b
7
- data.tar.gz: 66c810b7d759abb8c9b5d1d509cbd4c771bceac8c8385e81882767d4719fb66e8b457e70ade2b85d9f71e140f3bb0dbf86a240b2a05f2354ee6f87f3c43a9ee8
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.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: 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-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