lumberaxe 0.1.5 → 0.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.
@@ -1,9 +1,25 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # This file was generated by Appraisal
2
4
 
3
5
  source "https://rubygems.org"
4
6
 
5
- gem "nokogiri", "< 1.16"
7
+ gem "appraisal", "~> 2.5.0"
8
+ gem "bundler", "~> 2.1"
9
+ gem "combustion", "~> 1.3"
10
+ gem "license_finder", ">= 7.0"
11
+ gem "parser", ">= 2.5", "!= 2.5.1.1"
12
+ gem "pry", ">= 0.14.2"
13
+ gem "pry-byebug", "3.10.1"
14
+ gem "rails", "7.1.3.2"
15
+ gem "rainbow", "3.1.1"
16
+ gem "rake", "~> 13.0"
17
+ gem "rspec", "~> 3.0"
18
+ gem "rspec-rails", "~> 7.1.1"
6
19
  gem "rubocop-powerhome", path: "../../rubocop-powerhome"
7
- gem "rails", "7.1.3"
20
+ gem "simplecov", "0.15.1"
21
+ gem "sqlite3", "~> 1.7.3"
22
+ gem "test-unit", "3.1.5"
23
+ gem "yard", "0.9.38"
8
24
 
9
25
  gemspec path: "../"
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ../../rubocop-powerhome
3
3
  specs:
4
- rubocop-powerhome (0.5.2)
5
- rubocop (~> 1.52.0)
4
+ rubocop-powerhome (0.7.0)
5
+ rubocop (= 1.82.1)
6
6
  rubocop-performance
7
7
  rubocop-rails
8
8
  rubocop-rake
@@ -11,42 +11,42 @@ PATH
11
11
  PATH
12
12
  remote: ..
13
13
  specs:
14
- lumberaxe (0.1.5)
15
- activesupport (>= 6.0.6.1, < 7.2)
14
+ lumberaxe (0.3.0)
15
+ activesupport (>= 7.1.3.2, < 8.2)
16
16
  lograge (= 0.10.0)
17
17
 
18
18
  GEM
19
19
  remote: https://rubygems.org/
20
20
  specs:
21
- actioncable (7.1.3)
22
- actionpack (= 7.1.3)
23
- activesupport (= 7.1.3)
21
+ actioncable (7.1.3.2)
22
+ actionpack (= 7.1.3.2)
23
+ activesupport (= 7.1.3.2)
24
24
  nio4r (~> 2.0)
25
25
  websocket-driver (>= 0.6.1)
26
26
  zeitwerk (~> 2.6)
27
- actionmailbox (7.1.3)
28
- actionpack (= 7.1.3)
29
- activejob (= 7.1.3)
30
- activerecord (= 7.1.3)
31
- activestorage (= 7.1.3)
32
- activesupport (= 7.1.3)
27
+ actionmailbox (7.1.3.2)
28
+ actionpack (= 7.1.3.2)
29
+ activejob (= 7.1.3.2)
30
+ activerecord (= 7.1.3.2)
31
+ activestorage (= 7.1.3.2)
32
+ activesupport (= 7.1.3.2)
33
33
  mail (>= 2.7.1)
34
34
  net-imap
35
35
  net-pop
36
36
  net-smtp
37
- actionmailer (7.1.3)
38
- actionpack (= 7.1.3)
39
- actionview (= 7.1.3)
40
- activejob (= 7.1.3)
41
- activesupport (= 7.1.3)
37
+ actionmailer (7.1.3.2)
38
+ actionpack (= 7.1.3.2)
39
+ actionview (= 7.1.3.2)
40
+ activejob (= 7.1.3.2)
41
+ activesupport (= 7.1.3.2)
42
42
  mail (~> 2.5, >= 2.5.4)
43
43
  net-imap
44
44
  net-pop
45
45
  net-smtp
46
46
  rails-dom-testing (~> 2.2)
47
- actionpack (7.1.3)
48
- actionview (= 7.1.3)
49
- activesupport (= 7.1.3)
47
+ actionpack (7.1.3.2)
48
+ actionview (= 7.1.3.2)
49
+ activesupport (= 7.1.3.2)
50
50
  nokogiri (>= 1.8.5)
