ruby_tree_sitter 1.0.0-x86_64-linux → 1.1.0-x86_64-linux

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5237780e4fc6628d21e5671a2259320bbb307520a690edba10e776e57f3c886b
4
- data.tar.gz: 730d07e399f4e5aee47e8c71a8dd346d83f77d0de4d2d00311a8cca7e2f554ca
3
+ metadata.gz: cdd749f5a178b25079aecc1e0c32c620f6f36ec40e8a0a12fb86f8a8f7211d32
4
+ data.tar.gz: 3c16103df927a99c4aa300bfa01d8795b36cac76d2a67b72759b3ccd0c945f39
5
5
  SHA512:
6
- metadata.gz: cc2878922995a67d5e95029b135f3b9cefb5769e4bf82d5bc94f5e0a282f79429f4aedc7f2ea18301979aefceed576be52f940c357d3844e82e6f7fe872b5c36
7
- data.tar.gz: 04cb391ecddc7323a53764aafda6d60789584d6b3dad0272ea9632108d2a7d55f491811e20bb7ce4241fbbd0f193a7a5f0a92899a5a2ca7b2a1e51264f9e3e3c
6
+ metadata.gz: 5a98b62297c70ff439a553990617d03746aa837f065d785b5346f68d455b907f700b63decd87de5dde87f7aa6b112085e38dda04543d82a991f2d90fa86c8265
7
+ data.tar.gz: cf24b69a7afe950423868abd7e383edd2b722deb32412f92a22a8886264e20b9b7f2458674238fdec79539dd44545cca56adab25732d6115ae4896b10d324963
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.20.9'
5
+ TREESITTER_VERSION = '0.22.6'
6
6
  # The current version of the gem.
7
- VERSION = '1.0.0'
7
+ VERSION = '1.1.0'
8
8
  end
@@ -33,7 +33,7 @@ module TreeStand
33
33
  next
34
34
  end
35
35
 
36
- io << "#{line.sexpr}#{' ' * (@ralign - line.sexpr.size)}| #{line.text}\n"
36
+ io << "#{line.sexpr}#{' ' * [(@ralign - line.sexpr.size), 0].max}| #{line.text}\n"
37
37
  end
38
38
 
39
39
  io
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.0.0
4
+ version: 1.1.0
5
5
  platform: x86_64-linux
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-02-26 00:00:00.000000000 Z
12
+ date: 2024-05-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sorbet-runtime