rubocop-powerhome 0.5.2 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cc59128513cac972dea475bb8aa4fdc762ce8ee76db05e7f196ab2a286efdf54
4
- data.tar.gz: 6aa3bdb0b8eb2025c4c474fbb2245ff345d20d96cde7aa1e96e16aeacae260c4
3
+ metadata.gz: ac5e4eab0af574547c14b55b0a0af49a2cba1ef4638d2352fa198f96a1664beb
4
+ data.tar.gz: '019f23b4cb412199c2f5fbbc460a8f2716c064fe3f10feed04150269eb90e5e3'
5
5
  SHA512:
6
- metadata.gz: 3969e0d7c69eea0495e62c8aa86c94f0b93dfc1c9b1b9cf8b7d5fc62444c194fd953e1e1e5bc8df4b8a95c39bbe046d1999839ab205c82186782d44188463b25
7
- data.tar.gz: b3d99ab3acbfe0f9a582a32f05bffd64bc0b2dc3b7399ae6a7c96236039d1eba0c4a5cb985676eb91a3c82c9eafb90b35b72da3cd0bcc1b7b285b810128634dc
6
+ metadata.gz: 99a117427454441dcc913d36acf8d38ad915efbcc6b12c0ce159dc07ab905bbfad863ac13706585fe41e30ac051c4b824cef4b6683646201b14cf8eadf1c29e2
7
+ data.tar.gz: 18679be9fe4b907abfaee0002e784373e7d48e52766c5909f761a3a762dda573eaf6161d88943165e7afaf6f660cad6f020f50571ba8ee755f12ed953417a250
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/Gemfile CHANGED
@@ -4,6 +4,3 @@ source "https://rubygems.org"
4
4
 
5
5
  # Specify your gem's dependencies in rubocop-powerhome.gemspec
6
6
  gemspec
