language-ruby 2.0.0 → 2.0.1

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.
Files changed (6) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +0 -1
  3. data/Gemfile +0 -1
  4. data/Gemfile.lock +44 -59
  5. data/VERSION +1 -1
  6. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '012934bac2654038f8d30254e7be0f65d506236f1535bd2bc47accf81003e731'
4
- data.tar.gz: 2d18e473b4142fc2dca7c59638a458f59fee25f3ff916c5377f985ad60ec7ee4
3
+ metadata.gz: 9b8b7a7f36e789cd1c856dbec1e279cc00e8d2aef226d0cc92535fdd4bc056d5
4
+ data.tar.gz: cfcb8f8753c3b6168f6000e98bed0bd71cfa01dc8d640c2d1b67e7c8cd4cb2c1
5
5
  SHA512:
6
- metadata.gz: f7d8604b4734674575f653aa4693eaa0a0fb7d8921ce8543b4b2b45df2409405e5dda2b98453c17e64673a7c80e19e62fd69b34ae455c686fc6ffeb74bdbd401
7
- data.tar.gz: a4f2744ded6dcc2c2969a5780181d1ac91ad8cfb0b9e57bcd2ca046f56f0858f851993d37891fcdbc1a027fb3ca1cc12dd533027b17e87db99f61363ca314e7d
6
+ metadata.gz: 374555f4710c4bda62a3d1f7d811f8839d634fbfff43fbce527a5a553042dc76b580b0a141b42e957d1baf3cd545b61188cb87e395ed6523b0a4b53cb648fdae
7
+ data.tar.gz: 6a0a5c88408d05e8e69e559e12786c7f258202fdeec350ee424c7e1ed3aca8c05bce74f1a6630712fcebe8706f3f72828416e5e387b4ae8a0edbab1ddc44014a
data/.rubocop.yml CHANGED
@@ -143,7 +143,6 @@ Style/StringLiterals:
143
143
  Style/StringLiteralsInInterpolation:
144
144
  Enabled: false
145
145
  plugins:
146
- - rubocop-factory_bot
147
146
  - rubocop-performance
148
147
  - rubocop-rails
149
148
  - rubocop-rake
data/Gemfile CHANGED
@@ -10,7 +10,6 @@ gem "bundler-audit"
10
10
  gem "dorian"
11
11
  gem "rspec"
12
12
  gem "rubocop-capybara"
13
- gem "rubocop-factory_bot"
14
13
  gem "rubocop-performance"
15
14
  gem "rubocop-rails"
16
15
  gem "rubocop-rake"
data/Gemfile.lock CHANGED
@@ -1,14 +1,14 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- language-ruby (2.0.0)
4
+ language-ruby (2.0.1)
5
5
  dorian-arguments
6
6
  zeitwerk
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- activesupport (8.1.3)
11
+ activesupport (8.1.3.1)
12
12
  base64
13
13
  bigdecimal
14
14
  concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -21,8 +21,6 @@ GEM
21
21
  securerandom (>= 0.3)
22
22
  tzinfo (~> 2.0, >= 2.0.5)
23
23
  uri (>= 0.13.1)
24
- addressable (2.9.0)
25
- public_suffix (>= 2.0.2, < 8.0)
26
24
  ast (2.4.3)
27
25
  base64 (0.3.0)
28
26
  bigdecimal (4.1.2)
@@ -30,60 +28,56 @@ GEM
30
28
  bundler (>= 1.2.0)
31
29
  thor (~> 1.0)
32
30
  cmdparse (3.0.7)
33
- concurrent-ruby (1.3.7)
31
+ concurrent-ruby (1.3.8)
34
32
  connection_pool (3.0.2)
35
- csv (3.3.5)
33
+ csv (3.3.6)
36
34
  diff-lcs (1.6.2)
