rubocop-powerhome 0.5.2 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cc59128513cac972dea475bb8aa4fdc762ce8ee76db05e7f196ab2a286efdf54
4
- data.tar.gz: 6aa3bdb0b8eb2025c4c474fbb2245ff345d20d96cde7aa1e96e16aeacae260c4
3
+ metadata.gz: 3f21282f501d91786726b60702292b8e6f545923ff239783f11d787d8e009e22
4
+ data.tar.gz: 8f0ad1426816b8af0f752bbada9be7e3ede407485ae884dfa6cbe1669b85031f
5
5
  SHA512:
6
- metadata.gz: 3969e0d7c69eea0495e62c8aa86c94f0b93dfc1c9b1b9cf8b7d5fc62444c194fd953e1e1e5bc8df4b8a95c39bbe046d1999839ab205c82186782d44188463b25
7
- data.tar.gz: b3d99ab3acbfe0f9a582a32f05bffd64bc0b2dc3b7399ae6a7c96236039d1eba0c4a5cb985676eb91a3c82c9eafb90b35b72da3cd0bcc1b7b285b810128634dc
6
+ metadata.gz: abe4c2908c7e74483c178788c57a8a12878c0a9b5edaac758f06974e7a35c0e4049a925aa5c2b6ba6999f3e97629abced0a8649a0d7eeb911b123f8c0cfc54a8
7
+ data.tar.gz: cf46d8b4ef7fa3c10c4b96aeeb699ba15103bdeecea21dfb64ce84d91252497c75bc57845308a6a91d369b7e567fe4343a47a6fdc2452c93e994b575859e59e6
data/.rubocop.yml CHANGED
@@ -10,5 +10,13 @@ Metrics/BlockLength:
10
10
  - 'spec/**/*'
11
11
  - 'rubocop-powerhome.gemspec'
12
12
 
13
+ Style/FrozenStringLiteralComment:
14
+ Exclude:
15
+ - 'gemfiles/*'
16
+
17
+ Bundler/OrderedGems:
18
+ Exclude:
19
+ - 'gemfiles/*'
20
+
13
21
  Rails:
14
22
  Enabled: false
data/Appraisals ADDED
@@ -0,0 +1,13 @@
1
+ # frozen_string_literal: true
2
+
3
+ appraise "rails-6-0" do
4
+ gem "rails", "6.0.6.1"
5
+ end
6
+
7
+ appraise "rails-6-1" do
8
+ gem "rails", "6.1.7.7"
9
+ end
10
+
11
+ appraise "rails-7-0" do
12
+ gem "rails", "7.0.8.1"
13
+ end
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.5.4] - 2025-03-18
2
+
3
+ - Bump Rubocop version to bring in bugfixes.
4
+
1
5
  ## [0.5.2] - 2023-02-08
2
6
 
3
7
  - Permit Rubocop upgrades again because bug was fixed.
data/Gemfile CHANGED
@@ -5,5 +5,5 @@ source "https://rubygems.org"
5
5
  # Specify your gem's dependencies in rubocop-powerhome.gemspec
6
6
  gemspec
7
7
 