51
51
  racc
52
52
  rack (>= 2.2.4)
@@ -54,35 +54,35 @@ GEM
54
54
  rack-test (>= 0.6.3)
55
55
  rails-dom-testing (~> 2.2)
56
56
  rails-html-sanitizer (~> 1.6)
57
- actiontext (7.1.3)
58
- actionpack (= 7.1.3)
59
- activerecord (= 7.1.3)
60
- activestorage (= 7.1.3)
61
- activesupport (= 7.1.3)
57
+ actiontext (7.1.3.2)
58
+ actionpack (= 7.1.3.2)
59
+ activerecord (= 7.1.3.2)
60
+ activestorage (= 7.1.3.2)
61
+ activesupport (= 7.1.3.2)
62
62
  globalid (>= 0.6.0)
63
63
  nokogiri (>= 1.8.5)
64
- actionview (7.1.3)
65
- activesupport (= 7.1.3)
64
+ actionview (7.1.3.2)
65
+ activesupport (= 7.1.3.2)
66
66
  builder (~> 3.1)
67
67
  erubi (~> 1.11)
68
68
  rails-dom-testing (~> 2.2)
69
69
  rails-html-sanitizer (~> 1.6)
70
- activejob (7.1.3)
71
- activesupport (= 7.1.3)
70
+ activejob (7.1.3.2)
71
+ activesupport (= 7.1.3.2)
72
72
  globalid (>= 0.3.6)
73
- activemodel (7.1.3)
74
- activesupport (= 7.1.3)
75
- activerecord (7.1.3)
76
- activemodel (= 7.1.3)
77
- activesupport (= 7.1.3)
73
+ activemodel (7.1.3.2)
74
+ activesupport (= 7.1.3.2)
75
+ activerecord (7.1.3.2)
76
+ activemodel (= 7.1.3.2)
77
+ activesupport (= 7.1.3.2)
78
78
  timeout (>= 0.4.0)
79
- activestorage (7.1.3)
80
- actionpack (= 7.1.3)
81
- activejob (= 7.1.3)
82
- activerecord (= 7.1.3)
83
- activesupport (= 7.1.3)
79
+ activestorage (7.1.3.2)
80
+ actionpack (= 7.1.3.2)
81
+ activejob (= 7.1.3.2)
82
+ activerecord (= 7.1.3.2)
83
+ activesupport (= 7.1.3.2)
84
84
  marcel (~> 1.0)
85
- activesupport (7.1.3)
85
+ activesupport (7.1.3.2)
86
86
  base64
87
87
  bigdecimal
88
88
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -92,242 +92,262 @@ GEM
92
92
  minitest (>= 5.1)
93
93
  mutex_m
94
94
  tzinfo (~> 2.0)
95
- appraisal (2.4.1)
95
+ appraisal (2.5.0)
96
96
  bundler
97
97
  rake
98
98
  thor (>= 0.14.0)
99
- ast (2.4.2)
100
- base64 (0.2.0)
101
- bigdecimal (3.1.5)
102
- builder (3.2.4)
99
+ ast (2.4.3)
100
+ base64 (0.3.0)
101
+ bigdecimal (4.1.2)
102
+ builder (3.3.0)
103
103
  byebug (11.1.3)
104
104
  coderay (1.1.3)
105
- combustion (1.4.0)
105
+ combustion (1.5.0)
106
106
  activesupport (>= 3.0.0)
107
107
  railties (>= 3.0.0)
108
108
  thor (>= 0.14.6)
109
- concurrent-ruby (1.2.3)
110
- connection_pool (2.4.1)
109
+ concurrent-ruby (1.3.6)
110
+ connection_pool (3.0.2)
111
111
  crass (1.0.6)
112
- date (3.3.4)
113
- diff-lcs (1.5.0)
112
+ csv (3.3.5)
113
+ date (3.5.1)
114
+ diff-lcs (1.6.2)
114
115
  docile (1.1.5)
