syntax_tree 6.1.1 → 6.3.0

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.
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: syntax_tree
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.1.1
4
+ version: 6.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Newton
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2023-03-21 00:00:00.000000000 Z
10
+ date: 2025-07-17 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: prettier_print
@@ -94,7 +93,6 @@ dependencies:
94
93
  - - ">="
95
94
  - !ruby/object:Gem::Version
96
95
  version: '0'
97
- description:
98
96
  email:
99
97
  - kddnewton@gmail.com
100
98
  executables:
@@ -110,7 +108,6 @@ files:
110
108
  - ".github/workflows/main.yml"
111
109
  - ".gitignore"
112
110
  - ".rubocop.yml"
113
- - ".ruby-version"
114
111
  - CHANGELOG.md
115
112
  - CODE_OF_CONDUCT.md
116
113
  - Gemfile
@@ -130,6 +127,7 @@ files:
130
127
  - lib/syntax_tree.rb
131
128
  - lib/syntax_tree/basic_visitor.rb
132
129
  - lib/syntax_tree/cli.rb
130
+ - lib/syntax_tree/database.rb
133
131
  - lib/syntax_tree/dsl.rb
134
132
  - lib/syntax_tree/field_visitor.rb
135
133
  - lib/syntax_tree/formatter.rb
@@ -143,7 +141,7 @@ files:
143
141
  - lib/syntax_tree/node.rb
144
142
  - lib/syntax_tree/parser.rb
145
143
  - lib/syntax_tree/pattern.rb
146
- - lib/syntax_tree/plugin/disable_ternary.rb
144
+ - lib/syntax_tree/plugin/disable_auto_ternary.rb
147
145
  - lib/syntax_tree/plugin/single_quotes.rb
148
146
  - lib/syntax_tree/plugin/trailing_comma.rb
149
147
  - lib/syntax_tree/pretty_print_visitor.rb
@@ -183,7 +181,6 @@ licenses:
183
181
  - MIT
184
182
  metadata:
185
183
  rubygems_mfa_required: 'true'
186
- post_install_message:
187
184
  rdoc_options: []
188
185
  require_paths:
189
186
  - lib
@@ -198,8 +195,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
198
195
  - !ruby/object:Gem::Version
199
196
  version: '0'
200
197
  requirements: []
201
- rubygems_version: 3.4.1
202
- signing_key:
198
+ rubygems_version: 3.6.2
203
199
  specification_version: 4
204
200
  summary: A parser based on ripper
205
201
  test_files: []
data/.ruby-version DELETED
@@ -1 +0,0 @@
1
- 3.2.0