8
- rails_version = ENV.fetch("RAILS_VERSION", ">= 5.2.8.1")
9
- gem "rails", rails_version
8
+ gem "net-imap", "< 0.5.0"
9
+ gem "zeitwerk", "< 2.7.0"
data/Gemfile.lock ADDED
@@ -0,0 +1,258 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ rubocop-powerhome (0.5.4)
5
+ rubocop (= 1.74.0)
6
+ rubocop-performance
7
+ rubocop-rails
8
+ rubocop-rake
9
+ rubocop-rspec
10
+
11
+ GEM
12
+ remote: https://rubygems.org/
13
+ specs:
14
+ actioncable (7.0.8.7)
15
+ actionpack (= 7.0.8.7)
16
+ activesupport (= 7.0.8.7)
17
+ nio4r (~> 2.0)
18
+ websocket-driver (>= 0.6.1)
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
+ mail (>= 2.7.1)
26
+ net-imap
27
+ net-pop
28
+ net-smtp
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
+ mail (~> 2.5, >= 2.5.4)
35
+ net-imap
36
+ net-pop
37
+ net-smtp
38
+ rails-dom-testing (~> 2.0)
39
+ actionpack (7.0.8.7)
40
+ actionview (= 7.0.8.7)
41
+ activesupport (= 7.0.8.7)
42
+ rack (~> 2.0, >= 2.2.4)
43
+ rack-test (>= 0.6.3)
44
+ rails-dom-testing (~> 2.0)
45
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
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
+ globalid (>= 0.6.0)
52
+ nokogiri (>= 1.8.5)
53
+ actionview (7.0.8.7)
54
+ activesupport (= 7.0.8.7)
55
+ builder (~> 3.1)
56
+ erubi (~> 1.4)
57
+ rails-dom-testing (~> 2.0)
58
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
59
+ activejob (7.0.8.7)
60
+ activesupport (= 7.0.8.7)
61
+ globalid (>= 0.3.6)
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
+ marcel (~> 1.0)
73
+ mini_mime (>= 1.1.0)
74
+ activesupport (7.0.8.7)
75
+ concurrent-ruby (~> 1.0, >= 1.0.2)
76
+ i18n (>= 1.6, < 2)
77
+ minitest (>= 5.1)
78
+ tzinfo (~> 2.0)
79
+ appraisal (2.5.0)
80
+ bundler
81
+ rake
82
+ thor (>= 0.14.0)
83
+ ast (2.4.2)
84
+ base64 (0.2.0)
85
+ builder (3.3.0)
86
+ byebug (11.1.3)
87
+ coderay (1.1.3)
88
+ concurrent-ruby (1.3.5)
89
+ crass (1.0.6)
90
+ csv (3.3.2)
91
+ date (3.4.1)
92
+ diff-lcs (1.5.1)
93
+ erubi (1.13.1)
94
+ globalid (1.2.1)
95
+ activesupport (>= 6.1)
96
+ i18n (1.14.7)
97
+ concurrent-ruby (~> 1.0)
98
+ json (2.9.1)
99
+ language_server-protocol (3.17.0.3)
100
+ license_finder (7.2.1)
101
+ bundler
102
+ csv (~> 3.2)
103
+ rubyzip (>= 1, < 3)
104
+ thor (~> 1.2)
105
+ tomlrb (>= 1.3, < 2.1)
106
+ with_env (= 1.1.0)
107
+ xml-simple (~> 1.1.9)
108
+ lint_roller (1.1.0)
109
+ loofah (2.24.0)
110
+ crass (~> 1.0.2)
111
+ nokogiri (>= 1.12.0)
112
+ mail (2.8.1)
113
+ mini_mime (>= 0.1.1)
114
+ net-imap
115
+ net-pop
116
+ net-smtp
117
+ marcel (1.0.4)
118
+ method_source (1.1.0)
119
+ mini_mime (1.1.5)
120
+ mini_portile2 (2.8.8)
121
+ minitest (5.25.4)
122
+ net-imap (0.4.18)
123
+ date
124
+ net-protocol
125
+ net-pop (0.1.2)
126
+ net-protocol
127
+ net-protocol (0.2.2)
128
+ timeout
129
+ net-smtp (0.5.0)
130
+ net-protocol
131
+ nio4r (2.7.4)
132
+ nokogiri (1.18.2)
133
+ mini_portile2 (~> 2.8.2)
134
+ racc (~> 1.4)
135
+ nokogiri (1.18.2-arm64-darwin)
136
+ racc (~> 1.4)
137
+ nokogiri (1.18.2-x86_64-linux-gnu)
138
+ racc (~> 1.4)
139
+ parallel (1.26.3)
140
+ parser (3.3.7.0)
141
+ ast (~> 2.4.1)
142
+ racc
143
+ pry (0.14.2)
144
+ coderay (~> 1.1)
145
+ method_source (~> 1.0)
146
+ pry-byebug (3.10.1)
147
+ byebug (~> 11.0)
148
+ pry (>= 0.13, < 0.15)
149
+ racc (1.8.1)
150
+ rack (2.2.10)
151
+ rack-test (2.2.0)
152
+ rack (>= 1.3)
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)
165
+ bundler (>= 1.15.0)
166
+ railties (= 7.0.8.7)
167
+ rails-dom-testing (2.2.0)
168
+ activesupport (>= 5.0.0)
169
+ minitest
170
+ nokogiri (>= 1.6)
171
+ rails-html-sanitizer (1.6.2)
172
+ loofah (~> 2.21)
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)
177
+ method_source
178
+ rake (>= 12.2)
179
+ thor (~> 1.0)
180
+ zeitwerk (~> 2.5)
181
+ rainbow (3.1.1)
182
+ rake (13.2.1)
183
+ regexp_parser (2.10.0)
184
+ rexml (3.4.0)
185
+ rspec (3.13.0)
186
+ rspec-core (~> 3.13.0)
187
+ rspec-expectations (~> 3.13.0)
188
+ rspec-mocks (~> 3.13.0)
189
+ rspec-core (3.13.2)
190
+ rspec-support (~> 3.13.0)
191
+ rspec-expectations (3.13.3)
192
+ diff-lcs (>= 1.2.0, < 2.0)
193
+ rspec-support (~> 3.13.0)
194
+ rspec-mocks (3.13.2)
195
+ diff-lcs (>= 1.2.0, < 2.0)
196
+ rspec-support (~> 3.13.0)
197
+ rspec-support (3.13.2)
198
+ rubocop (1.74.0)
199
+ json (~> 2.3)
200
+ language_server-protocol (~> 3.17.0.2)
201
+ lint_roller (~> 1.1.0)
202
+ parallel (~> 1.10)
203
+ parser (>= 3.3.0.2)
204
+ rainbow (>= 2.2.2, < 4.0)
205
+ regexp_parser (>= 2.9.3, < 3.0)
206
+ rubocop-ast (>= 1.38.0, < 2.0)
207
+ ruby-progressbar (~> 1.7)
208
+ unicode-display_width (>= 2.4.0, < 4.0)
209
+ rubocop-ast (1.39.0)
210
+ parser (>= 3.3.1.0)
211
+ rubocop-performance (1.23.1)
212
+ rubocop (>= 1.48.1, < 2.0)
213
+ rubocop-ast (>= 1.31.1, < 2.0)
214
+ rubocop-rails (2.29.1)
215
+ activesupport (>= 4.2.0)
216
+ rack (>= 1.1)
217
+ rubocop (>= 1.52.0, < 2.0)
218
+ rubocop-ast (>= 1.31.1, < 2.0)
219
+ rubocop-rake (0.6.0)
220
+ rubocop (~> 1.0)
221
+ rubocop-rspec (3.4.0)
222
+ rubocop (~> 1.61)
223
+ ruby-progressbar (1.13.0)
224
+ rubyzip (2.4.1)
225
+ thor (1.3.2)
226
+ timeout (0.4.3)
227
+ tomlrb (2.0.3)
228
+ tzinfo (2.0.6)
229
+ concurrent-ruby (~> 1.0)
230
+ unicode-display_width (2.6.0)
231
+ websocket-driver (0.7.7)
232
+ base64
233
+ websocket-extensions (>= 0.1.0)
234
+ websocket-extensions (0.1.5)
235
+ with_env (1.1.0)
236
+ xml-simple (1.1.9)
237
+ rexml
238
+ zeitwerk (2.6.18)
239
+
240
+ PLATFORMS
241
+ arm64-darwin-22
242
+ ruby
243
+ x86_64-linux
244
+
245
+ DEPENDENCIES
246
+ appraisal (~> 2.5.0)
247
+ license_finder (~> 7.0)
248
+ net-imap (< 0.5.0)
249
+ pry (>= 0.14.2)
250
+ pry-byebug (= 3.10.1)
251
+ rails (>= 6.0.6.1, < 7.1)
252
+ rake (~> 13.0)
253
+ rspec (~> 3.0)
254
+ rubocop-powerhome!
255
+ zeitwerk (< 2.7.0)
256
+
257
+ BUNDLED WITH
258
+ 2.5.23
data/config/default.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  AllCops:
2
- TargetRubyVersion: 2.7
2
+ TargetRubyVersion: 3.0
3
3
  NewCops: enable
4
4
  DisplayStyleGuide: true
5
5
  ExtraDetails: true
@@ -7,6 +7,9 @@ AllCops:
7
7
  Gemspec/RequiredRubyVersion:
8
8
  Enabled: false
9
9
 
10
+ Gemspec/DevelopmentDependencies:
11
+ Enabled: false
12
+
10
13
  Layout/AccessModifierIndentation:
11
14
  EnforcedStyle: outdent
12
15
 