115
- drb (2.2.0)
116
- ruby2_keywords
117
- erubi (1.12.0)
118
- globalid (1.2.1)
116
+ drb (2.2.3)
117
+ erb (6.0.4)
118
+ erubi (1.13.1)
119
+ globalid (1.3.0)
119
120
  activesupport (>= 6.1)
120
- i18n (1.14.1)
121
+ i18n (1.14.8)
121
122
  concurrent-ruby (~> 1.0)
122
- io-console (0.7.1)
123
- irb (1.11.1)
124
- rdoc
123
+ io-console (0.8.2)
124
+ irb (1.18.0)
125
+ pp (>= 0.6.0)
126
+ prism (>= 1.3.0)
127
+ rdoc (>= 4.0.0)
125
128
  reline (>= 0.4.2)
126
- json (2.7.1)
127
- license_finder (7.1.0)
129
+ json (2.19.3)
130
+ language_server-protocol (3.17.0.5)
131
+ license_finder (7.2.1)
128
132
  bundler
133
+ csv (~> 3.2)
129
134
  rubyzip (>= 1, < 3)
130
135
  thor (~> 1.2)
131
136
  tomlrb (>= 1.3, < 2.1)
132
137
  with_env (= 1.1.0)
133
138
  xml-simple (~> 1.1.9)
139
+ lint_roller (1.1.0)
140
+ logger (1.7.0)
134
141
  lograge (0.10.0)
135
142
  actionpack (>= 4)
136
143
  activesupport (>= 4)
137
144
  railties (>= 4)
138
145
  request_store (~> 1.0)
139
- loofah (2.22.0)
146
+ loofah (2.25.1)
140
147
  crass (~> 1.0.2)
141
148
  nokogiri (>= 1.12.0)
142
- mail (2.8.1)
149
+ mail (2.9.0)
150
+ logger
143
151
  mini_mime (>= 0.1.1)
144
152
  net-imap
145
153
  net-pop
146
154
  net-smtp
147
- marcel (1.0.2)
148
- method_source (1.0.0)
155
+ marcel (1.1.0)
156
+ method_source (1.1.0)
149
157
  mini_mime (1.1.5)
150
- minitest (5.21.1)
151
- mutex_m (0.2.0)
152
- net-imap (0.4.9.1)
158
+ minitest (6.0.6)
159
+ drb (~> 2.0)
160
+ prism (~> 1.5)
161
+ mutex_m (0.3.0)
162
+ net-imap (0.6.4)
153
163
  date
154
164
  net-protocol
155
165
  net-pop (0.1.2)
156
166
  net-protocol
157
167
  net-protocol (0.2.2)
158
168
  timeout
159
- net-smtp (0.4.0.1)
169
+ net-smtp (0.5.1)
160
170
  net-protocol
161
- nio4r (2.7.0)
162
- nokogiri (1.15.5-arm64-darwin)
171
+ nio4r (2.7.5)
172
+ nokogiri (1.19.3-arm64-darwin)
163
173
  racc (~> 1.4)
164
- nokogiri (1.15.5-x86_64-linux)
174
+ nokogiri (1.19.3-x86_64-linux-gnu)
165
175
  racc (~> 1.4)
166
- parallel (1.24.0)
167
- parser (3.3.0.4)
176
+ parallel (1.28.0)
177
+ parser (3.3.11.1)
168
178
  ast (~> 2.4.1)
169
179
  racc
170
- power_assert (2.0.3)
180
+ power_assert (3.0.1)
181
+ pp (0.6.3)
182
+ prettyprint
183
+ prettyprint (0.2.0)
184
+ prism (1.9.0)
171
185
  pry (0.14.2)
172
186
  coderay (~> 1.1)
173
187
  method_source (~> 1.0)
174
188
  pry-byebug (3.10.1)
175
189
  byebug (~> 11.0)
176
190
  pry (>= 0.13, < 0.15)
177
- psych (5.1.2)
191
+ psych (5.3.1)
192
+ date
178
193
  stringio
179
- racc (1.7.3)
180
- rack (3.0.8)
181
- rack-session (2.0.0)
194
+ racc (1.8.1)
195
+ rack (3.2.6)
196
+ rack-session (2.1.2)
197
+ base64 (>= 0.1.0)
182
198
  rack (>= 3.0.0)
