ruby_tree_sitter 1.7.0-arm-linux-gnu → 1.8.0-arm-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: '09b98472c4a74ba870acc2a6d6aa4ce4365a46a91758abb4702b27ec79744200'
4
- data.tar.gz: '0480263639cb7e9e60a9ce04061c85cf32a9e8505068855ddfc14c55b3c09862'
3
+ metadata.gz: 323a9f405d83ddde9945cbf226387336d66e31ae0cae4ac913a35fc6e165d3b7
4
+ data.tar.gz: d9d9894b84b5c18974354af56e0c9183b4c8a8c1cfda22cc3238381e07bdda7e
5
5
  SHA512:
6
- metadata.gz: e8b91697a923386be00513046896207bce3e9aba91a4377d9ddd0682e186fef5bcdc528c7277dd8bc91d26a272bee6b431a69021e03eac78af14e7b6fa3a8791
7
- data.tar.gz: fcb96b3e8d0ad61d4265bfd448519b03a2229ef78ff4012b343c992f2f9ea1d2130d941bde6b07d37463b698434429e5caaaf29503fdf30b565368e24ce5fa7b
6
+ metadata.gz: f19895b02ca2f1b451c910af65491c8955128cd05a10a87fa6d56870f00a5414a1083b02c27b959e5c0f4fdedeef5a047fe9da50a73d4b01a59e639046e5edf3
7
+ data.tar.gz: d93f9c1cb232812e667307a0e6e42920e3e26f62e6e64fc370f1a5eb40028856db61dd6e7125ed41693f6f6c8bea527012963d6371132c27b411a70eb220166f
@@ -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-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