@@ -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:18:29.419777000 Z
@@ -0,0 +1,9 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "net-imap", "< 0.5.0"
6
+ gem "zeitwerk", "< 2.7.0"
7
+ gem "rails", "6.0.6.1"
8
+
9
+ gemspec path: "../"
@@ -0,0 +1,254 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ rubocop-powerhome (0.5.4)
5
+ rubocop (= 1.74.0)
6
+ rubocop-performance
7
+ rubocop-rails
8
+ rubocop-rake
9
+ rubocop-rspec
10
+
11
+ GEM
12
+ remote: https://rubygems.org/
13
+ specs:
14
+ actioncable (6.0.6.1)
15
+ actionpack (= 6.0.6.1)
16
+ nio4r (~> 2.0)
17
+ websocket-driver (>= 0.6.1)
18
+ actionmailbox (6.0.6.1)
19
+ actionpack (= 6.0.6.1)
20
+ activejob (= 6.0.6.1)
21
+ activerecord (= 6.0.6.1)
22
+ activestorage (= 6.0.6.1)
23
+ activesupport (= 6.0.6.1)
24
+ mail (>= 2.7.1)
25
+ actionmailer (6.0.6.1)
26
+ actionpack (= 6.0.6.1)
27
+ actionview (= 6.0.6.1)
28
+ activejob (= 6.0.6.1)
29
+ mail (~> 2.5, >= 2.5.4)
30
+ rails-dom-testing (~> 2.0)
31
+ actionpack (6.0.6.1)
32
+ actionview (= 6.0.6.1)
33
+ activesupport (= 6.0.6.1)
34
+ rack (~> 2.0, >= 2.0.8)
35
+ rack-test (>= 0.6.3)
36
+ rails-dom-testing (~> 2.0)
37
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
38
+ actiontext (6.0.6.1)
39
+ actionpack (= 6.0.6.1)
40
+ activerecord (= 6.0.6.1)
41
+ activestorage (= 6.0.6.1)
42
+ activesupport (= 6.0.6.1)
43
+ nokogiri (>= 1.8.5)
44
+ actionview (6.0.6.1)
45
+ activesupport (= 6.0.6.1)
46
+ builder (~> 3.1)
47
+ erubi (~> 1.4)
48
+ rails-dom-testing (~> 2.0)
49
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
50
+ activejob (6.0.6.1)
51
+ activesupport (= 6.0.6.1)
52
+ globalid (>= 0.3.6)
53
+ activemodel (6.0.6.1)
54
+ activesupport (= 6.0.6.1)
55
+ activerecord (6.0.6.1)
56
+ activemodel (= 6.0.6.1)
57
+ activesupport (= 6.0.6.1)
58
+ activestorage (6.0.6.1)
59
+ actionpack (= 6.0.6.1)
60
+ activejob (= 6.0.6.1)
61
+ activerecord (= 6.0.6.1)
62
+ marcel (~> 1.0)
63
+ activesupport (6.0.6.1)
64
+ concurrent-ruby (~> 1.0, >= 1.0.2)
65
+ i18n (>= 0.7, < 2)
66
+ minitest (~> 5.1)
67
+ tzinfo (~> 1.1)
68
+ zeitwerk (~> 2.2, >= 2.2.2)
69
+ appraisal (2.5.0)
70
+ bundler
71
+ rake
72
+ thor (>= 0.14.0)
73
+ ast (2.4.2)
74
+ builder (3.3.0)
75
+ byebug (11.1.3)
76
+ coderay (1.1.3)
77
+ concurrent-ruby (1.3.4)
78
+ crass (1.0.6)
79
+ csv (3.3.1)
80
+ date (3.4.1)
81
+ diff-lcs (1.5.1)
82
+ erubi (1.13.0)
83
+ globalid (1.1.0)
84
+ activesupport (>= 5.0)
85
+ i18n (1.14.6)
86
+ concurrent-ruby (~> 1.0)
87
+ json (2.9.0)
88
+ language_server-protocol (3.17.0.3)
89
+ license_finder (7.2.1)
90
+ bundler
91
+ csv (~> 3.2)
92
+ rubyzip (>= 1, < 3)
93
+ thor (~> 1.2)
94
+ tomlrb (>= 1.3, < 2.1)
95
+ with_env (= 1.1.0)
96
+ xml-simple (~> 1.1.9)
97
+ lint_roller (1.1.0)
98
+ loofah (2.23.1)
99
+ crass (~> 1.0.2)
100
+ nokogiri (>= 1.12.0)
101
+ mail (2.8.1)
102
+ mini_mime (>= 0.1.1)
103
+ net-imap
104
+ net-pop
105
+ net-smtp
106
+ marcel (1.0.4)
107
+ method_source (1.1.0)
108
+ mini_mime (1.1.5)
109
+ mini_portile2 (2.8.8)
110
+ minitest (5.25.4)
111
+ net-imap (0.4.18)
112
+ date
113
+ net-protocol
114
+ net-pop (0.1.2)
115
+ net-protocol
116
+ net-protocol (0.2.2)
117
+ timeout
118
+ net-smtp (0.5.0)
119
+ net-protocol
120
+ nio4r (2.7.4)
121
+ nokogiri (1.17.2)
122
+ mini_portile2 (~> 2.8.2)
123
+ racc (~> 1.4)
124
+ nokogiri (1.17.2-arm64-darwin)
125
+ racc (~> 1.4)
126
+ nokogiri (1.17.2-x86_64-linux)
127
+ racc (~> 1.4)
128
+ parallel (1.26.3)
129
+ parser (3.3.6.0)
130
+ ast (~> 2.4.1)
131
+ racc
132
+ pry (0.14.2)
133
+ coderay (~> 1.1)
134
+ method_source (~> 1.0)
135
+ pry-byebug (3.10.1)
136
+ byebug (~> 11.0)
137
+ pry (>= 0.13, < 0.15)
138
+ racc (1.8.1)
139
+ rack (2.2.10)
140
+ rack-test (2.1.0)
141
+ rack (>= 1.3)
142
+ rails (6.0.6.1)
143
+ actioncable (= 6.0.6.1)
144
+ actionmailbox (= 6.0.6.1)
145
+ actionmailer (= 6.0.6.1)
146
+ actionpack (= 6.0.6.1)
147
+ actiontext (= 6.0.6.1)
148
+ actionview (= 6.0.6.1)
149
+ activejob (= 6.0.6.1)
150
+ activemodel (= 6.0.6.1)
151
+ activerecord (= 6.0.6.1)
152
+ activestorage (= 6.0.6.1)
153
+ activesupport (= 6.0.6.1)
154
+ bundler (>= 1.3.0)
155
+ railties (= 6.0.6.1)
156
+ sprockets-rails (>= 2.0.0)
157
+ rails-dom-testing (2.2.0)
158
+ activesupport (>= 5.0.0)
159
+ minitest
160
+ nokogiri (>= 1.6)
161
+ rails-html-sanitizer (1.6.2)
162
+ loofah (~> 2.21)
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)
164
+ railties (6.0.6.1)
165
+ actionpack (= 6.0.6.1)
166
+ activesupport (= 6.0.6.1)
167
+ method_source
168
+ rake (>= 0.8.7)
169
+ thor (>= 0.20.3, < 2.0)
170
+ rainbow (3.1.1)
171
+ rake (13.2.1)
172
+ regexp_parser (2.9.3)
173
+ rexml (3.4.0)
174
+ rspec (3.13.0)
175
+ rspec-core (~> 3.13.0)
176
+ rspec-expectations (~> 3.13.0)
177
+ rspec-mocks (~> 3.13.0)
178
+ rspec-core (3.13.2)
179
+ rspec-support (~> 3.13.0)
180
+ rspec-expectations (3.13.3)
181
+ diff-lcs (>= 1.2.0, < 2.0)
182
+ rspec-support (~> 3.13.0)
183
+ rspec-mocks (3.13.2)
184
+ diff-lcs (>= 1.2.0, < 2.0)
185
+ rspec-support (~> 3.13.0)
186
+ rspec-support (3.13.2)
187
+ rubocop (1.74.0)
188
+ json (~> 2.3)
189
+ language_server-protocol (~> 3.17.0.2)
190
+ lint_roller (~> 1.1.0)
191
+ parallel (~> 1.10)
192
+ parser (>= 3.3.0.2)
193
+ rainbow (>= 2.2.2, < 4.0)
194
+ regexp_parser (>= 2.9.3, < 3.0)
195
+ rubocop-ast (>= 1.38.0, < 2.0)
196
+ ruby-progressbar (~> 1.7)
197
+ unicode-display_width (>= 2.4.0, < 4.0)
198
+ rubocop-ast (1.39.0)
199
+ parser (>= 3.3.1.0)
200
+ rubocop-performance (1.23.0)
201
+ rubocop (>= 1.48.1, < 2.0)
202
+ rubocop-ast (>= 1.31.1, < 2.0)
203
+ rubocop-rails (2.27.0)
204
+ activesupport (>= 4.2.0)
205
+ rack (>= 1.1)
206
+ rubocop (>= 1.52.0, < 2.0)
207
+ rubocop-ast (>= 1.31.1, < 2.0)
208
+ rubocop-rake (0.6.0)
209
+ rubocop (~> 1.0)
210
+ rubocop-rspec (3.3.0)
211
+ rubocop (~> 1.61)
212
+ ruby-progressbar (1.13.0)
213
+ rubyzip (2.3.2)
214
+ sprockets (4.2.1)
215
+ concurrent-ruby (~> 1.0)
216
+ rack (>= 2.2.4, < 4)
217
+ sprockets-rails (3.4.2)
218
+ actionpack (>= 5.2)
219
+ activesupport (>= 5.2)
220
+ sprockets (>= 3.0.0)
221
+ thor (1.3.2)
222
+ thread_safe (0.3.6)
223
+ timeout (0.4.3)
224
+ tomlrb (2.0.3)
225
+ tzinfo (1.2.11)
226
+ thread_safe (~> 0.1)
227
+ unicode-display_width (2.6.0)
228
+ websocket-driver (0.7.6)
229
+ websocket-extensions (>= 0.1.0)
230
+ websocket-extensions (0.1.5)
231
+ with_env (1.1.0)
232
+ xml-simple (1.1.9)
233
+ rexml
234
+ zeitwerk (2.6.18)
235
+
236
+ PLATFORMS
237
+ arm64-darwin-22
238
+ ruby
239
+ x86_64-linux
240
+
241
+ DEPENDENCIES
242
+ appraisal (~> 2.5.0)
243
+ license_finder (~> 7.0)
244
+ net-imap (< 0.5.0)
245
+ pry (>= 0.14.2)
246
+ pry-byebug (= 3.10.1)
247
+ rails (= 6.0.6.1)
248
+ rake (~> 13.0)
249
+ rspec (~> 3.0)
250
+ rubocop-powerhome!
251
+ zeitwerk (< 2.7.0)
252
+
253
+ BUNDLED WITH
254
+ 2.5.23
@@ -0,0 +1,9 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "net-imap", "< 0.5.0"
6
+ gem "zeitwerk", "< 2.7.0"
7
+ gem "rails", "6.1.7.7"
8
+
9
+ gemspec path: "../"
@@ -0,0 +1,257 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ rubocop-powerhome (0.5.4)
5
+ rubocop (= 1.74.0)
6
+ rubocop-performance
7
+ rubocop-rails
8
+ rubocop-rake
9
+ rubocop-rspec
10
+
11
+ GEM
12
+ remote: https://rubygems.org/
13
+ specs:
14
+ actioncable (6.1.7.7)
15
+ actionpack (= 6.1.7.7)
16
+ activesupport (= 6.1.7.7)
17
+ nio4r (~> 2.0)
18
+ websocket-driver (>= 0.6.1)
19
+ actionmailbox (6.1.7.7)
20
+ actionpack (= 6.1.7.7)
21
+ activejob (= 6.1.7.7)
22
+ activerecord (= 6.1.7.7)
23
+ activestorage (= 6.1.7.7)
24
+ activesupport (= 6.1.7.7)
25
+ mail (>= 2.7.1)
26
+ actionmailer (6.1.7.7)
27
+ actionpack (= 6.1.7.7)
28
+ actionview (= 6.1.7.7)
29
+ activejob (= 6.1.7.7)
30
+ activesupport (= 6.1.7.7)
31
+ mail (~> 2.5, >= 2.5.4)
32
+ rails-dom-testing (~> 2.0)
33
+ actionpack (6.1.7.7)
34
+ actionview (= 6.1.7.7)
35
+ activesupport (= 6.1.7.7)
36
+ rack (~> 2.0, >= 2.0.9)
37
+ rack-test (>= 0.6.3)
38
+ rails-dom-testing (~> 2.0)
39
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
40
+ actiontext (6.1.7.7)
41
+ actionpack (= 6.1.7.7)
42
+ activerecord (= 6.1.7.7)
43
+ activestorage (= 6.1.7.7)
44
+ activesupport (= 6.1.7.7)
45
+ nokogiri (>= 1.8.5)
46
+ actionview (6.1.7.7)
47
+ activesupport (= 6.1.7.7)
48
+ builder (~> 3.1)
49
+ erubi (~> 1.4)
50
+ rails-dom-testing (~> 2.0)
51
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
52
+ activejob (6.1.7.7)
53
+ activesupport (= 6.1.7.7)
54
+ globalid (>= 0.3.6)
55
+ activemodel (6.1.7.7)
56
+ activesupport (= 6.1.7.7)
57
+ activerecord (6.1.7.7)
58
+ activemodel (= 6.1.7.7)
59
+ activesupport (= 6.1.7.7)
60
+ activestorage (6.1.7.7)
61
+ actionpack (= 6.1.7.7)
62
+ activejob (= 6.1.7.7)
63
+ activerecord (= 6.1.7.7)
64
+ activesupport (= 6.1.7.7)
65
+ marcel (~> 1.0)
66
+ mini_mime (>= 1.1.0)
67
+ activesupport (6.1.7.7)
68
+ concurrent-ruby (~> 1.0, >= 1.0.2)
69
+ i18n (>= 1.6, < 2)
70
+ minitest (>= 5.1)
71
+ tzinfo (~> 2.0)
72
+ zeitwerk (~> 2.3)
73
+ appraisal (2.5.0)
74
+ bundler
75
+ rake
76
+ thor (>= 0.14.0)
77
+ ast (2.4.2)
78
+ builder (3.3.0)
79
+ byebug (11.1.3)
80
+ coderay (1.1.3)
81
+ concurrent-ruby (1.3.4)
82
+ crass (1.0.6)
83
+ csv (3.3.1)
84
+ date (3.4.1)
85
+ diff-lcs (1.5.1)
86
+ erubi (1.13.0)
87
+ globalid (1.2.1)
88
+ activesupport (>= 6.1)
89
+ i18n (1.14.6)
90
+ concurrent-ruby (~> 1.0)
91
+ json (2.9.0)
92
+ language_server-protocol (3.17.0.3)
93
+ license_finder (7.2.1)
94
+ bundler
95
+ csv (~> 3.2)
96
+ rubyzip (>= 1, < 3)
97
+ thor (~> 1.2)
98
+ tomlrb (>= 1.3, < 2.1)
99
+ with_env (= 1.1.0)
100
+ xml-simple (~> 1.1.9)
101
+ lint_roller (1.1.0)
102
+ loofah (2.23.1)
103
+ crass (~> 1.0.2)
104
+ nokogiri (>= 1.12.0)
105
+ mail (2.8.1)
106
+ mini_mime (>= 0.1.1)
107
+ net-imap
108
+ net-pop
109
+ net-smtp
110
+ marcel (1.0.4)
111
+ method_source (1.1.0)
112
+ mini_mime (1.1.5)
113
+ mini_portile2 (2.8.8)
114
+ minitest (5.25.4)
115
+ net-imap (0.4.18)
116
+ date
117
+ net-protocol
118
+ net-pop (0.1.2)
119
+ net-protocol
120
+ net-protocol (0.2.2)
121
+ timeout
122
+ net-smtp (0.5.0)
123
+ net-protocol
124
+ nio4r (2.7.4)
125
+ nokogiri (1.17.2)
126
+ mini_portile2 (~> 2.8.2)
127
+ racc (~> 1.4)
128
+ nokogiri (1.17.2-arm64-darwin)
129
+ racc (~> 1.4)
130
+ nokogiri (1.17.2-x86_64-linux)
131
+ racc (~> 1.4)
132
+ parallel (1.26.3)
133
+ parser (3.3.6.0)
134
+ ast (~> 2.4.1)
135
+ racc
136
+ pry (0.14.2)
137
+ coderay (~> 1.1)
138
+ method_source (~> 1.0)
139
+ pry-byebug (3.10.1)
140
+ byebug (~> 11.0)
141
+ pry (>= 0.13, < 0.15)
142
+ racc (1.8.1)
143
+ rack (2.2.10)
144
+ rack-test (2.1.0)
145
+ rack (>= 1.3)
146
+ rails (6.1.7.7)
147
+ actioncable (= 6.1.7.7)
148
+ actionmailbox (= 6.1.7.7)
149
+ actionmailer (= 6.1.7.7)
150
+ actionpack (= 6.1.7.7)
151
+ actiontext (= 6.1.7.7)
152
+ actionview (= 6.1.7.7)
153
+ activejob (= 6.1.7.7)
154
+ activemodel (= 6.1.7.7)
155
+ activerecord (= 6.1.7.7)
156
+ activestorage (= 6.1.7.7)
157
+ activesupport (= 6.1.7.7)
158
+ bundler (>= 1.15.0)
159
+ railties (= 6.1.7.7)
160
+ sprockets-rails (>= 2.0.0)
161
+ rails-dom-testing (2.2.0)
162
+ activesupport (>= 5.0.0)
163
+ minitest
164
+ nokogiri (>= 1.6)
165
+ rails-html-sanitizer (1.6.2)
166
+ loofah (~> 2.21)
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)
168
+ railties (6.1.7.7)
169
+ actionpack (= 6.1.7.7)
170
+ activesupport (= 6.1.7.7)
171
+ method_source
172
+ rake (>= 12.2)
173
+ thor (~> 1.0)
174
+ rainbow (3.1.1)
175
+ rake (13.2.1)
176
+ regexp_parser (2.9.3)
177
+ rexml (3.4.0)
178
+ rspec (3.13.0)
179
+ rspec-core (~> 3.13.0)
180
+ rspec-expectations (~> 3.13.0)
181
+ rspec-mocks (~> 3.13.0)
182
+ rspec-core (3.13.2)
183
+ rspec-support (~> 3.13.0)
184
+ rspec-expectations (3.13.3)
185
+ diff-lcs (>= 1.2.0, < 2.0)
186
+ rspec-support (~> 3.13.0)
187
+ rspec-mocks (3.13.2)
188
+ diff-lcs (>= 1.2.0, < 2.0)
189
+ rspec-support (~> 3.13.0)
190
+ rspec-support (3.13.2)
191
+ rubocop (1.74.0)
192
+ json (~> 2.3)
193
+ language_server-protocol (~> 3.17.0.2)
194
+ lint_roller (~> 1.1.0)
195
+ parallel (~> 1.10)
196
+ parser (>= 3.3.0.2)
197
+ rainbow (>= 2.2.2, < 4.0)
198
+ regexp_parser (>= 2.9.3, < 3.0)
199
+ rubocop-ast (>= 1.38.0, < 2.0)
200
+ ruby-progressbar (~> 1.7)
201
+ unicode-display_width (>= 2.4.0, < 4.0)
202
+ rubocop-ast (1.39.0)
203
+ parser (>= 3.3.1.0)
204
+ rubocop-performance (1.23.0)
205
+ rubocop (>= 1.48.1, < 2.0)
206
+ rubocop-ast (>= 1.31.1, < 2.0)
207
+ rubocop-rails (2.27.0)
208
+ activesupport (>= 4.2.0)
209
+ rack (>= 1.1)
210
+ rubocop (>= 1.52.0, < 2.0)
211
+ rubocop-ast (>= 1.31.1, < 2.0)
212
+ rubocop-rake (0.6.0)
213
+ rubocop (~> 1.0)
214
+ rubocop-rspec (3.3.0)
215
+ rubocop (~> 1.61)
216
+ ruby-progressbar (1.13.0)
217
+ rubyzip (2.3.2)
218
+ sprockets (4.2.1)
219
+ concurrent-ruby (~> 1.0)
220
+ rack (>= 2.2.4, < 4)
221
+ sprockets-rails (3.5.2)
222
+ actionpack (>= 6.1)
223
+ activesupport (>= 6.1)
224
+ sprockets (>= 3.0.0)
225
+ thor (1.3.2)
226
+ timeout (0.4.3)
227
+ tomlrb (2.0.3)
228
+ tzinfo (2.0.6)
229
+ concurrent-ruby (~> 1.0)
230
+ unicode-display_width (2.6.0)
231
+ websocket-driver (0.7.6)
232
+ websocket-extensions (>= 0.1.0)
233
+ websocket-extensions (0.1.5)
234
+ with_env (1.1.0)
235
+ xml-simple (1.1.9)
236
+ rexml
237
+ zeitwerk (2.6.18)
238
+
239
+ PLATFORMS
240
+ arm64-darwin-22
241
+ ruby
242
+ x86_64-linux
243
+
244
+ DEPENDENCIES
245
+ appraisal (~> 2.5.0)
246
+ license_finder (~> 7.0)
247
+ net-imap (< 0.5.0)
248
+ pry (>= 0.14.2)
249
+ pry-byebug (= 3.10.1)
250
+ rails (= 6.1.7.7)
251
+ rake (~> 13.0)
252
+ rspec (~> 3.0)
253
+ rubocop-powerhome!
254
+ zeitwerk (< 2.7.0)
255
+
256
+ BUNDLED WITH
257
+ 2.5.23
@@ -0,0 +1,9 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "net-imap", "< 0.5.0"
6
+ gem "zeitwerk", "< 2.7.0"
7
+ gem "rails", "7.0.8.1"
8
+
9
+ gemspec path: "../"
@@ -0,0 +1,256 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ rubocop-powerhome (0.5.4)
5
+ rubocop (= 1.74.0)
6
+ rubocop-performance
7
+ rubocop-rails
8
+ rubocop-rake
9
+ rubocop-rspec
10
+
11
+ GEM
12
+ remote: https://rubygems.org/
13
+ specs:
14
+ actioncable (7.0.8.1)
15
+ actionpack (= 7.0.8.1)
16
+ activesupport (= 7.0.8.1)
17
+ nio4r (~> 2.0)
18
+ websocket-driver (>= 0.6.1)
19
+ actionmailbox (7.0.8.1)
20
+ actionpack (= 7.0.8.1)
21
+ activejob (= 7.0.8.1)
22
+ activerecord (= 7.0.8.1)
23
+ activestorage (= 7.0.8.1)
24
+ activesupport (= 7.0.8.1)
25
+ mail (>= 2.7.1)
26
+ net-imap
27
+ net-pop
28
+ net-smtp
29
+ actionmailer (7.0.8.1)
30
+ actionpack (= 7.0.8.1)
31
+ actionview (= 7.0.8.1)
32
+ activejob (= 7.0.8.1)
33
+ activesupport (= 7.0.8.1)
34
+ mail (~> 2.5, >= 2.5.4)
35
+ net-imap
36
+ net-pop
37
+ net-smtp
38
+ rails-dom-testing (~> 2.0)
39
+ actionpack (7.0.8.1)
40
+ actionview (= 7.0.8.1)
41
+ activesupport (= 7.0.8.1)
42
+ rack (~> 2.0, >= 2.2.4)
43
+ rack-test (>= 0.6.3)
44
+ rails-dom-testing (~> 2.0)
45
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
46
+ actiontext (7.0.8.1)
47
+ actionpack (= 7.0.8.1)
48
+ activerecord (= 7.0.8.1)
49
+ activestorage (= 7.0.8.1)
50
+ activesupport (= 7.0.8.1)
51
+ globalid (>= 0.6.0)
52
+ nokogiri (>= 1.8.5)
53
+ actionview (7.0.8.1)
54
+ activesupport (= 7.0.8.1)
55
+ builder (~> 3.1)
56
+ erubi (~> 1.4)
57
+ rails-dom-testing (~> 2.0)
58
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
59
+ activejob (7.0.8.1)
60
+ activesupport (= 7.0.8.1)
61
+ globalid (>= 0.3.6)
62
+ activemodel (7.0.8.1)
63
+ activesupport (= 7.0.8.1)
64
+ activerecord (7.0.8.1)
65
+ activemodel (= 7.0.8.1)
66
+ activesupport (= 7.0.8.1)
67
+ activestorage (7.0.8.1)
68
+ actionpack (= 7.0.8.1)
69
+ activejob (= 7.0.8.1)
70
+ activerecord (= 7.0.8.1)
71
+ activesupport (= 7.0.8.1)
72
+ marcel (~> 1.0)
73
+ mini_mime (>= 1.1.0)
74
+ activesupport (7.0.8.1)
75
+ concurrent-ruby (~> 1.0, >= 1.0.2)
76
+ i18n (>= 1.6, < 2)
77
+ minitest (>= 5.1)
78
+ tzinfo (~> 2.0)
79
+ appraisal (2.5.0)
80
+ bundler
81
+ rake
82
+ thor (>= 0.14.0)
83
+ ast (2.4.2)
84
+ builder (3.3.0)
85
+ byebug (11.1.3)
86
+ coderay (1.1.3)
87
+ concurrent-ruby (1.3.4)
88
+ crass (1.0.6)
89
+ csv (3.3.1)
90
+ date (3.4.1)
91
+ diff-lcs (1.5.1)
92
+ erubi (1.13.0)
93
+ globalid (1.2.1)
94
+ activesupport (>= 6.1)
95
+ i18n (1.14.6)
96
+ concurrent-ruby (~> 1.0)
97
+ json (2.9.0)
98
+ language_server-protocol (3.17.0.3)
99
+ license_finder (7.2.1)
100
+ bundler
101
+ csv (~> 3.2)
102
+ rubyzip (>= 1, < 3)
103
+ thor (~> 1.2)
104
+ tomlrb (>= 1.3, < 2.1)
105
+ with_env (= 1.1.0)
106
+ xml-simple (~> 1.1.9)
107
+ lint_roller (1.1.0)
108
+ loofah (2.23.1)
109
+ crass (~> 1.0.2)
110
+ nokogiri (>= 1.12.0)
111
+ mail (2.8.1)
112
+ mini_mime (>= 0.1.1)
113
+ net-imap
114
+ net-pop
115
+ net-smtp
116
+ marcel (1.0.4)
117
+ method_source (1.1.0)
118
+ mini_mime (1.1.5)
119
+ mini_portile2 (2.8.8)
120
+ minitest (5.25.4)
121
+ net-imap (0.4.18)
122
+ date
123
+ net-protocol
124
+ net-pop (0.1.2)
125
+ net-protocol
126
+ net-protocol (0.2.2)
127
+ timeout
128
+ net-smtp (0.5.0)
129
+ net-protocol
130
+ nio4r (2.7.4)
131
+ nokogiri (1.17.2)
132
+ mini_portile2 (~> 2.8.2)
133
+ racc (~> 1.4)
134
+ nokogiri (1.17.2-arm64-darwin)
135
+ racc (~> 1.4)
136
+ nokogiri (1.17.2-x86_64-linux)
137
+ racc (~> 1.4)
138
+ parallel (1.26.3)
139
+ parser (3.3.6.0)
140
+ ast (~> 2.4.1)
141
+ racc
142
+ pry (0.14.2)
143
+ coderay (~> 1.1)
144
+ method_source (~> 1.0)
145
+ pry-byebug (3.10.1)
146
+ byebug (~> 11.0)
147
+ pry (>= 0.13, < 0.15)
148
+ racc (1.8.1)
149
+ rack (2.2.10)
150
+ rack-test (2.1.0)
151
+ rack (>= 1.3)
152
+ rails (7.0.8.1)
153
+ actioncable (= 7.0.8.1)
154
+ actionmailbox (= 7.0.8.1)
155
+ actionmailer (= 7.0.8.1)
156
+ actionpack (= 7.0.8.1)
157
+ actiontext (= 7.0.8.1)
158
+ actionview (= 7.0.8.1)
159
+ activejob (= 7.0.8.1)
160
+ activemodel (= 7.0.8.1)
161
+ activerecord (= 7.0.8.1)
162
+ activestorage (= 7.0.8.1)
163
+ activesupport (= 7.0.8.1)
164
+ bundler (>= 1.15.0)
165
+ railties (= 7.0.8.1)
166
+ rails-dom-testing (2.2.0)
167
+ activesupport (>= 5.0.0)
168
+ minitest
169
+ nokogiri (>= 1.6)
170
+ rails-html-sanitizer (1.6.2)
171
+ loofah (~> 2.21)
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)
173
+ railties (7.0.8.1)
174
+ actionpack (= 7.0.8.1)
175
+ activesupport (= 7.0.8.1)
176
+ method_source
177
+ rake (>= 12.2)
178
+ thor (~> 1.0)
179
+ zeitwerk (~> 2.5)
180
+ rainbow (3.1.1)
181
+ rake (13.2.1)
182
+ regexp_parser (2.9.3)
183
+ rexml (3.4.0)
184
+ rspec (3.13.0)
185
+ rspec-core (~> 3.13.0)
186
+ rspec-expectations (~> 3.13.0)
187
+ rspec-mocks (~> 3.13.0)
188
+ rspec-core (3.13.2)
189
+ rspec-support (~> 3.13.0)
190
+ rspec-expectations (3.13.3)
191
+ diff-lcs (>= 1.2.0, < 2.0)
192
+ rspec-support (~> 3.13.0)
193
+ rspec-mocks (3.13.2)
194
+ diff-lcs (>= 1.2.0, < 2.0)
195
+ rspec-support (~> 3.13.0)
196
+ rspec-support (3.13.2)
197
+ rubocop (1.74.0)
198
+ json (~> 2.3)
199
+ language_server-protocol (~> 3.17.0.2)
200
+ lint_roller (~> 1.1.0)
201
+ parallel (~> 1.10)
202
+ parser (>= 3.3.0.2)
203
+ rainbow (>= 2.2.2, < 4.0)
204
+ regexp_parser (>= 2.9.3, < 3.0)
205
+ rubocop-ast (>= 1.38.0, < 2.0)
206
+ ruby-progressbar (~> 1.7)
207
+ unicode-display_width (>= 2.4.0, < 4.0)
208
+ rubocop-ast (1.39.0)
209
+ parser (>= 3.3.1.0)
210
+ rubocop-performance (1.23.0)
211
+ rubocop (>= 1.48.1, < 2.0)
212
+ rubocop-ast (>= 1.31.1, < 2.0)
213
+ rubocop-rails (2.27.0)
214
+ activesupport (>= 4.2.0)
215
+ rack (>= 1.1)
216
+ rubocop (>= 1.52.0, < 2.0)
217
+ rubocop-ast (>= 1.31.1, < 2.0)
218
+ rubocop-rake (0.6.0)
219
+ rubocop (~> 1.0)
220
+ rubocop-rspec (3.3.0)
221
+ rubocop (~> 1.61)
222
+ ruby-progressbar (1.13.0)
223
+ rubyzip (2.3.2)
224
+ thor (1.3.2)
225
+ timeout (0.4.3)
226
+ tomlrb (2.0.3)
227
+ tzinfo (2.0.6)
228
+ concurrent-ruby (~> 1.0)
229
+ unicode-display_width (2.6.0)
230
+ websocket-driver (0.7.6)
231
+ websocket-extensions (>= 0.1.0)
232
+ websocket-extensions (0.1.5)
233
+ with_env (1.1.0)
234
+ xml-simple (1.1.9)
235
+ rexml
236
+ zeitwerk (2.6.18)
237
+
238
+ PLATFORMS
239
+ arm64-darwin-22
240
+ ruby
241
+ x86_64-linux
242
+
243
+ DEPENDENCIES
244
+ appraisal (~> 2.5.0)
245
+ license_finder (~> 7.0)
246
+ net-imap (< 0.5.0)
247
+ pry (>= 0.14.2)
248
+ pry-byebug (= 3.10.1)
249
+ rails (= 7.0.8.1)
250
+ rake (~> 13.0)
251
+ rspec (~> 3.0)
252
+ rubocop-powerhome!
253
+ zeitwerk (< 2.7.0)
254
+
255
+ BUNDLED WITH
256
+ 2.5.23
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Powerhome
5
- VERSION = "0.5.2"
5
+ VERSION = "0.5.4"
6
6
  end