7
-
8
- rails_version = ENV.fetch("RAILS_VERSION", ">= 5.2.8.1")
9
- gem "rails", rails_version
data/Gemfile.lock ADDED
@@ -0,0 +1,254 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ rubocop-powerhome (0.5.3)
5
+ rubocop (= 1.66.1)
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.4)
15
+ actionpack (= 7.0.8.4)
16
+ activesupport (= 7.0.8.4)
17
+ nio4r (~> 2.0)
18
+ websocket-driver (>= 0.6.1)
19
+ actionmailbox (7.0.8.4)
20
+ actionpack (= 7.0.8.4)
21
+ activejob (= 7.0.8.4)
22
+ activerecord (= 7.0.8.4)
23
+ activestorage (= 7.0.8.4)
24
+ activesupport (= 7.0.8.4)
25
+ mail (>= 2.7.1)
26
+ net-imap
27
+ net-pop
28
+ net-smtp
29
+ actionmailer (7.0.8.4)
30
+ actionpack (= 7.0.8.4)
31
+ actionview (= 7.0.8.4)
32
+ activejob (= 7.0.8.4)
33
+ activesupport (= 7.0.8.4)
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.4)
40
+ actionview (= 7.0.8.4)
41
+ activesupport (= 7.0.8.4)
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.4)
47
+ actionpack (= 7.0.8.4)
48
+ activerecord (= 7.0.8.4)
49
+ activestorage (= 7.0.8.4)
50
+ activesupport (= 7.0.8.4)
51
+ globalid (>= 0.6.0)
52
+ nokogiri (>= 1.8.5)
53
+ actionview (7.0.8.4)
54
+ activesupport (= 7.0.8.4)
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.4)
60
+ activesupport (= 7.0.8.4)
61
+ globalid (>= 0.3.6)
62
+ activemodel (7.0.8.4)
63
+ activesupport (= 7.0.8.4)
64
+ activerecord (7.0.8.4)
65
+ activemodel (= 7.0.8.4)
66
+ activesupport (= 7.0.8.4)
67
+ activestorage (7.0.8.4)
68
+ actionpack (= 7.0.8.4)
69
+ activejob (= 7.0.8.4)
70
+ activerecord (= 7.0.8.4)
71
+ activesupport (= 7.0.8.4)
72
+ marcel (~> 1.0)
73
+ mini_mime (>= 1.1.0)
74
+ activesupport (7.0.8.4)
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.3)
88
+ crass (1.0.6)
89
+ csv (3.3.0)
90
+ date (3.3.4)
91
+ diff-lcs (1.5.1)
92
+ erubi (1.13.0)
93
+ globalid (1.2.1)
94
+ activesupport (>= 6.1)
95
+ i18n (1.14.5)
96
+ concurrent-ruby (~> 1.0)
97
+ json (2.7.2)
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
+ loofah (2.22.0)
108
+ crass (~> 1.0.2)
109
+ nokogiri (>= 1.12.0)
110
+ mail (2.8.1)
111
+ mini_mime (>= 0.1.1)
112
+ net-imap
113
+ net-pop
114
+ net-smtp
115
+ marcel (1.0.4)
116
+ method_source (1.1.0)
117
+ mini_mime (1.1.5)
118
+ mini_portile2 (2.8.7)
119
+ minitest (5.24.1)
120
+ net-imap (0.4.14)
121
+ date
122
+ net-protocol
123
+ net-pop (0.1.2)
124
+ net-protocol
125
+ net-protocol (0.2.2)
126
+ timeout
127
+ net-smtp (0.5.0)
128
+ net-protocol
129
+ nio4r (2.7.3)
130
+ nokogiri (1.16.7)
131
+ mini_portile2 (~> 2.8.2)
132
+ racc (~> 1.4)
133
+ nokogiri (1.16.7-arm64-darwin)
134
+ racc (~> 1.4)
135
+ nokogiri (1.16.7-x86_64-linux)
136
+ racc (~> 1.4)
137
+ parallel (1.26.3)
138
+ parser (3.3.5.0)
139
+ ast (~> 2.4.1)
140
+ racc
141
+ pry (0.14.2)
142
+ coderay (~> 1.1)
143
+ method_source (~> 1.0)
144
+ pry-byebug (3.10.1)
145
+ byebug (~> 11.0)
146
+ pry (>= 0.13, < 0.15)
147
+ racc (1.8.1)
148
+ rack (2.2.9)
149
+ rack-test (2.1.0)
150
+ rack (>= 1.3)
151
+ rails (7.0.8.4)
152
+ actioncable (= 7.0.8.4)
153
+ actionmailbox (= 7.0.8.4)
154
+ actionmailer (= 7.0.8.4)
155
+ actionpack (= 7.0.8.4)
156
+ actiontext (= 7.0.8.4)
157
+ actionview (= 7.0.8.4)
158
+ activejob (= 7.0.8.4)
159
+ activemodel (= 7.0.8.4)
160
+ activerecord (= 7.0.8.4)
161
+ activestorage (= 7.0.8.4)
162
+ activesupport (= 7.0.8.4)
163
+ bundler (>= 1.15.0)
164
+ railties (= 7.0.8.4)
165
+ rails-dom-testing (2.2.0)
166
+ activesupport (>= 5.0.0)
167
+ minitest
168
+ nokogiri (>= 1.6)
169
+ rails-html-sanitizer (1.6.0)
170
+ loofah (~> 2.21)
171
+ nokogiri (~> 1.14)
172
+ railties (7.0.8.4)
173
+ actionpack (= 7.0.8.4)
174
+ activesupport (= 7.0.8.4)
175
+ method_source
176
+ rake (>= 12.2)
177
+ thor (~> 1.0)
178
+ zeitwerk (~> 2.5)
179
+ rainbow (3.1.1)
180
+ rake (13.2.1)
181
+ regexp_parser (2.9.2)
182
+ rexml (3.3.2)
183
+ strscan
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.0)
189
+ rspec-support (~> 3.13.0)
190
+ rspec-expectations (3.13.1)
191
+ diff-lcs (>= 1.2.0, < 2.0)
192
+ rspec-support (~> 3.13.0)
193
+ rspec-mocks (3.13.1)
194
+ diff-lcs (>= 1.2.0, < 2.0)
195
+ rspec-support (~> 3.13.0)
196
+ rspec-support (3.13.1)
197
+ rubocop (1.66.1)
198
+ json (~> 2.3)
199
+ language_server-protocol (>= 3.17.0)
200
+ parallel (~> 1.10)
201
+ parser (>= 3.3.0.2)
202
+ rainbow (>= 2.2.2, < 4.0)
203
+ regexp_parser (>= 2.4, < 3.0)
204
+ rubocop-ast (>= 1.32.2, < 2.0)
205
+ ruby-progressbar (~> 1.7)
206
+ unicode-display_width (>= 2.4.0, < 3.0)
207
+ rubocop-ast (1.32.3)
208
+ parser (>= 3.3.1.0)
209
+ rubocop-performance (1.22.1)
210
+ rubocop (>= 1.48.1, < 2.0)
211
+ rubocop-ast (>= 1.31.1, < 2.0)
212
+ rubocop-rails (2.26.2)
213
+ activesupport (>= 4.2.0)
214
+ rack (>= 1.1)
215
+ rubocop (>= 1.52.0, < 2.0)
216
+ rubocop-ast (>= 1.31.1, < 2.0)
217
+ rubocop-rake (0.6.0)
218
+ rubocop (~> 1.0)
219
+ rubocop-rspec (3.1.0)
220
+ rubocop (~> 1.61)
221
+ ruby-progressbar (1.13.0)
222
+ rubyzip (2.3.2)
223
+ strscan (3.1.0)
224
+ thor (1.3.1)
225
+ timeout (0.4.1)
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.17)
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
+ pry (>= 0.14.2)
247
+ pry-byebug (= 3.10.1)
248
+ rails (>= 6.0.6.1, < 7.1)
249
+ rake (~> 13.0)
250
+ rspec (~> 3.0)
251
+ rubocop-powerhome!
252
+
253
+ BUNDLED WITH
254
+ 2.3.24
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,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "6.0.6.1"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,252 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ rubocop-powerhome (0.5.3)
5
+ rubocop (= 1.66.1)
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.2.4)
75
+ byebug (11.1.3)
76
+ coderay (1.1.3)
77
+ concurrent-ruby (1.2.3)
78
+ crass (1.0.6)
79
+ csv (3.3.0)
80
+ date (3.3.4)
81
+ diff-lcs (1.5.1)
82
+ erubi (1.12.0)
83
+ globalid (1.1.0)
84
+ activesupport (>= 5.0)
85
+ i18n (1.14.5)
86
+ concurrent-ruby (~> 1.0)
87
+ json (2.7.2)
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
+ loofah (2.22.0)
98
+ crass (~> 1.0.2)
99
+ nokogiri (>= 1.12.0)
100
+ mail (2.8.1)
101
+ mini_mime (>= 0.1.1)
102
+ net-imap
103
+ net-pop
104
+ net-smtp
105
+ marcel (1.0.4)
106
+ method_source (1.1.0)
107
+ mini_mime (1.1.5)
108
+ mini_portile2 (2.8.6)
109
+ minitest (5.23.0)
110
+ net-imap (0.4.11)
111
+ date
112
+ net-protocol
113
+ net-pop (0.1.2)
114
+ net-protocol
115
+ net-protocol (0.2.2)
116
+ timeout
117
+ net-smtp (0.5.0)
118
+ net-protocol
119
+ nio4r (2.7.3)
120
+ nokogiri (1.16.5)
121
+ mini_portile2 (~> 2.8.2)
122
+ racc (~> 1.4)
123
+ nokogiri (1.16.5-arm64-darwin)
124
+ racc (~> 1.4)
125
+ nokogiri (1.16.5-x86_64-linux)
126
+ racc (~> 1.4)
127
+ parallel (1.26.3)
128
+ parser (3.3.5.0)
129
+ ast (~> 2.4.1)
130
+ racc
131
+ pry (0.14.2)
132
+ coderay (~> 1.1)
133
+ method_source (~> 1.0)
134
+ pry-byebug (3.10.1)
135
+ byebug (~> 11.0)
136
+ pry (>= 0.13, < 0.15)
137
+ racc (1.8.0)
138
+ rack (2.2.9)
139
+ rack-test (2.1.0)
140
+ rack (>= 1.3)
141
+ rails (6.0.6.1)
142
+ actioncable (= 6.0.6.1)
143
+ actionmailbox (= 6.0.6.1)
144
+ actionmailer (= 6.0.6.1)
145
+ actionpack (= 6.0.6.1)
146
+ actiontext (= 6.0.6.1)
147
+ actionview (= 6.0.6.1)
148
+ activejob (= 6.0.6.1)
149
+ activemodel (= 6.0.6.1)
150
+ activerecord (= 6.0.6.1)
151
+ activestorage (= 6.0.6.1)
152
+ activesupport (= 6.0.6.1)
153
+ bundler (>= 1.3.0)
154
+ railties (= 6.0.6.1)
155
+ sprockets-rails (>= 2.0.0)
156
+ rails-dom-testing (2.2.0)
157
+ activesupport (>= 5.0.0)
158
+ minitest
159
+ nokogiri (>= 1.6)
160
+ rails-html-sanitizer (1.6.0)
161
+ loofah (~> 2.21)
162
+ nokogiri (~> 1.14)
163
+ railties (6.0.6.1)
164
+ actionpack (= 6.0.6.1)
165
+ activesupport (= 6.0.6.1)
166
+ method_source
167
+ rake (>= 0.8.7)
168
+ thor (>= 0.20.3, < 2.0)
169
+ rainbow (3.1.1)
170
+ rake (13.2.1)
171
+ regexp_parser (2.9.2)
172
+ rexml (3.2.8)
173
+ strscan (>= 3.0.9)
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.0)
179
+ rspec-support (~> 3.13.0)
180
+ rspec-expectations (3.13.0)
181
+ diff-lcs (>= 1.2.0, < 2.0)
182
+ rspec-support (~> 3.13.0)
183
+ rspec-mocks (3.13.1)
184
+ diff-lcs (>= 1.2.0, < 2.0)
185
+ rspec-support (~> 3.13.0)
186
+ rspec-support (3.13.1)
187
+ rubocop (1.66.1)
188
+ json (~> 2.3)
189
+ language_server-protocol (>= 3.17.0)
190
+ parallel (~> 1.10)
191
+ parser (>= 3.3.0.2)
192
+ rainbow (>= 2.2.2, < 4.0)
193
+ regexp_parser (>= 2.4, < 3.0)
194
+ rubocop-ast (>= 1.32.2, < 2.0)
195
+ ruby-progressbar (~> 1.7)
196
+ unicode-display_width (>= 2.4.0, < 3.0)
197
+ rubocop-ast (1.32.3)
198
+ parser (>= 3.3.1.0)
199
+ rubocop-performance (1.22.1)
200
+ rubocop (>= 1.48.1, < 2.0)
201
+ rubocop-ast (>= 1.31.1, < 2.0)
202
+ rubocop-rails (2.26.2)
203
+ activesupport (>= 4.2.0)
204
+ rack (>= 1.1)
205
+ rubocop (>= 1.52.0, < 2.0)
206
+ rubocop-ast (>= 1.31.1, < 2.0)
207
+ rubocop-rake (0.6.0)
208
+ rubocop (~> 1.0)
209
+ rubocop-rspec (3.1.0)
210
+ rubocop (~> 1.61)
211
+ ruby-progressbar (1.13.0)
212
+ rubyzip (2.3.2)
213
+ sprockets (4.2.1)
214
+ concurrent-ruby (~> 1.0)
215
+ rack (>= 2.2.4, < 4)
216
+ sprockets-rails (3.4.2)
217
+ actionpack (>= 5.2)
218
+ activesupport (>= 5.2)
219
+ sprockets (>= 3.0.0)
220
+ strscan (3.1.0)
221
+ thor (1.3.1)
222
+ thread_safe (0.3.6)
223
+ timeout (0.4.1)
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.14)
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
+ pry (>= 0.14.2)
245
+ pry-byebug (= 3.10.1)
246
+ rails (= 6.0.6.1)
247
+ rake (~> 13.0)
248
+ rspec (~> 3.0)
249
+ rubocop-powerhome!
250
+
251
+ BUNDLED WITH
252
+ 2.3.24
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "6.1.7.7"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,255 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ rubocop-powerhome (0.5.3)
5
+ rubocop (= 1.66.1)
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.2.4)
79
+ byebug (11.1.3)
80
+ coderay (1.1.3)
81
+ concurrent-ruby (1.2.3)
82
+ crass (1.0.6)
83
+ csv (3.3.0)
84
+ date (3.3.4)
85
+ diff-lcs (1.5.1)
86
+ erubi (1.12.0)
87
+ globalid (1.2.1)
88
+ activesupport (>= 6.1)
89
+ i18n (1.14.5)
90
+ concurrent-ruby (~> 1.0)
91
+ json (2.7.2)
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
+ loofah (2.22.0)
102
+ crass (~> 1.0.2)
103
+ nokogiri (>= 1.12.0)
104
+ mail (2.8.1)
105
+ mini_mime (>= 0.1.1)
106
+ net-imap
107
+ net-pop
108
+ net-smtp
109
+ marcel (1.0.4)
110
+ method_source (1.1.0)
111
+ mini_mime (1.1.5)
112
+ mini_portile2 (2.8.6)
113
+ minitest (5.23.0)
114
+ net-imap (0.4.11)
115
+ date
116
+ net-protocol
117
+ net-pop (0.1.2)
118
+ net-protocol
119
+ net-protocol (0.2.2)
120
+ timeout
121
+ net-smtp (0.5.0)
122
+ net-protocol
123
+ nio4r (2.7.3)
124
+ nokogiri (1.16.5)
125
+ mini_portile2 (~> 2.8.2)
126
+ racc (~> 1.4)
127
+ nokogiri (1.16.5-arm64-darwin)
128
+ racc (~> 1.4)
129
+ nokogiri (1.16.5-x86_64-linux)
130
+ racc (~> 1.4)
131
+ parallel (1.26.3)
132
+ parser (3.3.5.0)
133
+ ast (~> 2.4.1)
134
+ racc
135
+ pry (0.14.2)
136
+ coderay (~> 1.1)
137
+ method_source (~> 1.0)
138
+ pry-byebug (3.10.1)
139
+ byebug (~> 11.0)
140
+ pry (>= 0.13, < 0.15)
141
+ racc (1.8.0)
142
+ rack (2.2.9)
143
+ rack-test (2.1.0)
144
+ rack (>= 1.3)
145
+ rails (6.1.7.7)
146
+ actioncable (= 6.1.7.7)
147
+ actionmailbox (= 6.1.7.7)
148
+ actionmailer (= 6.1.7.7)
149
+ actionpack (= 6.1.7.7)
150
+ actiontext (= 6.1.7.7)
151
+ actionview (= 6.1.7.7)
152
+ activejob (= 6.1.7.7)
153
+ activemodel (= 6.1.7.7)
154
+ activerecord (= 6.1.7.7)
155
+ activestorage (= 6.1.7.7)
156
+ activesupport (= 6.1.7.7)
157
+ bundler (>= 1.15.0)
158
+ railties (= 6.1.7.7)
159
+ sprockets-rails (>= 2.0.0)
160
+ rails-dom-testing (2.2.0)
161
+ activesupport (>= 5.0.0)
162
+ minitest
163
+ nokogiri (>= 1.6)
164
+ rails-html-sanitizer (1.6.0)
165
+ loofah (~> 2.21)
166
+ nokogiri (~> 1.14)
167
+ railties (6.1.7.7)
168
+ actionpack (= 6.1.7.7)
169
+ activesupport (= 6.1.7.7)
170
+ method_source
171
+ rake (>= 12.2)
172
+ thor (~> 1.0)
173
+ rainbow (3.1.1)
174
+ rake (13.2.1)
175
+ regexp_parser (2.9.2)
176
+ rexml (3.2.8)
177
+ strscan (>= 3.0.9)
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.0)
183
+ rspec-support (~> 3.13.0)
184
+ rspec-expectations (3.13.0)
185
+ diff-lcs (>= 1.2.0, < 2.0)
186
+ rspec-support (~> 3.13.0)
187
+ rspec-mocks (3.13.1)
188
+ diff-lcs (>= 1.2.0, < 2.0)
189
+ rspec-support (~> 3.13.0)
190
+ rspec-support (3.13.1)
191
+ rubocop (1.66.1)
192
+ json (~> 2.3)
193
+ language_server-protocol (>= 3.17.0)
194
+ parallel (~> 1.10)
195
+ parser (>= 3.3.0.2)
196
+ rainbow (>= 2.2.2, < 4.0)
197
+ regexp_parser (>= 2.4, < 3.0)
198
+ rubocop-ast (>= 1.32.2, < 2.0)
199
+ ruby-progressbar (~> 1.7)
200
+ unicode-display_width (>= 2.4.0, < 3.0)
201
+ rubocop-ast (1.32.3)
202
+ parser (>= 3.3.1.0)
203
+ rubocop-performance (1.22.1)
204
+ rubocop (>= 1.48.1, < 2.0)
205
+ rubocop-ast (>= 1.31.1, < 2.0)
206
+ rubocop-rails (2.26.2)
207
+ activesupport (>= 4.2.0)
208
+ rack (>= 1.1)
209
+ rubocop (>= 1.52.0, < 2.0)
210
+ rubocop-ast (>= 1.31.1, < 2.0)
211
+ rubocop-rake (0.6.0)
212
+ rubocop (~> 1.0)
213
+ rubocop-rspec (3.1.0)
214
+ rubocop (~> 1.61)
215
+ ruby-progressbar (1.13.0)
216
+ rubyzip (2.3.2)
217
+ sprockets (4.2.1)
218
+ concurrent-ruby (~> 1.0)
219
+ rack (>= 2.2.4, < 4)
220
+ sprockets-rails (3.4.2)
221
+ actionpack (>= 5.2)
222
+ activesupport (>= 5.2)
223
+ sprockets (>= 3.0.0)
224
+ strscan (3.1.0)
225
+ thor (1.3.1)
226
+ timeout (0.4.1)
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.14)
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
+ pry (>= 0.14.2)
248
+ pry-byebug (= 3.10.1)
249
+ rails (= 6.1.7.7)
250
+ rake (~> 13.0)
251
+ rspec (~> 3.0)
252
+ rubocop-powerhome!
253
+
254
+ BUNDLED WITH
255
+ 2.3.24
@@ -0,0 +1,7 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "7.0.8.1"
6
+
7
+ gemspec path: "../"
@@ -0,0 +1,254 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ rubocop-powerhome (0.5.3)
5
+ rubocop (= 1.66.1)
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.2.4)
85
+ byebug (11.1.3)
86
+ coderay (1.1.3)
87
+ concurrent-ruby (1.2.3)
88
+ crass (1.0.6)
89
+ csv (3.3.0)
90
+ date (3.3.4)
91
+ diff-lcs (1.5.1)
92
+ erubi (1.12.0)
93
+ globalid (1.2.1)
94
+ activesupport (>= 6.1)
95
+ i18n (1.14.5)
96
+ concurrent-ruby (~> 1.0)
97
+ json (2.7.2)
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
+ loofah (2.22.0)
108
+ crass (~> 1.0.2)
109
+ nokogiri (>= 1.12.0)
110
+ mail (2.8.1)
111
+ mini_mime (>= 0.1.1)
112
+ net-imap
113
+ net-pop
114
+ net-smtp
115
+ marcel (1.0.4)
116
+ method_source (1.1.0)
117
+ mini_mime (1.1.5)
118
+ mini_portile2 (2.8.6)
119
+ minitest (5.23.0)
120
+ net-imap (0.4.11)
121
+ date
122
+ net-protocol
123
+ net-pop (0.1.2)
124
+ net-protocol
125
+ net-protocol (0.2.2)
126
+ timeout
127
+ net-smtp (0.5.0)
128
+ net-protocol
129
+ nio4r (2.7.3)
130
+ nokogiri (1.16.5)
131
+ mini_portile2 (~> 2.8.2)
132
+ racc (~> 1.4)
133
+ nokogiri (1.16.5-arm64-darwin)
134
+ racc (~> 1.4)
135
+ nokogiri (1.16.5-x86_64-linux)
136
+ racc (~> 1.4)
137
+ parallel (1.26.3)
138
+ parser (3.3.5.0)
139
+ ast (~> 2.4.1)
140
+ racc
141
+ pry (0.14.2)
142
+ coderay (~> 1.1)
143
+ method_source (~> 1.0)
144
+ pry-byebug (3.10.1)
145
+ byebug (~> 11.0)
146
+ pry (>= 0.13, < 0.15)
147
+ racc (1.8.0)
148
+ rack (2.2.9)
149
+ rack-test (2.1.0)
150
+ rack (>= 1.3)
151
+ rails (7.0.8.1)
152
+ actioncable (= 7.0.8.1)
153
+ actionmailbox (= 7.0.8.1)
154
+ actionmailer (= 7.0.8.1)
155
+ actionpack (= 7.0.8.1)
156
+ actiontext (= 7.0.8.1)
157
+ actionview (= 7.0.8.1)
158
+ activejob (= 7.0.8.1)
159
+ activemodel (= 7.0.8.1)
160
+ activerecord (= 7.0.8.1)
161
+ activestorage (= 7.0.8.1)
162
+ activesupport (= 7.0.8.1)
163
+ bundler (>= 1.15.0)
164
+ railties (= 7.0.8.1)
165
+ rails-dom-testing (2.2.0)
166
+ activesupport (>= 5.0.0)
167
+ minitest
168
+ nokogiri (>= 1.6)
169
+ rails-html-sanitizer (1.6.0)
170
+ loofah (~> 2.21)
171
+ nokogiri (~> 1.14)
172
+ railties (7.0.8.1)
173
+ actionpack (= 7.0.8.1)
174
+ activesupport (= 7.0.8.1)
175
+ method_source
176
+ rake (>= 12.2)
177
+ thor (~> 1.0)
178
+ zeitwerk (~> 2.5)
179
+ rainbow (3.1.1)
180
+ rake (13.2.1)
181
+ regexp_parser (2.9.2)
182
+ rexml (3.2.8)
183
+ strscan (>= 3.0.9)
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.0)
189
+ rspec-support (~> 3.13.0)
190
+ rspec-expectations (3.13.0)
191
+ diff-lcs (>= 1.2.0, < 2.0)
192
+ rspec-support (~> 3.13.0)
193
+ rspec-mocks (3.13.1)
194
+ diff-lcs (>= 1.2.0, < 2.0)
195
+ rspec-support (~> 3.13.0)
196
+ rspec-support (3.13.1)
197
+ rubocop (1.66.1)
198
+ json (~> 2.3)
199
+ language_server-protocol (>= 3.17.0)
200
+ parallel (~> 1.10)
201
+ parser (>= 3.3.0.2)
202
+ rainbow (>= 2.2.2, < 4.0)
203
+ regexp_parser (>= 2.4, < 3.0)
204
+ rubocop-ast (>= 1.32.2, < 2.0)
205
+ ruby-progressbar (~> 1.7)
206
+ unicode-display_width (>= 2.4.0, < 3.0)
207
+ rubocop-ast (1.32.3)
208
+ parser (>= 3.3.1.0)
209
+ rubocop-performance (1.22.1)
210
+ rubocop (>= 1.48.1, < 2.0)
211
+ rubocop-ast (>= 1.31.1, < 2.0)
212
+ rubocop-rails (2.26.2)
213
+ activesupport (>= 4.2.0)
214
+ rack (>= 1.1)
215
+ rubocop (>= 1.52.0, < 2.0)
216
+ rubocop-ast (>= 1.31.1, < 2.0)
217
+ rubocop-rake (0.6.0)
218
+ rubocop (~> 1.0)
219
+ rubocop-rspec (3.1.0)
220
+ rubocop (~> 1.61)
221
+ ruby-progressbar (1.13.0)
222
+ rubyzip (2.3.2)
223
+ strscan (3.1.0)
224
+ thor (1.3.1)
225
+ timeout (0.4.1)
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.14)
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
+ pry (>= 0.14.2)
247
+ pry-byebug (= 3.10.1)
248
+ rails (= 7.0.8.1)
249
+ rake (~> 13.0)
250
+ rspec (~> 3.0)
251
+ rubocop-powerhome!
252
+
253
+ BUNDLED WITH
254
+ 2.3.24
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Powerhome
5
- VERSION = "0.5.2"
5
+ VERSION = "0.5.3"
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!
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.description = "Powerhome Rubocop standard rules"
13
13
  spec.homepage = "https://github.com/powerhome/power_linting"
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.66.1"
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,30 @@
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.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carlos Palhares
8
8
  - Garett Arrowood
