lumberaxe 0.1.4 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5e69d1c7baf42c29ad5a84f2ba2083727df3b8cb32ca52ba93dc922d6634c4b3
4
- data.tar.gz: 11c91f116a05dc9de605a43768679e70698be34cb5fbceef7a149a24af8ac19f
3
+ metadata.gz: 0320f36f10b2d057f95eef0ef3e5a83ee46fd481bf00df3175e66fdf395255c0
4
+ data.tar.gz: 5b464cd25c1e3f7112743d90a716317731527427f24db0caf41b6225d0e2aa8c
5
5
  SHA512:
6
- metadata.gz: 54eb5ad5b39e0bd37980432c14d20d4b2452153d093e4b4ecd6aedbb900d56e414304aa752eb001eba398c2e850df7ddea4774d1964245f9c96bddeef3ee98ec
7
- data.tar.gz: 5af44c6df5ccea9e16b8163ad1a0c7276aed5e3ba5892e8a9fb393d6783cb62a0ff2eb02f3e2e7e1cf09e75099a549ff7e71a6d5e9775f153dabf46d8d29b76c
6
+ metadata.gz: 1ba946bc6d9b1c010188dfb0f4082ce0b13362dda89005a74eae6d7f519e8cbf5354613014143d27901b86fdec8ddffc1ebcd4821877b0eca6b52c078a7e2f28
7
+ data.tar.gz: da10e94c5a327f92ca70cfa80812c31280ef4d0fcaf4e5d049333277901f85815737c431dbae7d08b3e552b918b25a8f62d96b9d68fad49cf15bd812476d431d
data/.rubocop.yml CHANGED
@@ -4,7 +4,15 @@ require:
4
4
  - rubocop-powerhome
5
5
 
6
6
  AllCops:
7
- TargetRubyVersion: 2.7
7
+ TargetRubyVersion: 3.0
8
+
9
+ Style/FrozenStringLiteralComment:
10
+ Exclude:
11
+ - 'gemfiles/*'
12
+
13
+ Bundler/OrderedGems:
14
+ Exclude:
15
+ - 'gemfiles/*'
8
16
 
9
17
  Rails:
10
18
  Enabled: false
data/Appraisals ADDED
@@ -0,0 +1,21 @@
1
+ # frozen_string_literal: true
2
+
3
+ appraise "rails-6-1" do
4
+ gem "rails", "6.1.7.7"
5
+ gem "rspec-rails", "~> 6.1.5"
6
+ end
7
+
8
+ appraise "rails-7-0" do
9
+ gem "rails", "7.0.8.7"
10
+ gem "rspec-rails", "~> 7.1.1"
11
+ end
12
+
13
+ appraise "rails-7-1" do
14
+ gem "rails", "7.1.3.2"
15
+ gem "rspec-rails", "~> 7.1.1"
16
+ end
17
+
18
+ appraise "rails-7-2" do
19
+ gem "rails", "7.2.0"
20
+ gem "rspec-rails", "~> 8.0.1"
21
+ end
data/Gemfile CHANGED
@@ -8,6 +8,24 @@ end
8
8
 
9
9
  gemspec
10
10
 