7
7
  end
@@ -1,14 +1,19 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require "rubocop"
4
- require "rubocop-performance"
5
- require "rubocop-rails"
6
- require "rubocop-rake"
7
- require "rubocop-rspec"
8
4
 
9
5
  require_relative "rubocop/powerhome"
10
-
11
- RuboCop::Powerhome::Inject.defaults!
12
-
13
6
  require_relative "rubocop/cop/naming_cops"
14
7
  require_relative "rubocop/cop/style_cops"
8
+
9
+ def load_rubocop_extension(extension)
10
+ RuboCop::ConfigLoader.add_loaded_features(extension)
11
+ require extension
12
+ end
13
+
14
+ load_rubocop_extension "rubocop-performance"
15
+ load_rubocop_extension "rubocop-rails"
16
+ load_rubocop_extension "rubocop-rake"
17
+ load_rubocop_extension "rubocop-rspec"
18
+
19
+ RuboCop::Powerhome::Inject.defaults!
@@ -10,9 +10,9 @@ 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/power_linting"
13
+ spec.homepage = "https://github.com/powerhome/power-tools/blob/main/packages/rubocop-powerhome/"
14
14
  spec.license = "MIT"
15
- spec.required_ruby_version = ">= 2.7.0"
15
+ spec.required_ruby_version = ">= 3.0"
16
16
 
