rubocop-powerhome 0.5.3 → 0.5.4
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile +3 -0
- data/Gemfile.lock +101 -97
- data/gemfiles/rails_6_0.gemfile +2 -0
- data/gemfiles/rails_6_0.gemfile.lock +45 -43
- data/gemfiles/rails_6_1.gemfile +2 -0
- data/gemfiles/rails_6_1.gemfile.lock +48 -46
- data/gemfiles/rails_7_0.gemfile +2 -0
- data/gemfiles/rails_7_0.gemfile.lock +45 -43
- data/lib/rubocop/powerhome/version.rb +1 -1
- data/rubocop-powerhome.gemspec +2 -2
- metadata +9 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3f21282f501d91786726b60702292b8e6f545923ff239783f11d787d8e009e22
|
4
|
+
data.tar.gz: 8f0ad1426816b8af0f752bbada9be7e3ede407485ae884dfa6cbe1669b85031f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: abe4c2908c7e74483c178788c57a8a12878c0a9b5edaac758f06974e7a35c0e4049a925aa5c2b6ba6999f3e97629abced0a8649a0d7eeb911b123f8c0cfc54a8
|
7
|
+
data.tar.gz: cf46d8b4ef7fa3c10c4b96aeeb699ba15103bdeecea21dfb64ce84d91252497c75bc57845308a6a91d369b7e567fe4343a47a6fdc2452c93e994b575859e59e6
|
data/CHANGELOG.md
CHANGED
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
rubocop-powerhome (0.5.
|
5
|
-
rubocop (= 1.
|
4
|
+
rubocop-powerhome (0.5.4)
|
5
|
+
rubocop (= 1.74.0)
|
6
6
|
rubocop-performance
|
7
7
|
rubocop-rails
|
8
8
|
rubocop-rake
|
@@ -11,67 +11,67 @@ PATH
|
|
11
11
|
GEM
|
12
12
|
remote: https://rubygems.org/
|
13
13
|
specs:
|
14
|
-
actioncable (7.0.8.
|
15
|
-
actionpack (= 7.0.8.
|
16
|
-
activesupport (= 7.0.8.
|
14
|
+
actioncable (7.0.8.7)
|
15
|
+
actionpack (= 7.0.8.7)
|
16
|
+
activesupport (= 7.0.8.7)
|
17
17
|
nio4r (~> 2.0)
|
18
18
|
websocket-driver (>= 0.6.1)
|
19
|
-
actionmailbox (7.0.8.
|
20
|
-
actionpack (= 7.0.8.
|
21
|
-
activejob (= 7.0.8.
|
22
|
-
activerecord (= 7.0.8.
|
23
|
-
activestorage (= 7.0.8.
|
24
|
-
activesupport (= 7.0.8.
|
19
|
+
actionmailbox (7.0.8.7)
|
20
|
+
actionpack (= 7.0.8.7)
|
21
|
+
activejob (= 7.0.8.7)
|
22
|
+
activerecord (= 7.0.8.7)
|
23
|
+
activestorage (= 7.0.8.7)
|
24
|
+
activesupport (= 7.0.8.7)
|
25
25
|
mail (>= 2.7.1)
|
26
26
|
net-imap
|
27
27
|
net-pop
|
28
28
|
net-smtp
|
29
|
-
actionmailer (7.0.8.
|
30
|
-
actionpack (= 7.0.8.
|
31
|
-
actionview (= 7.0.8.
|
32
|
-
activejob (= 7.0.8.
|
33
|
-
activesupport (= 7.0.8.
|
29
|
+
actionmailer (7.0.8.7)
|
30
|
+
actionpack (= 7.0.8.7)
|
31
|
+
actionview (= 7.0.8.7)
|
32
|
+
activejob (= 7.0.8.7)
|
33
|
+
activesupport (= 7.0.8.7)
|
34
34
|
mail (~> 2.5, >= 2.5.4)
|
35
35
|
net-imap
|
36
36
|
net-pop
|
37
37
|
net-smtp
|
38
38
|
rails-dom-testing (~> 2.0)
|
39
|
-
actionpack (7.0.8.
|
40
|
-
actionview (= 7.0.8.
|
41
|
-
activesupport (= 7.0.8.
|
39
|
+
actionpack (7.0.8.7)
|
40
|
+
actionview (= 7.0.8.7)
|
41
|
+
activesupport (= 7.0.8.7)
|
42
42
|
rack (~> 2.0, >= 2.2.4)
|
43
43
|
rack-test (>= 0.6.3)
|
44
44
|
rails-dom-testing (~> 2.0)
|
45
45
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
46
|
-
actiontext (7.0.8.
|
47
|
-
actionpack (= 7.0.8.
|
48
|
-
activerecord (= 7.0.8.
|
49
|
-
activestorage (= 7.0.8.
|
50
|
-
activesupport (= 7.0.8.
|
46
|
+
actiontext (7.0.8.7)
|
47
|
+
actionpack (= 7.0.8.7)
|
48
|
+
activerecord (= 7.0.8.7)
|
49
|
+
activestorage (= 7.0.8.7)
|
50
|
+
activesupport (= 7.0.8.7)
|
51
51
|
globalid (>= 0.6.0)
|
52
52
|
nokogiri (>= 1.8.5)
|
53
|
-
actionview (7.0.8.
|
54
|
-
activesupport (= 7.0.8.
|
53
|
+
actionview (7.0.8.7)
|
54
|
+
activesupport (= 7.0.8.7)
|
55
55
|
builder (~> 3.1)
|
56
56
|
erubi (~> 1.4)
|
57
57
|
rails-dom-testing (~> 2.0)
|
58
58
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
59
|
-
activejob (7.0.8.
|
60
|
-
activesupport (= 7.0.8.
|
59
|
+
activejob (7.0.8.7)
|
60
|
+
activesupport (= 7.0.8.7)
|
61
61
|
globalid (>= 0.3.6)
|
62
|
-
activemodel (7.0.8.
|
63
|
-
activesupport (= 7.0.8.
|
64
|
-
activerecord (7.0.8.
|
65
|
-
activemodel (= 7.0.8.
|
66
|
-
activesupport (= 7.0.8.
|
67
|
-
activestorage (7.0.8.
|
68
|
-
actionpack (= 7.0.8.
|
69
|
-
activejob (= 7.0.8.
|
70
|
-
activerecord (= 7.0.8.
|
71
|
-
activesupport (= 7.0.8.
|
62
|
+
activemodel (7.0.8.7)
|
63
|
+
activesupport (= 7.0.8.7)
|
64
|
+
activerecord (7.0.8.7)
|
65
|
+
activemodel (= 7.0.8.7)
|
66
|
+
activesupport (= 7.0.8.7)
|
67
|
+
activestorage (7.0.8.7)
|
68
|
+
actionpack (= 7.0.8.7)
|
69
|
+
activejob (= 7.0.8.7)
|
70
|
+
activerecord (= 7.0.8.7)
|
71
|
+
activesupport (= 7.0.8.7)
|
72
72
|
marcel (~> 1.0)
|
73
73
|
mini_mime (>= 1.1.0)
|
74
|
-
activesupport (7.0.8.
|
74
|
+
activesupport (7.0.8.7)
|
75
75
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
76
76
|
i18n (>= 1.6, < 2)
|
77
77
|
minitest (>= 5.1)
|
@@ -81,20 +81,21 @@ GEM
|
|
81
81
|
rake
|
82
82
|
thor (>= 0.14.0)
|
83
83
|
ast (2.4.2)
|
84
|
+
base64 (0.2.0)
|
84
85
|
builder (3.3.0)
|
85
86
|
byebug (11.1.3)
|
86
87
|
coderay (1.1.3)
|
87
|
-
concurrent-ruby (1.3.
|
88
|
+
concurrent-ruby (1.3.5)
|
88
89
|
crass (1.0.6)
|
89
|
-
csv (3.3.
|
90
|
-
date (3.
|
90
|
+
csv (3.3.2)
|
91
|
+
date (3.4.1)
|
91
92
|
diff-lcs (1.5.1)
|
92
|
-
erubi (1.13.
|
93
|
+
erubi (1.13.1)
|
93
94
|
globalid (1.2.1)
|
94
95
|
activesupport (>= 6.1)
|
95
|
-
i18n (1.14.
|
96
|
+
i18n (1.14.7)
|
96
97
|
concurrent-ruby (~> 1.0)
|
97
|
-
json (2.
|
98
|
+
json (2.9.1)
|
98
99
|
language_server-protocol (3.17.0.3)
|
99
100
|
license_finder (7.2.1)
|
100
101
|
bundler
|
@@ -104,7 +105,8 @@ GEM
|
|
104
105
|
tomlrb (>= 1.3, < 2.1)
|
105
106
|
with_env (= 1.1.0)
|
106
107
|
xml-simple (~> 1.1.9)
|
107
|
-
|
108
|
+
lint_roller (1.1.0)
|
109
|
+
loofah (2.24.0)
|
108
110
|
crass (~> 1.0.2)
|
109
111
|
nokogiri (>= 1.12.0)
|
110
112
|
mail (2.8.1)
|
@@ -115,9 +117,9 @@ GEM
|
|
115
117
|
marcel (1.0.4)
|
116
118
|
method_source (1.1.0)
|
117
119
|
mini_mime (1.1.5)
|
118
|
-
mini_portile2 (2.8.
|
119
|
-
minitest (5.
|
120
|
-
net-imap (0.4.
|
120
|
+
mini_portile2 (2.8.8)
|
121
|
+
minitest (5.25.4)
|
122
|
+
net-imap (0.4.18)
|
121
123
|
date
|
122
124
|
net-protocol
|
123
125
|
net-pop (0.1.2)
|
@@ -126,16 +128,16 @@ GEM
|
|
126
128
|
timeout
|
127
129
|
net-smtp (0.5.0)
|
128
130
|
net-protocol
|
129
|
-
nio4r (2.7.
|
130
|
-
nokogiri (1.
|
131
|
+
nio4r (2.7.4)
|
132
|
+
nokogiri (1.18.2)
|
131
133
|
mini_portile2 (~> 2.8.2)
|
132
134
|
racc (~> 1.4)
|
133
|
-
nokogiri (1.
|
135
|
+
nokogiri (1.18.2-arm64-darwin)
|
134
136
|
racc (~> 1.4)
|
135
|
-
nokogiri (1.
|
137
|
+
nokogiri (1.18.2-x86_64-linux-gnu)
|
136
138
|
racc (~> 1.4)
|
137
139
|
parallel (1.26.3)
|
138
|
-
parser (3.3.
|
140
|
+
parser (3.3.7.0)
|
139
141
|
ast (~> 2.4.1)
|
140
142
|
racc
|
141
143
|
pry (0.14.2)
|
@@ -145,95 +147,95 @@ GEM
|
|
145
147
|
byebug (~> 11.0)
|
146
148
|
pry (>= 0.13, < 0.15)
|
147
149
|
racc (1.8.1)
|
148
|
-
rack (2.2.
|
149
|
-
rack-test (2.
|
150
|
+
rack (2.2.10)
|
151
|
+
rack-test (2.2.0)
|
150
152
|
rack (>= 1.3)
|
151
|
-
rails (7.0.8.
|
152
|
-
actioncable (= 7.0.8.
|
153
|
-
actionmailbox (= 7.0.8.
|
154
|
-
actionmailer (= 7.0.8.
|
155
|
-
actionpack (= 7.0.8.
|
156
|
-
actiontext (= 7.0.8.
|
157
|
-
actionview (= 7.0.8.
|
158
|
-
activejob (= 7.0.8.
|
159
|
-
activemodel (= 7.0.8.
|
160
|
-
activerecord (= 7.0.8.
|
161
|
-
activestorage (= 7.0.8.
|
162
|
-
activesupport (= 7.0.8.
|
153
|
+
rails (7.0.8.7)
|
154
|
+
actioncable (= 7.0.8.7)
|
155
|
+
actionmailbox (= 7.0.8.7)
|
156
|
+
actionmailer (= 7.0.8.7)
|
157
|
+
actionpack (= 7.0.8.7)
|
158
|
+
actiontext (= 7.0.8.7)
|
159
|
+
actionview (= 7.0.8.7)
|
160
|
+
activejob (= 7.0.8.7)
|
161
|
+
activemodel (= 7.0.8.7)
|
162
|
+
activerecord (= 7.0.8.7)
|
163
|
+
activestorage (= 7.0.8.7)
|
164
|
+
activesupport (= 7.0.8.7)
|
163
165
|
bundler (>= 1.15.0)
|
164
|
-
railties (= 7.0.8.
|
166
|
+
railties (= 7.0.8.7)
|
165
167
|
rails-dom-testing (2.2.0)
|
166
168
|
activesupport (>= 5.0.0)
|
167
169
|
minitest
|
168
170
|
nokogiri (>= 1.6)
|
169
|
-
rails-html-sanitizer (1.6.
|
171
|
+
rails-html-sanitizer (1.6.2)
|
170
172
|
loofah (~> 2.21)
|
171
|
-
nokogiri (
|
172
|
-
railties (7.0.8.
|
173
|
-
actionpack (= 7.0.8.
|
174
|
-
activesupport (= 7.0.8.
|
173
|
+
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)
|
174
|
+
railties (7.0.8.7)
|
175
|
+
actionpack (= 7.0.8.7)
|
176
|
+
activesupport (= 7.0.8.7)
|
175
177
|
method_source
|
176
178
|
rake (>= 12.2)
|
177
179
|
thor (~> 1.0)
|
178
180
|
zeitwerk (~> 2.5)
|
179
181
|
rainbow (3.1.1)
|
180
182
|
rake (13.2.1)
|
181
|
-
regexp_parser (2.
|
182
|
-
rexml (3.
|
183
|
-
strscan
|
183
|
+
regexp_parser (2.10.0)
|
184
|
+
rexml (3.4.0)
|
184
185
|
rspec (3.13.0)
|
185
186
|
rspec-core (~> 3.13.0)
|
186
187
|
rspec-expectations (~> 3.13.0)
|
187
188
|
rspec-mocks (~> 3.13.0)
|
188
|
-
rspec-core (3.13.
|
189
|
+
rspec-core (3.13.2)
|
189
190
|
rspec-support (~> 3.13.0)
|
190
|
-
rspec-expectations (3.13.
|
191
|
+
rspec-expectations (3.13.3)
|
191
192
|
diff-lcs (>= 1.2.0, < 2.0)
|
192
193
|
rspec-support (~> 3.13.0)
|
193
|
-
rspec-mocks (3.13.
|
194
|
+
rspec-mocks (3.13.2)
|
194
195
|
diff-lcs (>= 1.2.0, < 2.0)
|
195
196
|
rspec-support (~> 3.13.0)
|
196
|
-
rspec-support (3.13.
|
197
|
-
rubocop (1.
|
197
|
+
rspec-support (3.13.2)
|
198
|
+
rubocop (1.74.0)
|
198
199
|
json (~> 2.3)
|
199
|
-
language_server-protocol (
|
200
|
+
language_server-protocol (~> 3.17.0.2)
|
201
|
+
lint_roller (~> 1.1.0)
|
200
202
|
parallel (~> 1.10)
|
201
203
|
parser (>= 3.3.0.2)
|
202
204
|
rainbow (>= 2.2.2, < 4.0)
|
203
|
-
regexp_parser (>= 2.
|
204
|
-
rubocop-ast (>= 1.
|
205
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
206
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
205
207
|
ruby-progressbar (~> 1.7)
|
206
|
-
unicode-display_width (>= 2.4.0, <
|
207
|
-
rubocop-ast (1.
|
208
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
209
|
+
rubocop-ast (1.39.0)
|
208
210
|
parser (>= 3.3.1.0)
|
209
|
-
rubocop-performance (1.
|
211
|
+
rubocop-performance (1.23.1)
|
210
212
|
rubocop (>= 1.48.1, < 2.0)
|
211
213
|
rubocop-ast (>= 1.31.1, < 2.0)
|
212
|
-
rubocop-rails (2.
|
214
|
+
rubocop-rails (2.29.1)
|
213
215
|
activesupport (>= 4.2.0)
|
214
216
|
rack (>= 1.1)
|
215
217
|
rubocop (>= 1.52.0, < 2.0)
|
216
218
|
rubocop-ast (>= 1.31.1, < 2.0)
|
217
219
|
rubocop-rake (0.6.0)
|
218
220
|
rubocop (~> 1.0)
|
219
|
-
rubocop-rspec (3.
|
221
|
+
rubocop-rspec (3.4.0)
|
220
222
|
rubocop (~> 1.61)
|
221
223
|
ruby-progressbar (1.13.0)
|
222
|
-
rubyzip (2.
|
223
|
-
|
224
|
-
|
225
|
-
timeout (0.4.1)
|
224
|
+
rubyzip (2.4.1)
|
225
|
+
thor (1.3.2)
|
226
|
+
timeout (0.4.3)
|
226
227
|
tomlrb (2.0.3)
|
227
228
|
tzinfo (2.0.6)
|
228
229
|
concurrent-ruby (~> 1.0)
|
229
230
|
unicode-display_width (2.6.0)
|
230
|
-
websocket-driver (0.7.
|
231
|
+
websocket-driver (0.7.7)
|
232
|
+
base64
|
231
233
|
websocket-extensions (>= 0.1.0)
|
232
234
|
websocket-extensions (0.1.5)
|
233
235
|
with_env (1.1.0)
|
234
236
|
xml-simple (1.1.9)
|
235
237
|
rexml
|
236
|
-
zeitwerk (2.6.
|
238
|
+
zeitwerk (2.6.18)
|
237
239
|
|
238
240
|
PLATFORMS
|
239
241
|
arm64-darwin-22
|
@@ -243,12 +245,14 @@ PLATFORMS
|
|
243
245
|
DEPENDENCIES
|
244
246
|
appraisal (~> 2.5.0)
|
245
247
|
license_finder (~> 7.0)
|
248
|
+
net-imap (< 0.5.0)
|
246
249
|
pry (>= 0.14.2)
|
247
250
|
pry-byebug (= 3.10.1)
|
248
251
|
rails (>= 6.0.6.1, < 7.1)
|
249
252
|
rake (~> 13.0)
|
250
253
|
rspec (~> 3.0)
|
251
254
|
rubocop-powerhome!
|
255
|
+
zeitwerk (< 2.7.0)
|
252
256
|
|
253
257
|
BUNDLED WITH
|
254
|
-
2.
|
258
|
+
2.5.23
|
data/gemfiles/rails_6_0.gemfile
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
rubocop-powerhome (0.5.
|
5
|
-
rubocop (= 1.
|
4
|
+
rubocop-powerhome (0.5.4)
|
5
|
+
rubocop (= 1.74.0)
|
6
6
|
rubocop-performance
|
7
7
|
rubocop-rails
|
8
8
|
rubocop-rake
|
@@ -71,20 +71,20 @@ GEM
|
|
71
71
|
rake
|
72
72
|
thor (>= 0.14.0)
|
73
73
|
ast (2.4.2)
|
74
|
-
builder (3.
|
74
|
+
builder (3.3.0)
|
75
75
|
byebug (11.1.3)
|
76
76
|
coderay (1.1.3)
|
77
|
-
concurrent-ruby (1.
|
77
|
+
concurrent-ruby (1.3.4)
|
78
78
|
crass (1.0.6)
|
79
|
-
csv (3.3.
|
80
|
-
date (3.
|
79
|
+
csv (3.3.1)
|
80
|
+
date (3.4.1)
|
81
81
|
diff-lcs (1.5.1)
|
82
|
-
erubi (1.
|
82
|
+
erubi (1.13.0)
|
83
83
|
globalid (1.1.0)
|
84
84
|
activesupport (>= 5.0)
|
85
|
-
i18n (1.14.
|
85
|
+
i18n (1.14.6)
|
86
86
|
concurrent-ruby (~> 1.0)
|
87
|
-
json (2.
|
87
|
+
json (2.9.0)
|
88
88
|
language_server-protocol (3.17.0.3)
|
89
89
|
license_finder (7.2.1)
|
90
90
|
bundler
|
@@ -94,7 +94,8 @@ GEM
|
|
94
94
|
tomlrb (>= 1.3, < 2.1)
|
95
95
|
with_env (= 1.1.0)
|
96
96
|
xml-simple (~> 1.1.9)
|
97
|
-
|
97
|
+
lint_roller (1.1.0)
|
98
|
+
loofah (2.23.1)
|
98
99
|
crass (~> 1.0.2)
|
99
100
|
nokogiri (>= 1.12.0)
|
100
101
|
mail (2.8.1)
|
@@ -105,9 +106,9 @@ GEM
|
|
105
106
|
marcel (1.0.4)
|
106
107
|
method_source (1.1.0)
|
107
108
|
mini_mime (1.1.5)
|
108
|
-
mini_portile2 (2.8.
|
109
|
-
minitest (5.
|
110
|
-
net-imap (0.4.
|
109
|
+
mini_portile2 (2.8.8)
|
110
|
+
minitest (5.25.4)
|
111
|
+
net-imap (0.4.18)
|
111
112
|
date
|
112
113
|
net-protocol
|
113
114
|
net-pop (0.1.2)
|
@@ -116,16 +117,16 @@ GEM
|
|
116
117
|
timeout
|
117
118
|
net-smtp (0.5.0)
|
118
119
|
net-protocol
|
119
|
-
nio4r (2.7.
|
120
|
-
nokogiri (1.
|
120
|
+
nio4r (2.7.4)
|
121
|
+
nokogiri (1.17.2)
|
121
122
|
mini_portile2 (~> 2.8.2)
|
122
123
|
racc (~> 1.4)
|
123
|
-
nokogiri (1.
|
124
|
+
nokogiri (1.17.2-arm64-darwin)
|
124
125
|
racc (~> 1.4)
|
125
|
-
nokogiri (1.
|
126
|
+
nokogiri (1.17.2-x86_64-linux)
|
126
127
|
racc (~> 1.4)
|
127
128
|
parallel (1.26.3)
|
128
|
-
parser (3.3.
|
129
|
+
parser (3.3.6.0)
|
129
130
|
ast (~> 2.4.1)
|
130
131
|
racc
|
131
132
|
pry (0.14.2)
|
@@ -134,8 +135,8 @@ GEM
|
|
134
135
|
pry-byebug (3.10.1)
|
135
136
|
byebug (~> 11.0)
|
136
137
|
pry (>= 0.13, < 0.15)
|
137
|
-
racc (1.8.
|
138
|
-
rack (2.2.
|
138
|
+
racc (1.8.1)
|
139
|
+
rack (2.2.10)
|
139
140
|
rack-test (2.1.0)
|
140
141
|
rack (>= 1.3)
|
141
142
|
rails (6.0.6.1)
|
@@ -157,9 +158,9 @@ GEM
|
|
157
158
|
activesupport (>= 5.0.0)
|
158
159
|
minitest
|
159
160
|
nokogiri (>= 1.6)
|
160
|
-
rails-html-sanitizer (1.6.
|
161
|
+
rails-html-sanitizer (1.6.2)
|
161
162
|
loofah (~> 2.21)
|
162
|
-
nokogiri (
|
163
|
+
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)
|
163
164
|
railties (6.0.6.1)
|
164
165
|
actionpack (= 6.0.6.1)
|
165
166
|
activesupport (= 6.0.6.1)
|
@@ -168,45 +169,45 @@ GEM
|
|
168
169
|
thor (>= 0.20.3, < 2.0)
|
169
170
|
rainbow (3.1.1)
|
170
171
|
rake (13.2.1)
|
171
|
-
regexp_parser (2.9.
|
172
|
-
rexml (3.
|
173
|
-
strscan (>= 3.0.9)
|
172
|
+
regexp_parser (2.9.3)
|
173
|
+
rexml (3.4.0)
|
174
174
|
rspec (3.13.0)
|
175
175
|
rspec-core (~> 3.13.0)
|
176
176
|
rspec-expectations (~> 3.13.0)
|
177
177
|
rspec-mocks (~> 3.13.0)
|
178
|
-
rspec-core (3.13.
|
178
|
+
rspec-core (3.13.2)
|
179
179
|
rspec-support (~> 3.13.0)
|
180
|
-
rspec-expectations (3.13.
|
180
|
+
rspec-expectations (3.13.3)
|
181
181
|
diff-lcs (>= 1.2.0, < 2.0)
|
182
182
|
rspec-support (~> 3.13.0)
|
183
|
-
rspec-mocks (3.13.
|
183
|
+
rspec-mocks (3.13.2)
|
184
184
|
diff-lcs (>= 1.2.0, < 2.0)
|
185
185
|
rspec-support (~> 3.13.0)
|
186
|
-
rspec-support (3.13.
|
187
|
-
rubocop (1.
|
186
|
+
rspec-support (3.13.2)
|
187
|
+
rubocop (1.74.0)
|
188
188
|
json (~> 2.3)
|
189
|
-
language_server-protocol (
|
189
|
+
language_server-protocol (~> 3.17.0.2)
|
190
|
+
lint_roller (~> 1.1.0)
|
190
191
|
parallel (~> 1.10)
|
191
192
|
parser (>= 3.3.0.2)
|
192
193
|
rainbow (>= 2.2.2, < 4.0)
|
193
|
-
regexp_parser (>= 2.
|
194
|
-
rubocop-ast (>= 1.
|
194
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
195
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
195
196
|
ruby-progressbar (~> 1.7)
|
196
|
-
unicode-display_width (>= 2.4.0, <
|
197
|
-
rubocop-ast (1.
|
197
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
198
|
+
rubocop-ast (1.39.0)
|
198
199
|
parser (>= 3.3.1.0)
|
199
|
-
rubocop-performance (1.
|
200
|
+
rubocop-performance (1.23.0)
|
200
201
|
rubocop (>= 1.48.1, < 2.0)
|
201
202
|
rubocop-ast (>= 1.31.1, < 2.0)
|
202
|
-
rubocop-rails (2.
|
203
|
+
rubocop-rails (2.27.0)
|
203
204
|
activesupport (>= 4.2.0)
|
204
205
|
rack (>= 1.1)
|
205
206
|
rubocop (>= 1.52.0, < 2.0)
|
206
207
|
rubocop-ast (>= 1.31.1, < 2.0)
|
207
208
|
rubocop-rake (0.6.0)
|
208
209
|
rubocop (~> 1.0)
|
209
|
-
rubocop-rspec (3.
|
210
|
+
rubocop-rspec (3.3.0)
|
210
211
|
rubocop (~> 1.61)
|
211
212
|
ruby-progressbar (1.13.0)
|
212
213
|
rubyzip (2.3.2)
|
@@ -217,10 +218,9 @@ GEM
|
|
217
218
|
actionpack (>= 5.2)
|
218
219
|
activesupport (>= 5.2)
|
219
220
|
sprockets (>= 3.0.0)
|
220
|
-
|
221
|
-
thor (1.3.1)
|
221
|
+
thor (1.3.2)
|
222
222
|
thread_safe (0.3.6)
|
223
|
-
timeout (0.4.
|
223
|
+
timeout (0.4.3)
|
224
224
|
tomlrb (2.0.3)
|
225
225
|
tzinfo (1.2.11)
|
226
226
|
thread_safe (~> 0.1)
|
@@ -231,7 +231,7 @@ GEM
|
|
231
231
|
with_env (1.1.0)
|
232
232
|
xml-simple (1.1.9)
|
233
233
|
rexml
|
234
|
-
zeitwerk (2.6.
|
234
|
+
zeitwerk (2.6.18)
|
235
235
|
|
236
236
|
PLATFORMS
|
237
237
|
arm64-darwin-22
|
@@ -241,12 +241,14 @@ PLATFORMS
|
|
241
241
|
DEPENDENCIES
|
242
242
|
appraisal (~> 2.5.0)
|
243
243
|
license_finder (~> 7.0)
|
244
|
+
net-imap (< 0.5.0)
|
244
245
|
pry (>= 0.14.2)
|
245
246
|
pry-byebug (= 3.10.1)
|
246
247
|
rails (= 6.0.6.1)
|
247
248
|
rake (~> 13.0)
|
248
249
|
rspec (~> 3.0)
|
249
250
|
rubocop-powerhome!
|
251
|
+
zeitwerk (< 2.7.0)
|
250
252
|
|
251
253
|
BUNDLED WITH
|
252
|
-
2.
|
254
|
+
2.5.23
|
data/gemfiles/rails_6_1.gemfile
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
rubocop-powerhome (0.5.
|
5
|
-
rubocop (= 1.
|
4
|
+
rubocop-powerhome (0.5.4)
|
5
|
+
rubocop (= 1.74.0)
|
6
6
|
rubocop-performance
|
7
7
|
rubocop-rails
|
8
8
|
rubocop-rake
|
@@ -75,20 +75,20 @@ GEM
|
|
75
75
|
rake
|
76
76
|
thor (>= 0.14.0)
|
77
77
|
ast (2.4.2)
|
78
|
-
builder (3.
|
78
|
+
builder (3.3.0)
|
79
79
|
byebug (11.1.3)
|
80
80
|
coderay (1.1.3)
|
81
|
-
concurrent-ruby (1.
|
81
|
+
concurrent-ruby (1.3.4)
|
82
82
|
crass (1.0.6)
|
83
|
-
csv (3.3.
|
84
|
-
date (3.
|
83
|
+
csv (3.3.1)
|
84
|
+
date (3.4.1)
|
85
85
|
diff-lcs (1.5.1)
|
86
|
-
erubi (1.
|
86
|
+
erubi (1.13.0)
|
87
87
|
globalid (1.2.1)
|
88
88
|
activesupport (>= 6.1)
|
89
|
-
i18n (1.14.
|
89
|
+
i18n (1.14.6)
|
90
90
|
concurrent-ruby (~> 1.0)
|
91
|
-
json (2.
|
91
|
+
json (2.9.0)
|
92
92
|
language_server-protocol (3.17.0.3)
|
93
93
|
license_finder (7.2.1)
|
94
94
|
bundler
|
@@ -98,7 +98,8 @@ GEM
|
|
98
98
|
tomlrb (>= 1.3, < 2.1)
|
99
99
|
with_env (= 1.1.0)
|
100
100
|
xml-simple (~> 1.1.9)
|
101
|
-
|
101
|
+
lint_roller (1.1.0)
|
102
|
+
loofah (2.23.1)
|
102
103
|
crass (~> 1.0.2)
|
103
104
|
nokogiri (>= 1.12.0)
|
104
105
|
mail (2.8.1)
|
@@ -109,9 +110,9 @@ GEM
|
|
109
110
|
marcel (1.0.4)
|
110
111
|
method_source (1.1.0)
|
111
112
|
mini_mime (1.1.5)
|
112
|
-
mini_portile2 (2.8.
|
113
|
-
minitest (5.
|
114
|
-
net-imap (0.4.
|
113
|
+
mini_portile2 (2.8.8)
|
114
|
+
minitest (5.25.4)
|
115
|
+
net-imap (0.4.18)
|
115
116
|
date
|
116
117
|
net-protocol
|
117
118
|
net-pop (0.1.2)
|
@@ -120,16 +121,16 @@ GEM
|
|
120
121
|
timeout
|
121
122
|
net-smtp (0.5.0)
|
122
123
|
net-protocol
|
123
|
-
nio4r (2.7.
|
124
|
-
nokogiri (1.
|
124
|
+
nio4r (2.7.4)
|
125
|
+
nokogiri (1.17.2)
|
125
126
|
mini_portile2 (~> 2.8.2)
|
126
127
|
racc (~> 1.4)
|
127
|
-
nokogiri (1.
|
128
|
+
nokogiri (1.17.2-arm64-darwin)
|
128
129
|
racc (~> 1.4)
|
129
|
-
nokogiri (1.
|
130
|
+
nokogiri (1.17.2-x86_64-linux)
|
130
131
|
racc (~> 1.4)
|
131
132
|
parallel (1.26.3)
|
132
|
-
parser (3.3.
|
133
|
+
parser (3.3.6.0)
|
133
134
|
ast (~> 2.4.1)
|
134
135
|
racc
|
135
136
|
pry (0.14.2)
|
@@ -138,8 +139,8 @@ GEM
|
|
138
139
|
pry-byebug (3.10.1)
|
139
140
|
byebug (~> 11.0)
|
140
141
|
pry (>= 0.13, < 0.15)
|
141
|
-
racc (1.8.
|
142
|
-
rack (2.2.
|
142
|
+
racc (1.8.1)
|
143
|
+
rack (2.2.10)
|
143
144
|
rack-test (2.1.0)
|
144
145
|
rack (>= 1.3)
|
145
146
|
rails (6.1.7.7)
|
@@ -161,9 +162,9 @@ GEM
|
|
161
162
|
activesupport (>= 5.0.0)
|
162
163
|
minitest
|
163
164
|
nokogiri (>= 1.6)
|
164
|
-
rails-html-sanitizer (1.6.
|
165
|
+
rails-html-sanitizer (1.6.2)
|
165
166
|
loofah (~> 2.21)
|
166
|
-
nokogiri (
|
167
|
+
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)
|
167
168
|
railties (6.1.7.7)
|
168
169
|
actionpack (= 6.1.7.7)
|
169
170
|
activesupport (= 6.1.7.7)
|
@@ -172,58 +173,57 @@ GEM
|
|
172
173
|
thor (~> 1.0)
|
173
174
|
rainbow (3.1.1)
|
174
175
|
rake (13.2.1)
|
175
|
-
regexp_parser (2.9.
|
176
|
-
rexml (3.
|
177
|
-
strscan (>= 3.0.9)
|
176
|
+
regexp_parser (2.9.3)
|
177
|
+
rexml (3.4.0)
|
178
178
|
rspec (3.13.0)
|
179
179
|
rspec-core (~> 3.13.0)
|
180
180
|
rspec-expectations (~> 3.13.0)
|
181
181
|
rspec-mocks (~> 3.13.0)
|
182
|
-
rspec-core (3.13.
|
182
|
+
rspec-core (3.13.2)
|
183
183
|
rspec-support (~> 3.13.0)
|
184
|
-
rspec-expectations (3.13.
|
184
|
+
rspec-expectations (3.13.3)
|
185
185
|
diff-lcs (>= 1.2.0, < 2.0)
|
186
186
|
rspec-support (~> 3.13.0)
|
187
|
-
rspec-mocks (3.13.
|
187
|
+
rspec-mocks (3.13.2)
|
188
188
|
diff-lcs (>= 1.2.0, < 2.0)
|
189
189
|
rspec-support (~> 3.13.0)
|
190
|
-
rspec-support (3.13.
|
191
|
-
rubocop (1.
|
190
|
+
rspec-support (3.13.2)
|
191
|
+
rubocop (1.74.0)
|
192
192
|
json (~> 2.3)
|
193
|
-
language_server-protocol (
|
193
|
+
language_server-protocol (~> 3.17.0.2)
|
194
|
+
lint_roller (~> 1.1.0)
|
194
195
|
parallel (~> 1.10)
|
195
196
|
parser (>= 3.3.0.2)
|
196
197
|
rainbow (>= 2.2.2, < 4.0)
|
197
|
-
regexp_parser (>= 2.
|
198
|
-
rubocop-ast (>= 1.
|
198
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
199
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
199
200
|
ruby-progressbar (~> 1.7)
|
200
|
-
unicode-display_width (>= 2.4.0, <
|
201
|
-
rubocop-ast (1.
|
201
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
202
|
+
rubocop-ast (1.39.0)
|
202
203
|
parser (>= 3.3.1.0)
|
203
|
-
rubocop-performance (1.
|
204
|
+
rubocop-performance (1.23.0)
|
204
205
|
rubocop (>= 1.48.1, < 2.0)
|
205
206
|
rubocop-ast (>= 1.31.1, < 2.0)
|
206
|
-
rubocop-rails (2.
|
207
|
+
rubocop-rails (2.27.0)
|
207
208
|
activesupport (>= 4.2.0)
|
208
209
|
rack (>= 1.1)
|
209
210
|
rubocop (>= 1.52.0, < 2.0)
|
210
211
|
rubocop-ast (>= 1.31.1, < 2.0)
|
211
212
|
rubocop-rake (0.6.0)
|
212
213
|
rubocop (~> 1.0)
|
213
|
-
rubocop-rspec (3.
|
214
|
+
rubocop-rspec (3.3.0)
|
214
215
|
rubocop (~> 1.61)
|
215
216
|
ruby-progressbar (1.13.0)
|
216
217
|
rubyzip (2.3.2)
|
217
218
|
sprockets (4.2.1)
|
218
219
|
concurrent-ruby (~> 1.0)
|
219
220
|
rack (>= 2.2.4, < 4)
|
220
|
-
sprockets-rails (3.
|
221
|
-
actionpack (>=
|
222
|
-
activesupport (>=
|
221
|
+
sprockets-rails (3.5.2)
|
222
|
+
actionpack (>= 6.1)
|
223
|
+
activesupport (>= 6.1)
|
223
224
|
sprockets (>= 3.0.0)
|
224
|
-
|
225
|
-
|
226
|
-
timeout (0.4.1)
|
225
|
+
thor (1.3.2)
|
226
|
+
timeout (0.4.3)
|
227
227
|
tomlrb (2.0.3)
|
228
228
|
tzinfo (2.0.6)
|
229
229
|
concurrent-ruby (~> 1.0)
|
@@ -234,7 +234,7 @@ GEM
|
|
234
234
|
with_env (1.1.0)
|
235
235
|
xml-simple (1.1.9)
|
236
236
|
rexml
|
237
|
-
zeitwerk (2.6.
|
237
|
+
zeitwerk (2.6.18)
|
238
238
|
|
239
239
|
PLATFORMS
|
240
240
|
arm64-darwin-22
|
@@ -244,12 +244,14 @@ PLATFORMS
|
|
244
244
|
DEPENDENCIES
|
245
245
|
appraisal (~> 2.5.0)
|
246
246
|
license_finder (~> 7.0)
|
247
|
+
net-imap (< 0.5.0)
|
247
248
|
pry (>= 0.14.2)
|
248
249
|
pry-byebug (= 3.10.1)
|
249
250
|
rails (= 6.1.7.7)
|
250
251
|
rake (~> 13.0)
|
251
252
|
rspec (~> 3.0)
|
252
253
|
rubocop-powerhome!
|
254
|
+
zeitwerk (< 2.7.0)
|
253
255
|
|
254
256
|
BUNDLED WITH
|
255
|
-
2.
|
257
|
+
2.5.23
|
data/gemfiles/rails_7_0.gemfile
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
rubocop-powerhome (0.5.
|
5
|
-
rubocop (= 1.
|
4
|
+
rubocop-powerhome (0.5.4)
|
5
|
+
rubocop (= 1.74.0)
|
6
6
|
rubocop-performance
|
7
7
|
rubocop-rails
|
8
8
|
rubocop-rake
|
@@ -81,20 +81,20 @@ GEM
|
|
81
81
|
rake
|
82
82
|
thor (>= 0.14.0)
|
83
83
|
ast (2.4.2)
|
84
|
-
builder (3.
|
84
|
+
builder (3.3.0)
|
85
85
|
byebug (11.1.3)
|
86
86
|
coderay (1.1.3)
|
87
|
-
concurrent-ruby (1.
|
87
|
+
concurrent-ruby (1.3.4)
|
88
88
|
crass (1.0.6)
|
89
|
-
csv (3.3.
|
90
|
-
date (3.
|
89
|
+
csv (3.3.1)
|
90
|
+
date (3.4.1)
|
91
91
|
diff-lcs (1.5.1)
|
92
|
-
erubi (1.
|
92
|
+
erubi (1.13.0)
|
93
93
|
globalid (1.2.1)
|
94
94
|
activesupport (>= 6.1)
|
95
|
-
i18n (1.14.
|
95
|
+
i18n (1.14.6)
|
96
96
|
concurrent-ruby (~> 1.0)
|
97
|
-
json (2.
|
97
|
+
json (2.9.0)
|
98
98
|
language_server-protocol (3.17.0.3)
|
99
99
|
license_finder (7.2.1)
|
100
100
|
bundler
|
@@ -104,7 +104,8 @@ GEM
|
|
104
104
|
tomlrb (>= 1.3, < 2.1)
|
105
105
|
with_env (= 1.1.0)
|
106
106
|
xml-simple (~> 1.1.9)
|
107
|
-
|
107
|
+
lint_roller (1.1.0)
|
108
|
+
loofah (2.23.1)
|
108
109
|
crass (~> 1.0.2)
|
109
110
|
nokogiri (>= 1.12.0)
|
110
111
|
mail (2.8.1)
|
@@ -115,9 +116,9 @@ GEM
|
|
115
116
|
marcel (1.0.4)
|
116
117
|
method_source (1.1.0)
|
117
118
|
mini_mime (1.1.5)
|
118
|
-
mini_portile2 (2.8.
|
119
|
-
minitest (5.
|
120
|
-
net-imap (0.4.
|
119
|
+
mini_portile2 (2.8.8)
|
120
|
+
minitest (5.25.4)
|
121
|
+
net-imap (0.4.18)
|
121
122
|
date
|
122
123
|
net-protocol
|
123
124
|
net-pop (0.1.2)
|
@@ -126,16 +127,16 @@ GEM
|
|
126
127
|
timeout
|
127
128
|
net-smtp (0.5.0)
|
128
129
|
net-protocol
|
129
|
-
nio4r (2.7.
|
130
|
-
nokogiri (1.
|
130
|
+
nio4r (2.7.4)
|
131
|
+
nokogiri (1.17.2)
|
131
132
|
mini_portile2 (~> 2.8.2)
|
132
133
|
racc (~> 1.4)
|
133
|
-
nokogiri (1.
|
134
|
+
nokogiri (1.17.2-arm64-darwin)
|
134
135
|
racc (~> 1.4)
|
135
|
-
nokogiri (1.
|
136
|
+
nokogiri (1.17.2-x86_64-linux)
|
136
137
|
racc (~> 1.4)
|
137
138
|
parallel (1.26.3)
|
138
|
-
parser (3.3.
|
139
|
+
parser (3.3.6.0)
|
139
140
|
ast (~> 2.4.1)
|
140
141
|
racc
|
141
142
|
pry (0.14.2)
|
@@ -144,8 +145,8 @@ GEM
|
|
144
145
|
pry-byebug (3.10.1)
|
145
146
|
byebug (~> 11.0)
|
146
147
|
pry (>= 0.13, < 0.15)
|
147
|
-
racc (1.8.
|
148
|
-
rack (2.2.
|
148
|
+
racc (1.8.1)
|
149
|
+
rack (2.2.10)
|
149
150
|
rack-test (2.1.0)
|
150
151
|
rack (>= 1.3)
|
151
152
|
rails (7.0.8.1)
|
@@ -166,9 +167,9 @@ GEM
|
|
166
167
|
activesupport (>= 5.0.0)
|
167
168
|
minitest
|
168
169
|
nokogiri (>= 1.6)
|
169
|
-
rails-html-sanitizer (1.6.
|
170
|
+
rails-html-sanitizer (1.6.2)
|
170
171
|
loofah (~> 2.21)
|
171
|
-
nokogiri (
|
172
|
+
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)
|
172
173
|
railties (7.0.8.1)
|
173
174
|
actionpack (= 7.0.8.1)
|
174
175
|
activesupport (= 7.0.8.1)
|
@@ -178,51 +179,50 @@ GEM
|
|
178
179
|
zeitwerk (~> 2.5)
|
179
180
|
rainbow (3.1.1)
|
180
181
|
rake (13.2.1)
|
181
|
-
regexp_parser (2.9.
|
182
|
-
rexml (3.
|
183
|
-
strscan (>= 3.0.9)
|
182
|
+
regexp_parser (2.9.3)
|
183
|
+
rexml (3.4.0)
|
184
184
|
rspec (3.13.0)
|
185
185
|
rspec-core (~> 3.13.0)
|
186
186
|
rspec-expectations (~> 3.13.0)
|
187
187
|
rspec-mocks (~> 3.13.0)
|
188
|
-
rspec-core (3.13.
|
188
|
+
rspec-core (3.13.2)
|
189
189
|
rspec-support (~> 3.13.0)
|
190
|
-
rspec-expectations (3.13.
|
190
|
+
rspec-expectations (3.13.3)
|
191
191
|
diff-lcs (>= 1.2.0, < 2.0)
|
192
192
|
rspec-support (~> 3.13.0)
|
193
|
-
rspec-mocks (3.13.
|
193
|
+
rspec-mocks (3.13.2)
|
194
194
|
diff-lcs (>= 1.2.0, < 2.0)
|
195
195
|
rspec-support (~> 3.13.0)
|
196
|
-
rspec-support (3.13.
|
197
|
-
rubocop (1.
|
196
|
+
rspec-support (3.13.2)
|
197
|
+
rubocop (1.74.0)
|
198
198
|
json (~> 2.3)
|
199
|
-
language_server-protocol (
|
199
|
+
language_server-protocol (~> 3.17.0.2)
|
200
|
+
lint_roller (~> 1.1.0)
|
200
201
|
parallel (~> 1.10)
|
201
202
|
parser (>= 3.3.0.2)
|
202
203
|
rainbow (>= 2.2.2, < 4.0)
|
203
|
-
regexp_parser (>= 2.
|
204
|
-
rubocop-ast (>= 1.
|
204
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
205
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
205
206
|
ruby-progressbar (~> 1.7)
|
206
|
-
unicode-display_width (>= 2.4.0, <
|
207
|
-
rubocop-ast (1.
|
207
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
208
|
+
rubocop-ast (1.39.0)
|
208
209
|
parser (>= 3.3.1.0)
|
209
|
-
rubocop-performance (1.
|
210
|
+
rubocop-performance (1.23.0)
|
210
211
|
rubocop (>= 1.48.1, < 2.0)
|
211
212
|
rubocop-ast (>= 1.31.1, < 2.0)
|
212
|
-
rubocop-rails (2.
|
213
|
+
rubocop-rails (2.27.0)
|
213
214
|
activesupport (>= 4.2.0)
|
214
215
|
rack (>= 1.1)
|
215
216
|
rubocop (>= 1.52.0, < 2.0)
|
216
217
|
rubocop-ast (>= 1.31.1, < 2.0)
|
217
218
|
rubocop-rake (0.6.0)
|
218
219
|
rubocop (~> 1.0)
|
219
|
-
rubocop-rspec (3.
|
220
|
+
rubocop-rspec (3.3.0)
|
220
221
|
rubocop (~> 1.61)
|
221
222
|
ruby-progressbar (1.13.0)
|
222
223
|
rubyzip (2.3.2)
|
223
|
-
|
224
|
-
|
225
|
-
timeout (0.4.1)
|
224
|
+
thor (1.3.2)
|
225
|
+
timeout (0.4.3)
|
226
226
|
tomlrb (2.0.3)
|
227
227
|
tzinfo (2.0.6)
|
228
228
|
concurrent-ruby (~> 1.0)
|
@@ -233,7 +233,7 @@ GEM
|
|
233
233
|
with_env (1.1.0)
|
234
234
|
xml-simple (1.1.9)
|
235
235
|
rexml
|
236
|
-
zeitwerk (2.6.
|
236
|
+
zeitwerk (2.6.18)
|
237
237
|
|
238
238
|
PLATFORMS
|
239
239
|
arm64-darwin-22
|
@@ -243,12 +243,14 @@ PLATFORMS
|
|
243
243
|
DEPENDENCIES
|
244
244
|
appraisal (~> 2.5.0)
|
245
245
|
license_finder (~> 7.0)
|
246
|
+
net-imap (< 0.5.0)
|
246
247
|
pry (>= 0.14.2)
|
247
248
|
pry-byebug (= 3.10.1)
|
248
249
|
rails (= 7.0.8.1)
|
249
250
|
rake (~> 13.0)
|
250
251
|
rspec (~> 3.0)
|
251
252
|
rubocop-powerhome!
|
253
|
+
zeitwerk (< 2.7.0)
|
252
254
|
|
253
255
|
BUNDLED WITH
|
254
|
-
2.
|
256
|
+
2.5.23
|
data/rubocop-powerhome.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
|
11
11
|
spec.summary = "Powerhome Rubocop standard rules"
|
12
12
|
spec.description = "Powerhome Rubocop standard rules"
|
13
|
-
spec.homepage = "https://github.com/powerhome/
|
13
|
+
spec.homepage = "https://github.com/powerhome/power-tools/blob/main/packages/rubocop-powerhome/"
|
14
14
|
spec.license = "MIT"
|
15
15
|
spec.required_ruby_version = ">= 3.0"
|
16
16
|
|
@@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
|
|
35
35
|
# For more information and examples about making a new gem, check out our
|
36
36
|
# guide at: https://bundler.io/guides/creating_gem.html
|
37
37
|
|
38
|
-
spec.add_dependency "rubocop", "1.
|
38
|
+
spec.add_dependency "rubocop", "1.74.0"
|
39
39
|
spec.add_dependency "rubocop-performance"
|
40
40
|
spec.add_dependency "rubocop-rails"
|
41
41
|
spec.add_dependency "rubocop-rake"
|
metadata
CHANGED
@@ -1,15 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-powerhome
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Carlos Palhares
|
8
8
|
- Garett Arrowood
|
9
|
-
autorequire:
|
10
9
|
bindir: exe
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2025-03-19 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: rubocop
|
@@ -17,14 +16,14 @@ dependencies:
|
|
17
16
|
requirements:
|
18
17
|
- - '='
|
19
18
|
- !ruby/object:Gem::Version
|
20
|
-
version: 1.
|
19
|
+
version: 1.74.0
|
21
20
|
type: :runtime
|
22
21
|
prerelease: false
|
23
22
|
version_requirements: !ruby/object:Gem::Requirement
|
24
23
|
requirements:
|
25
24
|
- - '='
|
26
25
|
- !ruby/object:Gem::Version
|
27
|
-
version: 1.
|
26
|
+
version: 1.74.0
|
28
27
|
- !ruby/object:Gem::Dependency
|
29
28
|
name: rubocop-performance
|
30
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -220,15 +219,14 @@ files:
|
|
220
219
|
- mkdocs.yml
|
221
220
|
- rubocop-powerhome.gemspec
|
222
221
|
- sig/rubocop/powerhome.rbs
|
223
|
-
homepage: https://github.com/powerhome/
|
222
|
+
homepage: https://github.com/powerhome/power-tools/blob/main/packages/rubocop-powerhome/
|
224
223
|
licenses:
|
225
224
|
- MIT
|
226
225
|
metadata:
|
227
|
-
homepage_uri: https://github.com/powerhome/
|
228
|
-
source_code_uri: https://github.com/powerhome/
|
229
|
-
changelog_uri: https://github.com/powerhome/
|
226
|
+
homepage_uri: https://github.com/powerhome/power-tools/blob/main/packages/rubocop-powerhome/
|
227
|
+
source_code_uri: https://github.com/powerhome/power-tools/blob/main/packages/rubocop-powerhome/
|
228
|
+
changelog_uri: https://github.com/powerhome/power-tools/blob/main/packages/rubocop-powerhome//CHANGELOG.md
|
230
229
|
rubygems_mfa_required: 'true'
|
231
|
-
post_install_message:
|
232
230
|
rdoc_options: []
|
233
231
|
require_paths:
|
234
232
|
- lib
|
@@ -243,8 +241,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
243
241
|
- !ruby/object:Gem::Version
|
244
242
|
version: '0'
|
245
243
|
requirements: []
|
246
|
-
rubygems_version: 3.
|
247
|
-
signing_key:
|
244
|
+
rubygems_version: 3.6.2
|
248
245
|
specification_version: 4
|
249
246
|
summary: Powerhome Rubocop standard rules
|
250
247
|
test_files: []
|