37
- dorian (2.6.8)
38
- csv
39
- dorian-arguments
40
- dorian-eval
41
- dorian-progress
42
- dorian-to_struct
43
- git
44
- hexapdf
45
- json
46
- mini_racer
47
- ostruct
48
- parallel
49
- syntax_tree
50
- syntax_tree-haml
51
- syntax_tree-xml
52
- terminal-table
53
- w_syntax_tree-erb
54
- yaml
55
- dorian-arguments (1.2.3)
35
+ dorian (3.0.2)
36
+ csv (>= 3.3.6, < 4)
37
+ dorian-arguments (>= 2.0.1, < 3)
38
+ dorian-eval (>= 2.0.1, < 3)
39
+ dorian-progress (>= 2.0.1, < 3)
40
+ dorian-to_struct (>= 3.0.1, < 4)
41
+ haml (>= 7.5.1, < 8.0)
42
+ hexapdf (>= 1.10.0, < 2)
43
+ json (>= 2.21.2, < 3)
44
+ mini_racer (>= 0.22.1, < 1)
45
+ ostruct (>= 0.6.3, < 1)
46
+ parallel (>= 2.1.0, < 3.0)
47
+ syntax_tree (>= 6.3.0, < 7)
48
+ syntax_tree-haml (>= 4.0.3, < 5)
49
+ syntax_tree-xml (>= 0.1.0, < 1)
50
+ terminal-table (>= 4.0.0, < 5)
51
+ w_syntax_tree-erb (>= 0.12.0, < 1)
52
+ yaml (>= 0.4.0, < 1)
53
+ dorian-arguments (2.0.1)
56
54
  bigdecimal (>= 3.1, < 5)
57
- dorian-eval (1.5.1)
55
+ dorian-eval (2.0.1)
58
56
  yaml (>= 0.3, < 1)
59
- dorian-progress (1.1.3)
57
+ dorian-progress (2.0.1)
60
58
  ruby-progressbar (>= 1.13, < 2)
61
- dorian-to_struct (2.0.3)
59
+ dorian-to_struct (3.0.1)
62
60
  drb (2.2.3)
63
61
  geom2d (0.4.1)
64
- git (4.3.2)
65
- activesupport (>= 5.0)
66
- addressable (~> 2.8)
67
- process_executer (~> 4.0)
68
- rchardet (~> 1.9)
69
- haml (7.2.0)
62
+ haml (7.5.1)
63
+ prism (>= 1.1.0)
70
64
  temple (>= 0.8.2)
71
65
  thor
72
66
  tilt
73
- hexapdf (1.9.1)
67
+ hexapdf (1.10.0)
74
68
  cmdparse (~> 3.0, >= 3.0.3)
75
69
  geom2d (~> 0.4, >= 0.4.1)
76
70
  openssl (>= 2.2.1)
77
71
  strscan (>= 3.1.2)
78
72
  i18n (1.15.2)
79
73
  concurrent-ruby (~> 1.0)
80
- json (2.20.0)
81
- language_server-protocol (3.17.0.5)
74
+ json (2.21.2)
75
+ language_server-protocol (3.17.0.6)
82
76
  libv8-node (24.12.0.1-arm64-darwin)
83
77
  libv8-node (24.12.0.1-x86_64-linux)
84
78
  lint_roller (1.1.0)
85
79
  logger (1.7.0)
86
- mini_racer (0.21.4)
80
+ mini_racer (0.22.1)
87
81
  libv8-node (~> 24.12.0.1)
88
82
  minitest (6.0.6)
89
83
  drb (~> 2.0)
@@ -91,18 +85,14 @@ GEM
91
85
  openssl (4.0.2)
92
86
  ostruct (0.6.3)
93
87
  parallel (2.1.0)
94
- parser (3.3.11.1)
88
+ parser (3.3.12.0)
95
89
  ast (~> 2.4.1)
96
90
  racc
97
91
  prettier_print (1.2.1)
98
92
  prism (1.9.0)
99
- process_executer (4.0.4)
100
- track_open_instances (~> 0.1)
101
- public_suffix (7.0.5)
102
93
  racc (1.8.1)
103
- rack (3.2.6)
94
+ rack (3.2.7)
104
95
  rainbow (3.1.1)