17
17
  spec.metadata["homepage_uri"] = spec.homepage
18
18
  spec.metadata["source_code_uri"] = spec.homepage
@@ -35,16 +35,18 @@ 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_runtime_dependency "rubocop", "~> 1.37"
39
- spec.add_runtime_dependency "rubocop-performance"
40
- spec.add_runtime_dependency "rubocop-rails"
41
- spec.add_runtime_dependency "rubocop-rake"
42
- spec.add_runtime_dependency "rubocop-rspec"
38
+ spec.add_dependency "rubocop", "1.74.0"
39
+ spec.add_dependency "rubocop-performance"
40
+ spec.add_dependency "rubocop-rails"
41
+ spec.add_dependency "rubocop-rake"
42
+ spec.add_dependency "rubocop-rspec"
43
43
  spec.metadata["rubygems_mfa_required"] = "true"
44
44
 
45
+ spec.add_development_dependency "appraisal", "~> 2.5.0"
45
46
  spec.add_development_dependency "license_finder", "~> 7.0"
46
- spec.add_development_dependency "pry-byebug", "3.9.0"
47
- spec.add_development_dependency "rails", ">= 5.2.8.1", "< 7.1"
47
+ spec.add_development_dependency "pry", ">= 0.14.2"
48
+ spec.add_development_dependency "pry-byebug", "3.10.1"
49
+ spec.add_development_dependency "rails", ">= 6.0.6.1", "< 7.1"
48
50
  spec.add_development_dependency "rake", "~> 13.0"