9
- autorequire:
9
+ autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2023-02-08 00:00:00.000000000 Z
12
+ date: 2024-10-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rubocop
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - "~>"
18
+ - - '='
19
19
  - !ruby/object:Gem::Version
20
- version: '1.37'
20
+ version: 1.66.1
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - "~>"
25
+ - - '='
26
26
  - !ruby/object:Gem::Version
27
- version: '1.37'
27
+ version: 1.66.1
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: rubocop-performance
30
30
  requirement: !ruby/object:Gem::Requirement
@@ -81,6 +81,20 @@ dependencies:
81
81
  - - ">="
82
82
  - !ruby/object:Gem::Version
83
83
  version: '0'
84
+ - !ruby/object:Gem::Dependency
85
+ name: appraisal
86
+ requirement: !ruby/object:Gem::Requirement
87
+ requirements:
88
+ - - "~>"
89
+ - !ruby/object:Gem::Version
90
+ version: 2.5.0
91
+ type: :development
92
+ prerelease: false
93
+ version_requirements: !ruby/object:Gem::Requirement
94
+ requirements:
95
+ - - "~>"
96
+ - !ruby/object:Gem::Version
97
+ version: 2.5.0
84
98
  - !ruby/object:Gem::Dependency
85
99
  name: license_finder
