ruby_tree_sitter 1.7.0-arm64-darwin → 1.9.0-arm64-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: 884663c0f794f5befd987585be4270fb7b541c2bf78a6600d4455805c8ac6d09
4
- data.tar.gz: 6ab67711746e78c2269c7659cde026939c3489abaf12a47e07da5c6c675f14d7
3
+ metadata.gz: e58a257dec0303acc2783c0f905bcd6df3a93c35cb8003b1f03e5e6d6385aa99
4
+ data.tar.gz: ab7ab0a9956c1fb160ae28b7a0c69c17d3d030ba436045b2070ed16df75a5e78
5
5
  SHA512:
6
- metadata.gz: 55e305c081947940010c14ee3ed5d4d8416e5d0d34b16c4498452b4333bb1615fa132ea38ea4f801fbe1cc9c977eab0c335d2c67310986a8d19faf9cd15cb670
7
- data.tar.gz: 1d407e66508f56b719699ec1285932204993c88f791251adea336153c342beff834a495225514a5092cbda5ed3ca32772cb05e0c945d7123adb25a996cae0e69
6
+ metadata.gz: 50e933241405d7515eac0d6b3a998341ca4d5a9803f17808f4aa2c79280a574e53e6051e94db2b5debcf0f6b38da194153ee9f6354f297091355f72e2d7bd9a3
7
+ data.tar.gz: 9bfe88be588eb206679a8009e83d1567801e822aad050ba0fd572eff58c9f4e2c950229af9fbb3d75e9d39f2735a44bb90e2d798087a6101fd8a33ded3f50f5c
@@ -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.4'
6
6
  # The current version of the gem.
7
- VERSION = '1.7.0'
7
+ VERSION = '1.9.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.9.0
5
5
  platform: arm64-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-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sorbet-runtime