ruby_tree_sitter 1.6.0-arm-linux-gnu → 1.8.0-arm-linux-gnu
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/ext/tree_sitter/extconf.rb +0 -1
 - data/ext/tree_sitter/repo.rb +0 -7
 - data/lib/tree_sitter/3.0/tree_sitter.so +0 -0
 - data/lib/tree_sitter/3.1/tree_sitter.so +0 -0
 - data/lib/tree_sitter/3.2/tree_sitter.so +0 -0
 - data/lib/tree_sitter/3.3/tree_sitter.so +0 -0
 - data/lib/tree_sitter/version.rb +2 -2
 - metadata +2 -2
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 323a9f405d83ddde9945cbf226387336d66e31ae0cae4ac913a35fc6e165d3b7
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: d9d9894b84b5c18974354af56e0c9183b4c8a8c1cfda22cc3238381e07bdda7e
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: f19895b02ca2f1b451c910af65491c8955128cd05a10a87fa6d56870f00a5414a1083b02c27b959e5c0f4fdedeef5a047fe9da50a73d4b01a59e639046e5edf3
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: d93f9c1cb232812e667307a0e6e42920e3e26f62e6e64fc370f1a5eb40028856db61dd6e7125ed41693f6f6c8bea527012963d6371132c27b411a70eb220166f
         
     | 
    
        data/ext/tree_sitter/extconf.rb
    CHANGED
    
    
    
        data/ext/tree_sitter/repo.rb
    CHANGED
    
    | 
         @@ -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 
     | 
    
        data/lib/tree_sitter/version.rb
    CHANGED
    
    
    
        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. 
     | 
| 
      
 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- 
     | 
| 
      
 12 
     | 
    
         
            +
            date: 2024-11-06 00:00:00.000000000 Z
         
     | 
| 
       13 
13 
     | 
    
         
             
            dependencies:
         
     | 
| 
       14 
14 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       15 
15 
     | 
    
         
             
              name: sorbet-runtime
         
     |