49
51
  spec.add_development_dependency "rspec", "~> 3.0"
50
52
  end
metadata CHANGED
@@ -1,30 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-powerhome
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
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: 2023-02-08 00:00:00.000000000 Z
11
+ date: 2025-03-19 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: rubocop
16
15
  requirement: !ruby/object:Gem::Requirement
17
16
  requirements:
18
- - - "~>"
17
+ - - '='
19
18
  - !ruby/object:Gem::Version
20
- version: '1.37'
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.37'
26
+ version: 1.74.0
28
27
  - !ruby/object:Gem::Dependency
29
28
  name: rubocop-performance
30
29
  requirement: !ruby/object:Gem::Requirement
@@ -81,6 +80,20 @@ dependencies:
81
80
  - - ">="
82
81
  - !ruby/object:Gem::Version
83
82
  version: '0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: appraisal
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: 2.5.0
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: 2.5.0
84
97
  - !ruby/object:Gem::Dependency
85
98
  name: license_finder
86
99
  requirement: !ruby/object:Gem::Requirement
@@ -95,27 +108,41 @@ dependencies:
95
108
  - - "~>"
96
109
  - !ruby/object:Gem::Version
97
110
  version: '7.0'
111
+ - !ruby/object:Gem::Dependency
112
+ name: pry
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - ">="
116
+ - !ruby/object:Gem::Version
117
+ version: 0.14.2
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - ">="
123
+ - !ruby/object:Gem::Version
124
+ version: 0.14.2
98
125
  - !ruby/object:Gem::Dependency