11
- rails_version = ENV.fetch("RAILS_VERSION", ">= 5.2.8.1")
12
-
13
- gem "rails", rails_version
11
+ gem "appraisal", "~> 2.5.0"
12
+ gem "bundler", "~> 2.1"
13
+ gem "combustion", "~> 1.3"
14
+ gem "erb", "< 5"
15
+ gem "license_finder", ">= 7.0"
16
+ gem "net-imap", "< 0.5.0"
17
+ gem "nokogiri", "< 1.18.0"
18
+ gem "parser", ">= 2.5", "!= 2.5.1.1"
19
+ gem "pry", ">= 0.14.2"
20
+ gem "pry-byebug", "3.10.1"
21
+ gem "rails", ">= 6.0.6.1", "< 8"
22
+ gem "rainbow", "2.2.2"
23
+ gem "rake", "~> 13.0"
24
+ gem "rspec", "~> 3.0"
25
+ gem "rspec-rails", "~> 8.0.1"
26
+ gem "rubocop-powerhome", path: "../rubocop-powerhome"
27
+ gem "simplecov", "0.15.1"
28
+ gem "sqlite3", "~> 1.7.3"
29
+ gem "test-unit", "3.1.5"
30
+ gem "yard", "0.9.21"
31
+ gem "zeitwerk", "< 2.7.0"
data/Gemfile.lock ADDED
@@ -0,0 +1,349 @@
1
+ PATH
2
+ remote: ../rubocop-powerhome
3
+ specs:
4
+ rubocop-powerhome (0.5.5)
5
+ rubocop (= 1.74.0)
6
+ rubocop-performance
7
+ rubocop-rails
8
+ rubocop-rake
9
+ rubocop-rspec
10
+
11
+ PATH
12
+ remote: .
13
+ specs:
14
+ lumberaxe (0.2.0)
15
+ activesupport (>= 6.0.6.1, < 8)
16
+ lograge (= 0.10.0)
17
+
18
+ GEM
19
+ remote: https://rubygems.org/
20
+ specs:
21
+ actioncable (7.2.2.2)
22
+ actionpack (= 7.2.2.2)
23
+ activesupport (= 7.2.2.2)
24
+ nio4r (~> 2.0)
25
+ websocket-driver (>= 0.6.1)
26
+ zeitwerk (~> 2.6)
27
+ actionmailbox (7.2.2.2)
28
+ actionpack (= 7.2.2.2)
29
+ activejob (= 7.2.2.2)
30
+ activerecord (= 7.2.2.2)
31
+ activestorage (= 7.2.2.2)
32
+ activesupport (= 7.2.2.2)
33
+ mail (>= 2.8.0)
34
+ actionmailer (7.2.2.2)
35
+ actionpack (= 7.2.2.2)
36
+ actionview (= 7.2.2.2)
37
+ activejob (= 7.2.2.2)
38
+ activesupport (= 7.2.2.2)
39
+ mail (>= 2.8.0)
40
+ rails-dom-testing (~> 2.2)
41
+ actionpack (7.2.2.2)
42
+ actionview (= 7.2.2.2)
43
+ activesupport (= 7.2.2.2)
44
+ nokogiri (>= 1.8.5)
45
+ racc
46
+ rack (>= 2.2.4, < 3.2)
47
+ rack-session (>= 1.0.1)
48
+ rack-test (>= 0.6.3)
49
+ rails-dom-testing (~> 2.2)
50
+ rails-html-sanitizer (~> 1.6)
51
+ useragent (~> 0.16)
52
+ actiontext (7.2.2.2)
53
+ actionpack (= 7.2.2.2)
54
+ activerecord (= 7.2.2.2)
55
+ activestorage (= 7.2.2.2)
56
+ activesupport (= 7.2.2.2)
57
+ globalid (>= 0.6.0)
58
+ nokogiri (>= 1.8.5)
59
+ actionview (7.2.2.2)
60
+ activesupport (= 7.2.2.2)
61
+ builder (~> 3.1)
62
+ erubi (~> 1.11)
63
+ rails-dom-testing (~> 2.2)
64
+ rails-html-sanitizer (~> 1.6)
65
+ activejob (7.2.2.2)
66
+ activesupport (= 7.2.2.2)
67
+ globalid (>= 0.3.6)
68
+ activemodel (7.2.2.2)
69
+ activesupport (= 7.2.2.2)
70
+ activerecord (7.2.2.2)
71
+ activemodel (= 7.2.2.2)
72
+ activesupport (= 7.2.2.2)
73
+ timeout (>= 0.4.0)
74
+ activestorage (7.2.2.2)
75
+ actionpack (= 7.2.2.2)
76
+ activejob (= 7.2.2.2)
77
+ activerecord (= 7.2.2.2)
78
+ activesupport (= 7.2.2.2)
79
+ marcel (~> 1.0)
80
+ activesupport (7.2.2.2)
81
+ base64
82
+ benchmark (>= 0.3)
83
+ bigdecimal
84
+ concurrent-ruby (~> 1.0, >= 1.3.1)
85
+ connection_pool (>= 2.2.5)
86
+ drb
87
+ i18n (>= 1.6, < 2)
88
+ logger (>= 1.4.2)
89
+ minitest (>= 5.1)
90
+ securerandom (>= 0.3)
91
+ tzinfo (~> 2.0, >= 2.0.5)
92
+ appraisal (2.5.0)
93
+ bundler
94
+ rake
95
+ thor (>= 0.14.0)
96
+ ast (2.4.2)
97
+ base64 (0.2.0)
98
+ benchmark (0.4.0)
99
+ bigdecimal (3.1.9)
100
+ builder (3.3.0)
101
+ byebug (11.1.3)
102
+ cgi (0.5.0)
103
+ coderay (1.1.3)
104
+ combustion (1.5.0)
105
+ activesupport (>= 3.0.0)
106
+ railties (>= 3.0.0)
107
+ thor (>= 0.14.6)
108
+ concurrent-ruby (1.3.5)
109
+ connection_pool (2.5.0)
110
+ crass (1.0.6)
111
+ csv (3.3.2)
112
+ date (3.4.1)
113
+ diff-lcs (1.5.1)
114
+ docile (1.1.5)
115
+ drb (2.2.1)
116
+ erb (4.0.4)
117
+ cgi (>= 0.3.3)
118
+ erubi (1.13.1)
119
+ globalid (1.2.1)
120
+ activesupport (>= 6.1)
121
+ i18n (1.14.7)
122
+ concurrent-ruby (~> 1.0)
123
+ io-console (0.8.0)
124
+ irb (1.15.1)
125
+ pp (>= 0.6.0)
126
+ rdoc (>= 4.0.0)
127
+ reline (>= 0.4.2)
128
+ json (2.9.1)
129
+ language_server-protocol (3.17.0.3)
130
+ license_finder (7.2.1)
131
+ bundler
132
+ csv (~> 3.2)
133
+ rubyzip (>= 1, < 3)
134
+ thor (~> 1.2)
135
+ tomlrb (>= 1.3, < 2.1)
136
+ with_env (= 1.1.0)
137
+ xml-simple (~> 1.1.9)
138
+ lint_roller (1.1.0)
139
+ logger (1.6.5)
140
+ lograge (0.10.0)
141
+ actionpack (>= 4)
142
+ activesupport (>= 4)
143
+ railties (>= 4)
144
+ request_store (~> 1.0)
145
+ loofah (2.24.0)
146
+ crass (~> 1.0.2)
147
+ nokogiri (>= 1.12.0)
148
+ mail (2.8.1)
149
+ mini_mime (>= 0.1.1)
150
+ net-imap
151
+ net-pop
152
+ net-smtp
153
+ marcel (1.0.4)
154
+ method_source (1.1.0)
155
+ mini_mime (1.1.5)
156
+ mini_portile2 (2.8.8)
157
+ minitest (5.25.4)
158
+ net-imap (0.4.18)
159
+ date
160
+ net-protocol
161
+ net-pop (0.1.2)
162
+ net-protocol
163
+ net-protocol (0.2.2)
164
+ timeout
165
+ net-smtp (0.5.0)
166
+ net-protocol
167
+ nio4r (2.7.4)
168
+ nokogiri (1.17.2)
169
+ mini_portile2 (~> 2.8.2)
170
+ racc (~> 1.4)
171
+ nokogiri (1.17.2-arm64-darwin)
172
+ racc (~> 1.4)
173
+ nokogiri (1.17.2-x86_64-linux)
174
+ racc (~> 1.4)
175
+ parallel (1.26.3)
176
+ parser (3.3.7.0)
177
+ ast (~> 2.4.1)
178
+ racc
179
+ power_assert (2.0.5)
180
+ pp (0.6.2)
181
+ prettyprint
182
+ prettyprint (0.2.0)
183
+ pry (0.14.2)
184
+ coderay (~> 1.1)
185
+ method_source (~> 1.0)
186
+ pry-byebug (3.10.1)
187
+ byebug (~> 11.0)
188
+ pry (>= 0.13, < 0.15)
189
+ psych (5.2.3)
190
+ date
191
+ stringio
192
+ racc (1.8.1)
193
+ rack (3.1.8)
194
+ rack-session (2.1.0)
195
+ base64 (>= 0.1.0)
196
+ rack (>= 3.0.0)
197
+ rack-test (2.2.0)
198
+ rack (>= 1.3)
199
+ rackup (2.2.1)
200
+ rack (>= 3)
201
+ rails (7.2.2.2)
202
+ actioncable (= 7.2.2.2)
203
+ actionmailbox (= 7.2.2.2)
204
+ actionmailer (= 7.2.2.2)
205
+ actionpack (= 7.2.2.2)
206
+ actiontext (= 7.2.2.2)
207
+ actionview (= 7.2.2.2)
208
+ activejob (= 7.2.2.2)
209
+ activemodel (= 7.2.2.2)
210
+ activerecord (= 7.2.2.2)
211
+ activestorage (= 7.2.2.2)
212
+ activesupport (= 7.2.2.2)
213
+ bundler (>= 1.15.0)
214
+ railties (= 7.2.2.2)
215
+ rails-dom-testing (2.2.0)
216
+ activesupport (>= 5.0.0)
217
+ minitest
218
+ nokogiri (>= 1.6)
219
+ rails-html-sanitizer (1.6.2)
220
+ loofah (~> 2.21)
221
+ 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)
222
+ railties (7.2.2.2)
223
+ actionpack (= 7.2.2.2)
224
+ activesupport (= 7.2.2.2)
225
+ irb (~> 1.13)
226
+ rackup (>= 1.0.0)
227
+ rake (>= 12.2)
228
+ thor (~> 1.0, >= 1.2.2)
229
+ zeitwerk (~> 2.6)
230
+ rainbow (2.2.2)
231
+ rake
232
+ rake (13.2.1)
233
+ rdoc (6.11.0)
234
+ psych (>= 4.0.0)
235
+ regexp_parser (2.10.0)
236
+ reline (0.6.0)
237
+ io-console (~> 0.5)
238
+ request_store (1.7.0)
239
+ rack (>= 1.4)
240
+ rexml (3.4.0)
241
+ rspec (3.13.0)
242
+ rspec-core (~> 3.13.0)
243
+ rspec-expectations (~> 3.13.0)
244
+ rspec-mocks (~> 3.13.0)
245
+ rspec-core (3.13.2)
246
+ rspec-support (~> 3.13.0)
247
+ rspec-expectations (3.13.3)
248
+ diff-lcs (>= 1.2.0, < 2.0)
249
+ rspec-support (~> 3.13.0)
250
+ rspec-mocks (3.13.2)
251
+ diff-lcs (>= 1.2.0, < 2.0)
252
+ rspec-support (~> 3.13.0)
253
+ rspec-rails (8.0.2)
254
+ actionpack (>= 7.2)
255
+ activesupport (>= 7.2)
256
+ railties (>= 7.2)
257
+ rspec-core (~> 3.13)
258
+ rspec-expectations (~> 3.13)
259
+ rspec-mocks (~> 3.13)
260
+ rspec-support (~> 3.13)
261
+ rspec-support (3.13.2)
262
+ rubocop (1.74.0)
263
+ json (~> 2.3)
264
+ language_server-protocol (~> 3.17.0.2)
265
+ lint_roller (~> 1.1.0)
266
+ parallel (~> 1.10)
267
+ parser (>= 3.3.0.2)
268
+ rainbow (>= 2.2.2, < 4.0)
269
+ regexp_parser (>= 2.9.3, < 3.0)
270
+ rubocop-ast (>= 1.38.0, < 2.0)
271
+ ruby-progressbar (~> 1.7)
272
+ unicode-display_width (>= 2.4.0, < 4.0)
273
+ rubocop-ast (1.39.0)
274
+ parser (>= 3.3.1.0)
275
+ rubocop-performance (1.23.1)
276
+ rubocop (>= 1.48.1, < 2.0)
277
+ rubocop-ast (>= 1.31.1, < 2.0)
278
+ rubocop-rails (2.29.1)
279
+ activesupport (>= 4.2.0)
280
+ rack (>= 1.1)
281
+ rubocop (>= 1.52.0, < 2.0)
282
+ rubocop-ast (>= 1.31.1, < 2.0)
283
+ rubocop-rake (0.6.0)
284
+ rubocop (~> 1.0)
285
+ rubocop-rspec (3.4.0)
286
+ rubocop (~> 1.61)
287
+ ruby-progressbar (1.13.0)
288
+ rubyzip (2.4.1)
289
+ securerandom (0.4.1)
290
+ simplecov (0.15.1)
291
+ docile (~> 1.1.0)
292
+ json (>= 1.8, < 3)
293
+ simplecov-html (~> 0.10.0)
294
+ simplecov-html (0.10.2)
295
+ sqlite3 (1.7.3)
296
+ mini_portile2 (~> 2.8.0)
297
+ sqlite3 (1.7.3-arm64-darwin)
298
+ sqlite3 (1.7.3-x86_64-linux)
299
+ stringio (3.1.2)
300
+ test-unit (3.1.5)
301
+ power_assert
302
+ thor (1.3.2)
303
+ timeout (0.4.3)
304
+ tomlrb (2.0.3)
305
+ tzinfo (2.0.6)
306
+ concurrent-ruby (~> 1.0)
307
+ unicode-display_width (2.6.0)
308
+ useragent (0.16.11)
309
+ websocket-driver (0.7.7)
310
+ base64
311
+ websocket-extensions (>= 0.1.0)
312
+ websocket-extensions (0.1.5)
313
+ with_env (1.1.0)
314
+ xml-simple (1.1.9)
315
+ rexml
316
+ yard (0.9.21)
317
+ zeitwerk (2.6.18)
318
+
319
+ PLATFORMS
320
+ arm64-darwin-22
321
+ ruby
322
+ x86_64-linux
323
+
324
+ DEPENDENCIES
325
+ appraisal (~> 2.5.0)
326
+ bundler (~> 2.1)
327
+ combustion (~> 1.3)
328
+ erb (< 5)
329
+ license_finder (>= 7.0)
330
+ lumberaxe!
331
+ net-imap (< 0.5.0)
332
+ nokogiri (< 1.18.0)
333
+ parser (>= 2.5, != 2.5.1.1)
334
+ pry (>= 0.14.2)
335
+ pry-byebug (= 3.10.1)
336
+ rails (>= 6.0.6.1, < 8)
337
+ rainbow (= 2.2.2)
338
+ rake (~> 13.0)
339
+ rspec (~> 3.0)
340
+ rspec-rails (~> 8.0.1)
341
+ rubocop-powerhome!
342
+ simplecov (= 0.15.1)
343
+ sqlite3 (~> 1.7.3)
344
+ test-unit (= 3.1.5)
345
+ yard (= 0.9.21)
346
+ zeitwerk (< 2.7.0)
347
+
348
+ BUNDLED WITH
349
+ 2.5.23
@@ -1,3 +1,9 @@
1
1
  ---