183
- rack-test (2.1.0)
199
+ rack-test (2.2.0)
184
200
  rack (>= 1.3)
185
- rackup (2.1.0)
201
+ rackup (2.3.1)
186
202
  rack (>= 3)
187
- webrick (~> 1.8)
188
- rails (7.1.3)
189
- actioncable (= 7.1.3)
190
- actionmailbox (= 7.1.3)
191
- actionmailer (= 7.1.3)
192
- actionpack (= 7.1.3)
193
- actiontext (= 7.1.3)
194
- actionview (= 7.1.3)
195
- activejob (= 7.1.3)
196
- activemodel (= 7.1.3)
197
- activerecord (= 7.1.3)
198
- activestorage (= 7.1.3)
199
- activesupport (= 7.1.3)
203
+ rails (7.1.3.2)
204
+ actioncable (= 7.1.3.2)
205
+ actionmailbox (= 7.1.3.2)
206
+ actionmailer (= 7.1.3.2)
207
+ actionpack (= 7.1.3.2)
208
+ actiontext (= 7.1.3.2)
209
+ actionview (= 7.1.3.2)
210
+ activejob (= 7.1.3.2)
211
+ activemodel (= 7.1.3.2)
212
+ activerecord (= 7.1.3.2)
213
+ activestorage (= 7.1.3.2)
214
+ activesupport (= 7.1.3.2)
200
215
  bundler (>= 1.15.0)
201
- railties (= 7.1.3)
202
- rails-dom-testing (2.2.0)
216
+ railties (= 7.1.3.2)
217
+ rails-dom-testing (2.3.0)
203
218
  activesupport (>= 5.0.0)
204
219
  minitest
205
220
  nokogiri (>= 1.6)
206
- rails-html-sanitizer (1.6.0)
207
- loofah (~> 2.21)
208
- nokogiri (~> 1.14)
209
- railties (7.1.3)
210
- actionpack (= 7.1.3)
211
- activesupport (= 7.1.3)
221
+ rails-html-sanitizer (1.7.0)
222
+ loofah (~> 2.25)
223
+ nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
224
+ railties (7.1.3.2)
225
+ actionpack (= 7.1.3.2)
226
+ activesupport (= 7.1.3.2)
212
227
  irb
213
228
  rackup (>= 1.0.0)
214
229
  rake (>= 12.2)
215
230
  thor (~> 1.0, >= 1.2.2)
216
231
  zeitwerk (~> 2.6)
217
- rainbow (2.2.2)
218
- rake
219
- rake (13.1.0)
220
- rdoc (6.6.2)
232
+ rainbow (3.1.1)
233
+ rake (13.4.2)
234
+ rdoc (7.2.0)
235
+ erb
221
236
  psych (>= 4.0.0)
222
- regexp_parser (2.9.0)
223
- reline (0.4.2)
237
+ tsort
238
+ regexp_parser (2.12.0)
239
+ reline (0.6.3)
224
240
  io-console (~> 0.5)
225
- request_store (1.5.1)
241
+ request_store (1.7.0)
226
242
  rack (>= 1.4)
227
- rexml (3.2.6)
228
- rspec (3.12.0)
229
- rspec-core (~> 3.12.0)
230
- rspec-expectations (~> 3.12.0)
231
- rspec-mocks (~> 3.12.0)
232
- rspec-core (3.12.2)
233
- rspec-support (~> 3.12.0)
234
- rspec-expectations (3.12.3)
243
+ rexml (3.4.4)
244
+ rspec (3.13.2)
245
+ rspec-core (~> 3.13.0)
246
+ rspec-expectations (~> 3.13.0)
247
+ rspec-mocks (~> 3.13.0)
248
+ rspec-core (3.13.6)
249
+ rspec-support (~> 3.13.0)
250
+ rspec-expectations (3.13.5)
235
251
  diff-lcs (>= 1.2.0, < 2.0)
236
- rspec-support (~> 3.12.0)
237
- rspec-mocks (3.12.6)
252
+ rspec-support (~> 3.13.0)
253
+ rspec-mocks (3.13.8)
238
254
  diff-lcs (>= 1.2.0, < 2.0)