86
100
  requirement: !ruby/object:Gem::Requirement
@@ -95,27 +109,41 @@ dependencies:
95
109
  - - "~>"
96
110
  - !ruby/object:Gem::Version
97
111
  version: '7.0'
112
+ - !ruby/object:Gem::Dependency
113
+ name: pry
114
+ requirement: !ruby/object:Gem::Requirement
115
+ requirements:
116
+ - - ">="
117
+ - !ruby/object:Gem::Version
118
+ version: 0.14.2
119
+ type: :development
120
+ prerelease: false
121
+ version_requirements: !ruby/object:Gem::Requirement
122
+ requirements:
123
+ - - ">="
124
+ - !ruby/object:Gem::Version
125
+ version: 0.14.2
98
126
  - !ruby/object:Gem::Dependency
99
127
  name: pry-byebug
100
128
  requirement: !ruby/object:Gem::Requirement
101
129
  requirements:
102
130
  - - '='
103
131
  - !ruby/object:Gem::Version
104
- version: 3.9.0
132
+ version: 3.10.1
105
133
  type: :development
106
134
  prerelease: false
107
135
  version_requirements: !ruby/object:Gem::Requirement
108
136
  requirements:
109
137
  - - '='
110
138
  - !ruby/object:Gem::Version
111
- version: 3.9.0
139
+ version: 3.10.1
112
140
  - !ruby/object:Gem::Dependency
