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