239
- rspec-support (~> 3.12.0)
240
- rspec-rails (5.1.2)
241
- actionpack (>= 5.2)
242
- activesupport (>= 5.2)
243
- railties (>= 5.2)
244
- rspec-core (~> 3.10)
245
- rspec-expectations (~> 3.10)
246
- rspec-mocks (~> 3.10)
247
- rspec-support (~> 3.10)
248
- rspec-support (3.12.1)
249
- rubocop (1.52.1)
255
+ rspec-support (~> 3.13.0)
256
+ rspec-rails (7.1.1)
257
+ actionpack (>= 7.0)
258
+ activesupport (>= 7.0)
259
+ railties (>= 7.0)
260
+ rspec-core (~> 3.13)
261
+ rspec-expectations (~> 3.13)
262
+ rspec-mocks (~> 3.13)
263
+ rspec-support (~> 3.13)
264
+ rspec-support (3.13.7)
265
+ rubocop (1.82.1)
250
266
  json (~> 2.3)
267
+ language_server-protocol (~> 3.17.0.2)
268
+ lint_roller (~> 1.1.0)
251
269
  parallel (~> 1.10)
252
- parser (>= 3.2.2.3)
270
+ parser (>= 3.3.0.2)
253
271
  rainbow (>= 2.2.2, < 4.0)
254
- regexp_parser (>= 1.8, < 3.0)
255
- rexml (>= 3.2.5, < 4.0)
256
- rubocop-ast (>= 1.28.0, < 2.0)
272
+ regexp_parser (>= 2.9.3, < 3.0)
273
+ rubocop-ast (>= 1.48.0, < 2.0)
257
274
  ruby-progressbar (~> 1.7)
258
- unicode-display_width (>= 2.4.0, < 3.0)
259
- rubocop-ast (1.30.0)
260
- parser (>= 3.2.1.0)
261
- rubocop-capybara (2.20.0)
262
- rubocop (~> 1.41)
263
- rubocop-factory_bot (2.25.1)
264
- rubocop (~> 1.41)
265
- rubocop-performance (1.20.2)
266
- rubocop (>= 1.48.1, < 2.0)
267
- rubocop-ast (>= 1.30.0, < 2.0)
268
- rubocop-rails (2.23.1)
275
+ unicode-display_width (>= 2.4.0, < 4.0)
276
+ rubocop-ast (1.49.1)
277
+ parser (>= 3.3.7.2)
278
+ prism (~> 1.7)
279
+ rubocop-performance (1.26.1)
280
+ lint_roller (~> 1.1)
281
+ rubocop (>= 1.75.0, < 2.0)
282
+ rubocop-ast (>= 1.47.1, < 2.0)
283
+ rubocop-rails (2.34.3)
269
284
  activesupport (>= 4.2.0)
285
+ lint_roller (~> 1.1)
270
286
  rack (>= 1.1)
271
- rubocop (>= 1.33.0, < 2.0)
272
- rubocop-ast (>= 1.30.0, < 2.0)
273
- rubocop-rake (0.6.0)
274
- rubocop (~> 1.0)
275
- rubocop-rspec (2.26.1)
276
- rubocop (~> 1.40)
277
- rubocop-capybara (~> 2.17)
278
- rubocop-factory_bot (~> 2.22)
287
+ rubocop (>= 1.75.0, < 2.0)
288
+ rubocop-ast (>= 1.44.0, < 2.0)
289
+ rubocop-rake (0.7.1)
290
+ lint_roller (~> 1.1)
291
+ rubocop (>= 1.72.1)
292
+ rubocop-rspec (3.9.0)
293
+ lint_roller (~> 1.1)
294
+ rubocop (~> 1.81)
279
295
  ruby-progressbar (1.13.0)
280
- ruby2_keywords (0.0.5)
281
- rubyzip (2.3.2)
296
+ rubyzip (2.4.1)
282
297
  simplecov (0.15.1)
283
298
  docile (~> 1.1.0)
284
299
  json (>= 1.8, < 3)
285
300
  simplecov-html (~> 0.10.0)