113
141
  name: rails
114
142
  requirement: !ruby/object:Gem::Requirement
115
143
  requirements:
116
144
  - - ">="
117
145
  - !ruby/object:Gem::Version
118
- version: 5.2.8.1
146
+ version: 6.0.6.1
119
147
  - - "<"
120
148
  - !ruby/object:Gem::Version
121
149
  version: '7.1'
@@ -125,7 +153,7 @@ dependencies:
125
153
  requirements:
126
154
  - - ">="
127
155
  - !ruby/object:Gem::Version
128
- version: 5.2.8.1
156
+ version: 6.0.6.1
129
157
  - - "<"
130
158
  - !ruby/object:Gem::Version
131
159
  version: '7.1'
@@ -166,13 +194,21 @@ extensions: []
166
194
  extra_rdoc_files: []
167
195
  files:
168
196
  - ".rubocop.yml"
197
+ - Appraisals
169
198
  - CHANGELOG.md
170
199
  - Gemfile
200
+ - Gemfile.lock
171
201
  - LICENSE.txt
172
202
  - Rakefile
173
203
  - config/default.yml
174
204
  - doc/dependency_decisions.yml
175
205
  - docs/README.md
206
+ - gemfiles/rails_6_0.gemfile
207
+ - gemfiles/rails_6_0.gemfile.lock
208
+ - gemfiles/rails_6_1.gemfile
209
+ - gemfiles/rails_6_1.gemfile.lock
210
+ - gemfiles/rails_7_0.gemfile
211
+ - gemfiles/rails_7_0.gemfile.lock
176
212
  - lib/rubocop-powerhome.rb
177
213
  - lib/rubocop/cop/naming/view_component.rb
178
214
  - lib/rubocop/cop/naming_cops.rb
@@ -192,7 +228,7 @@ metadata:
192
228
  source_code_uri: https://github.com/powerhome/power_linting
193
229
  changelog_uri: https://github.com/powerhome/power_linting/CHANGELOG.md
194
230
  rubygems_mfa_required: 'true'
195
- post_install_message:
231
+ post_install_message:
196
232
  rdoc_options: []
197
233
  require_paths:
198
234
  - lib
@@ -200,15 +236,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
200
236
  requirements:
201
237
  - - ">="
202
238
  - !ruby/object:Gem::Version
203
- version: 2.7.0
239
+ version: '3.0'
204
240
  required_rubygems_version: !ruby/object:Gem::Requirement
205
241
  requirements:
206
242
  - - ">="
207
243
  - !ruby/object:Gem::Version
208
244
  version: '0'
209
245
  requirements: []
210
- rubygems_version: 3.4.1
211
- signing_key:
246
+ rubygems_version: 3.5.16
247
+ signing_key:
212
248
  specification_version: 4
213
249
  summary: Powerhome Rubocop standard rules
214
250
  test_files: []