ruby_tree_sitter 1.7.0-x86_64-darwin → 1.8.0-x86_64-darwin

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: 679f3558d66b2c399cfa4c4833e2efe33439ebd104716e2c1f6632d41df2b4c7
4
- data.tar.gz: 31148dbacb62ae7c959306aaefa43cebbf0a29cf583755071804aa35799fb3b9
3
+ metadata.gz: 2e0058ca30dffbcb70d8ef4d0fc3ca275e9948a2e09426c570aea2a1f9698358
4
+ data.tar.gz: 9793d39230b079e54774ede868f21b4856be1d92344359b3c46856fbbb6f9325
5
5
  SHA512:
6
- metadata.gz: 53f92081caeb1bff5cd75e1005209bd4dab84c282800f7ba3efb96c4689a78f84a6aa5eec24ed3022fb8ca64d79af8ec530d772f4ab656216cf3406e083cd905
7
- data.tar.gz: 04a214c0fd425eb41878c751fc5fc37c17638243d0f3d3d3dc6e8dbe269c9649dab44da12f70d1593423f2087f6cb3a001a14e1009988ad699c92505cae0eabc
6
+ metadata.gz: add51b7b0672cc2d66314b3d99590abe8f0849cb6a046b4605a7c79579536f939b43ca2245f97b961dc437002dc377dacec568d2ef66926c6dff98833209dd6c
7
+ data.tar.gz: 6b67dcc1a3a9082cfbdd083c324ba09b8fc54c6e898b471dd311b0885c802ebcfae0c44bcf8ebd4ecabf9c9a0ef5e12bfce8a6bfe28a67941de34dbdde1278ba
@@ -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: x86_64-darwin
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