286
301
  simplecov-html (0.10.2)
287
- sqlite3 (1.4.4)
288
- stringio (3.1.0)
302
+ sqlite3 (1.7.3-arm64-darwin)
303
+ sqlite3 (1.7.3-x86_64-linux)
304
+ stringio (3.2.0)
289
305
  test-unit (3.1.5)
290
306
  power_assert
291
- thor (1.3.0)
292
- timeout (0.4.1)
293
- tomlrb (2.0.3)
307
+ thor (1.5.0)
308
+ timeout (0.6.1)
309
+ tomlrb (2.0.4)
310
+ tsort (0.2.0)
294
311
  tzinfo (2.0.6)
295
312
  concurrent-ruby (~> 1.0)
296
- unicode-display_width (2.5.0)
297
- webrick (1.8.1)
298
- websocket-driver (0.7.6)
313
+ unicode-display_width (3.2.0)
314
+ unicode-emoji (~> 4.1)
315
+ unicode-emoji (4.2.0)
316
+ websocket-driver (0.8.0)
317
+ base64
299
318
  websocket-extensions (>= 0.1.0)
300
319
  websocket-extensions (0.1.5)
301
320
  with_env (1.1.0)
302
321
  xml-simple (1.1.9)
303
322
  rexml
304
- yard (0.9.21)
305
- zeitwerk (2.6.12)
323
+ yard (0.9.38)
324
+ zeitwerk (2.7.5)
306
325
 
307
326
  PLATFORMS
308
- arm64-darwin-22
327
+ arm64-darwin-23
328
+ arm64-darwin-24
329
+ arm64-darwin-25
309
330
  x86_64-linux
310
331
 
311
332
  DEPENDENCIES
312
- appraisal (~> 2.4.1)
333
+ appraisal (~> 2.5.0)
313
334
  bundler (~> 2.1)
314
335
  combustion (~> 1.3)
315
336
  license_finder (>= 7.0)
316
337
  lumberaxe!
317
- nokogiri (< 1.16)
318
338
  parser (>= 2.5, != 2.5.1.1)
319
339
  pry (>= 0.14.2)
320
340
  pry-byebug (= 3.10.1)
321
- rails (= 7.1.3)
322
- rainbow (= 2.2.2)
341
+ rails (= 7.1.3.2)
342
+ rainbow (= 3.1.1)
323
343
  rake (~> 13.0)
324
344
  rspec (~> 3.0)
325
- rspec-rails (~> 5.1.2)
345
+ rspec-rails (~> 7.1.1)
326
346
  rubocop-powerhome!
327
347
  simplecov (= 0.15.1)
328
- sqlite3 (~> 1.4.2)
348
+ sqlite3 (~> 1.7.3)
329
349
  test-unit (= 3.1.5)
330
- yard (= 0.9.21)
350
+ yard (= 0.9.38)
331
351
 
332
352
  BUNDLED WITH
333
- 2.4.10
353
+ 2.5.23
@@ -0,0 +1,25 @@
1
+ # frozen_string_literal: true
2
+
3
+ # This file was generated by Appraisal
4
+
5
+ source "https://rubygems.org"
6
+
7
+ gem "appraisal", "~> 2.5.0"
8
+ gem "bundler", "~> 2.1"
9
+ gem "combustion", "~> 1.3"
10
+ gem "license_finder", ">= 7.0"
11
+ gem "parser", ">= 2.5", "!= 2.5.1.1"
12
+ gem "pry", ">= 0.14.2"
13
+ gem "pry-byebug", "3.10.1"
14
+ gem "rails", "7.2.3.1"
15
+ gem "rainbow", "3.1.1"
16
+ gem "rake", "~> 13.0"
17
+ gem "rspec", "~> 3.0"
18
+ gem "rspec-rails", "~> 8.0.1"
19
+ gem "rubocop-powerhome", path: "../../rubocop-powerhome"
20
+ gem "simplecov", "0.15.1"
21
+ gem "sqlite3", "~> 2.9"
22
+ gem "test-unit", "3.1.5"
23
+ gem "yard", "0.9.38"
24
+
25
+ gemspec path: "../"