105
- rchardet (1.10.2)
106
96
  regexp_parser (2.12.0)
107
97
  rspec (3.13.2)
108
98
  rspec-core (~> 3.13.0)
@@ -117,8 +107,8 @@ GEM
117
107
  diff-lcs (>= 1.2.0, < 2.0)
118
108
  rspec-support (~> 3.13.0)
119
109
  rspec-support (3.13.7)
120
- rubocop (1.88.0)
121
- json (~> 2.3)
110
+ rubocop (1.90.0)
111
+ json (>= 2.3)
122
112
  language_server-protocol (~> 3.17.0.2)
123
113
  lint_roller (~> 1.1.0)
124
114
  parallel (>= 1.10)
@@ -128,24 +118,21 @@ GEM
128
118
  rubocop-ast (>= 1.49.0, < 2.0)
129
119
  ruby-progressbar (~> 1.7)
130
120
  unicode-display_width (>= 2.4.0, < 4.0)
131
- rubocop-ast (1.49.1)
121
+ rubocop-ast (1.50.0)
132
122
  parser (>= 3.3.7.2)
133
123
  prism (~> 1.7)
134
124
  rubocop-capybara (3.0.0)
135
125
  lint_roller (~> 1.1)
136
126
  rubocop (~> 1.81)
137
- rubocop-factory_bot (2.28.0)
138
- lint_roller (~> 1.1)
139
- rubocop (~> 1.72, >= 1.72.1)
140
- rubocop-performance (1.26.1)
127
+ rubocop-performance (1.27.0)
141
128
  lint_roller (~> 1.1)
142
- rubocop (>= 1.75.0, < 2.0)
129
+ rubocop (>= 1.89.0, < 2.0)
143
130
  rubocop-ast (>= 1.47.1, < 2.0)
144
- rubocop-rails (2.35.5)
131
+ rubocop-rails (2.37.0)
145
132
  activesupport (>= 4.2.0)
146
133
  lint_roller (~> 1.1)
147
134
  rack (>= 1.1)
148
- rubocop (>= 1.75.0, < 2.0)
135
+ rubocop (>= 1.89.0, < 2.0)
149
136
  rubocop-ast (>= 1.44.0, < 2.0)
150
137
  rubocop-rake (0.7.1)
151
138
  lint_roller (~> 1.1)
@@ -170,12 +157,11 @@ GEM
170
157
  syntax_tree-xml (0.1.0)
171
158
  prettier_print
172
159
  syntax_tree (>= 2.0.1)
173
- temple (0.10.4)
160
+ temple (0.10.7)
174
161
  terminal-table (4.0.0)
175
162
  unicode-display_width (>= 1.1.1, < 4)
176
163
  thor (1.5.0)
177
- tilt (2.7.0)
178
- track_open_instances (0.1.15)
164
+ tilt (2.9.0)
179
165
  tzinfo (2.0.6)
180
166
  concurrent-ruby (~> 1.0)
181
167
  unicode-display_width (3.2.0)
@@ -186,7 +172,7 @@ GEM
186
172
  prettier_print (~> 1.2, >= 1.2.0)
187
173
  syntax_tree (~> 6.1, >= 6.1.1)
188
174
  yaml (0.4.0)
189
- zeitwerk (2.8.2)
175
+ zeitwerk (2.8.3)
190
176
 
191
177
  PLATFORMS
192
178
  arm64-darwin-22
@@ -201,7 +187,6 @@ DEPENDENCIES
201
187
  language-ruby!
202
188
  rspec
203
189
  rubocop-capybara
204
- rubocop-factory_bot
205
190
  rubocop-performance
206
191
  rubocop-rails
207
192
  rubocop-rake
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.0
1
+ 2.0.1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: language-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dorian Marié
@@ -115,7 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
115
115
  - !ruby/object:Gem::Version
116
116
  version: '0'
117
117
  requirements: []
118
- rubygems_version: 4.0.15
118
+ rubygems_version: 4.0.17
119
119
  specification_version: 4
120
120
  summary: parser dsl
121
121
  test_files: []