99
126
  name: pry-byebug
100
127
  requirement: !ruby/object:Gem::Requirement
101
128
  requirements:
102
129
  - - '='
103
130
  - !ruby/object:Gem::Version
104
- version: 3.9.0
131
+ version: 3.10.1
105
132
  type: :development
106
133
  prerelease: false
107
134
  version_requirements: !ruby/object:Gem::Requirement
108
135
  requirements:
109
136
  - - '='
110
137
  - !ruby/object:Gem::Version
111
- version: 3.9.0
138
+ version: 3.10.1
112
139
  - !ruby/object:Gem::Dependency
113
140
  name: rails
114
141
  requirement: !ruby/object:Gem::Requirement
115
142
  requirements:
116
143
  - - ">="
117
144
  - !ruby/object:Gem::Version
118
- version: 5.2.8.1
145
+ version: 6.0.6.1
119
146
  - - "<"
120
147
  - !ruby/object:Gem::Version
121
148
  version: '7.1'
@@ -125,7 +152,7 @@ dependencies:
125
152
  requirements:
126
153
  - - ">="
127
154
  - !ruby/object:Gem::Version
128
- version: 5.2.8.1
155
+ version: 6.0.6.1
129
156
  - - "<"
130
157
  - !ruby/object:Gem::Version