2
2
  - - :inherit_from
3
3
  - https://raw.githubusercontent.com/powerhome/oss-guide/master/license_rules.yml
4
+ - - :permit
5
+ - MIT AND (BSD-2-Clause OR GPL-2.0-or-later)
6
+ - :who:
7
+ :why:
8
+ :versions: []
9
+ :when: 2024-01-03 17:19:19.136064000 Z
data/docs/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.2.0] - 2025-08-15
4
+
5
+ - Standardize all libs to support ruby 3.0, ruby 3.3 x rails 6.1 through rails 7.2 [#359](https://github.com/powerhome/power-tools/pull/359)
6
+
7
+ ## [0.1.5] - 2024-1-17
8
+
9
+ - Add support to rails 7.1
10
+
3
11
  ## [0.1.4] - 2023-1-1
4
12
 
5
13
  - Add LoggerSilence module to fix sprockets-rails compatibility
@@ -0,0 +1,2 @@
1
+ ---
2
+ BUNDLE_RETRY: "1"
@@ -0,0 +1,10 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "net-imap", "< 0.5.0"
6
+ gem "rubocop-powerhome", path: "../../rubocop-powerhome"
7
+ gem "zeitwerk", "< 2.7.0"
8
+ gem "rails", "6.0.6.1"
9
+
10
+ gemspec path: "../"