language-ruby 2.0.0 → 2.0.2

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: '012934bac2654038f8d30254e7be0f65d506236f1535bd2bc47accf81003e731'
4
- data.tar.gz: 2d18e473b4142fc2dca7c59638a458f59fee25f3ff916c5377f985ad60ec7ee4
3
+ metadata.gz: dae6fa24905e31a7854a13f41aa30638cc0d1846eb22a90a3c707310bf63db16
4
+ data.tar.gz: a4ef4b5794047bc38c0030fe25cbb5ab54bdb380f7933211250d56b552479da2
5
5
  SHA512:
6
- metadata.gz: f7d8604b4734674575f653aa4693eaa0a0fb7d8921ce8543b4b2b45df2409405e5dda2b98453c17e64673a7c80e19e62fd69b34ae455c686fc6ffeb74bdbd401
7
- data.tar.gz: a4f2744ded6dcc2c2969a5780181d1ac91ad8cfb0b9e57bcd2ca046f56f0858f851993d37891fcdbc1a027fb3ca1cc12dd533027b17e87db99f61363ca314e7d
6
+ metadata.gz: 1f1d915354438b86cf31fba5a4a279e565ac62d9ceab727da23d8d3038b96d945409ee0e10c500ddac481b8cfd1d255277862c44c4f4858a0af439b526f1ac04
7
+ data.tar.gz: 2613880f2ccb1d9e57a2f6569c73a8ba322eaa75ca566918b26fe4427c637a6eec666c3ef507f439a9676e6b5e9f88354820c6c538afc7d4a85bfcabd14e4d33
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)
5
- dorian-arguments
6
- zeitwerk
4
+ language-ruby (2.0.2)
5
+ dorian-arguments (>= 2.0.1, < 3)
6
+ zeitwerk (>= 2.8.3, < 3)
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.2
@@ -12,8 +12,8 @@ Gem::Specification.new do |s|
12
12
  s.executables << "language"
13
13
  s.homepage = "https://github.com/dorianmariecom/language-ruby"
14
14
  s.license = "MIT"
15
- s.add_dependency "dorian-arguments"
16
- s.add_dependency "zeitwerk"
15
+ s.add_dependency "dorian-arguments", ">= 2.0.1", "< 3"
16
+ s.add_dependency "zeitwerk", ">= 2.8.3", "< 3"
17
17
  s.metadata["rubygems_mfa_required"] = "true"
18
18
  s.required_ruby_version = ">= 4.0"
19
19
  end
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.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dorian Marié
@@ -15,28 +15,40 @@ dependencies:
15
15
  requirements:
16
16
  - - ">="
17
17
  - !ruby/object:Gem::Version
18
- version: '0'
18
+ version: 2.0.1
19
+ - - "<"
20
+ - !ruby/object:Gem::Version
21
+ version: '3'
19
22
  type: :runtime
20
23
  prerelease: false
21
24
  version_requirements: !ruby/object:Gem::Requirement
22
25
  requirements:
23
26
  - - ">="
24
27
  - !ruby/object:Gem::Version
25
- version: '0'
28
+ version: 2.0.1
29
+ - - "<"
30
+ - !ruby/object:Gem::Version
31
+ version: '3'
26
32
  - !ruby/object:Gem::Dependency
27
33
  name: zeitwerk
28
34
  requirement: !ruby/object:Gem::Requirement
29
35
  requirements:
30
36
  - - ">="
31
37
  - !ruby/object:Gem::Version
32
- version: '0'
38
+ version: 2.8.3
39
+ - - "<"
40
+ - !ruby/object:Gem::Version
41
+ version: '3'
33
42
  type: :runtime
34
43
  prerelease: false
35
44
  version_requirements: !ruby/object:Gem::Requirement
36
45
  requirements:
37
46
  - - ">="
38
47
  - !ruby/object:Gem::Version
39
- version: '0'
48
+ version: 2.8.3
49
+ - - "<"
50
+ - !ruby/object:Gem::Version
51
+ version: '3'
40
52
  description: parser dsl
41
53
  email: dorian@dorianmarie.fr
42
54
  executables:
@@ -115,7 +127,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
115
127
  - !ruby/object:Gem::Version
116
128
  version: '0'
117
129
  requirements: []
118
- rubygems_version: 4.0.15
130
+ rubygems_version: 4.0.17
119
131
  specification_version: 4
120
132
  summary: parser dsl
121
133
  test_files: []