131
158
  version: '7.1'
@@ -166,13 +193,21 @@ extensions: []
166
193
  extra_rdoc_files: []
167
194
  files:
168
195
  - ".rubocop.yml"
196
+ - Appraisals
169
197
  - CHANGELOG.md
170
198
  - Gemfile
199
+ - Gemfile.lock
171
200
  - LICENSE.txt
172
201
  - Rakefile
173
202
  - config/default.yml
174
203
  - doc/dependency_decisions.yml
175
204
  - docs/README.md
205
+ - gemfiles/rails_6_0.gemfile
206
+ - gemfiles/rails_6_0.gemfile.lock
207
+ - gemfiles/rails_6_1.gemfile
208
+ - gemfiles/rails_6_1.gemfile.lock
209
+ - gemfiles/rails_7_0.gemfile
210
+ - gemfiles/rails_7_0.gemfile.lock
176
211
  - lib/rubocop-powerhome.rb
177
212
  - lib/rubocop/cop/naming/view_component.rb
178
213
  - lib/rubocop/cop/naming_cops.rb
@@ -184,15 +219,14 @@ files:
184
219
  - mkdocs.yml
185
220
  - rubocop-powerhome.gemspec
186
221
  - sig/rubocop/powerhome.rbs
187
- homepage: https://github.com/powerhome/power_linting
222
+ homepage: https://github.com/powerhome/power-tools/blob/main/packages/rubocop-powerhome/
188
223
  licenses:
189
224
  - MIT
190
225
  metadata:
191
- homepage_uri: https://github.com/powerhome/power_linting
192
- source_code_uri: https://github.com/powerhome/power_linting
193
- changelog_uri: https://github.com/powerhome/power_linting/CHANGELOG.md
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
194
229
  rubygems_mfa_required: 'true'
195
- post_install_message:
196
230
  rdoc_options: []
197
231
  require_paths:
198
232
  - lib
@@ -200,15 +234,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
200
234
  requirements:
201
235
  - - ">="
202
236
  - !ruby/object:Gem::Version
203
- version: 2.7.0
237
+ version: '3.0'
204
238
  required_rubygems_version: !ruby/object:Gem::Requirement
205
239
  requirements:
206
240
  - - ">="
207
241
  - !ruby/object:Gem::Version
208
242
  version: '0'
209
243
  requirements: []
210
- rubygems_version: 3.4.1
211
- signing_key:
244
+ rubygems_version: 3.6.2
212
245
  specification_version: 4
213
246
  summary: Powerhome Rubocop standard rules
214
247
  test_files: []