rubocop-cobra 0.4.2 → 0.4.3

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: 07b98212c7432d3e5fd8d00f879f6c242d121c74e9d24ba1b1d56c708410d78b
4
- data.tar.gz: bbc10babcde31d9bcbadebf4dd8970f113ecbfc2737c8c459a9a2677e2fa3e35
3
+ metadata.gz: fe1e42a307032032073b9f2b68f2407c08b12498a53653606308a47d0a8c876b
4
+ data.tar.gz: 77472824f282bfa69766997f7047757141660294cdb717d362be15b87b163a4a
5
5
  SHA512:
6
- metadata.gz: 502c3e50f0e19b791160b2b0ef46e3439525ca0fa67fa1b3df225dcc854e8187221bb8004f4b2a926714c970fa8db38dfbca28a876c500297aaa403a79ec37b5
7
- data.tar.gz: 00625d665102cbab491e723b57911c005078b89a41ddd5007e5394db1023f621ec192c45fc06ecec1fd78844bf658a8ac3d9b857362c6a5a4db21b24ff26d10a
6
+ metadata.gz: 3e488c9f1fe59d61b00c86c85d70968f63fe26430ad7d6938d34a5f7ff169ce35d225e97e81602fbceadcb3edb039afedd80c92d3213b4bcbd7d4306f69b15b3
7
+ data.tar.gz: 22e81aec00848260acb969d461f1cc734e4bb2c38ebb72d6ca97bb47a1e661ce60b98d3224b4759ded0397ec1deda4bc0f4ea5dfd5f5582e8ab7d3127f0e0803
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
@@ -7,6 +7,5 @@ gemspec
7
7
 
8
8
  gem "rake", "~> 13.0"
9
9
  gem "rspec", "~> 3.0"
10
- gem "rubocop", "~> 1.44.0"
11
10
 
12
11
  gem "rubocop-powerhome", path: "../rubocop-powerhome"
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ../rubocop-powerhome
3
3
  specs:
4
- rubocop-powerhome (0.5.2)
5
- rubocop (~> 1.37)
4
+ rubocop-powerhome (0.5.3)
5
+ rubocop (= 1.66.1)
6
6
  rubocop-performance
7
7
  rubocop-rails
8
8
  rubocop-rake
@@ -11,95 +11,114 @@ PATH
11
11
  PATH
12
12
  remote: .
13
13
  specs:
14
- rubocop-cobra (0.4.2)
15
- rubocop (~> 1.37)
14
+ rubocop-cobra (0.4.3)
15
+ rubocop (= 1.66.1)
16
16
  rubocop-powerhome
17
17
 
18
18
  GEM
19
19
  remote: https://rubygems.org/
20
20
  specs:
21
- activesupport (7.0.4.2)
22
- concurrent-ruby (~> 1.0, >= 1.0.2)
21
+ activesupport (7.2.1)
22
+ base64
23
+ bigdecimal
24
+ concurrent-ruby (~> 1.0, >= 1.3.1)
25
+ connection_pool (>= 2.2.5)
26
+ drb
23
27
  i18n (>= 1.6, < 2)
28
+ logger (>= 1.4.2)
24
29
  minitest (>= 5.1)
25
- tzinfo (~> 2.0)
30
+ securerandom (>= 0.3)
31
+ tzinfo (~> 2.0, >= 2.0.5)
32
+ appraisal (2.5.0)
33
+ bundler
34
+ rake
35
+ thor (>= 0.14.0)
26
36
  ast (2.4.2)
37
+ base64 (0.2.0)
38
+ bigdecimal (3.1.8)
27
39
  byebug (11.1.3)
28
40
  coderay (1.1.3)
29
- concurrent-ruby (1.2.0)
30
- diff-lcs (1.5.0)
31
- i18n (1.12.0)
41
+ concurrent-ruby (1.3.4)
42
+ connection_pool (2.4.1)
43
+ csv (3.3.0)
44
+ diff-lcs (1.5.1)
45
+ drb (2.2.1)
46
+ i18n (1.14.6)
32
47
  concurrent-ruby (~> 1.0)
33
- json (2.6.3)
34
- license_finder (7.1.0)
48
+ json (2.7.2)
49
+ language_server-protocol (3.17.0.3)
50
+ license_finder (7.2.1)
35
51
  bundler
52
+ csv (~> 3.2)
36
53
  rubyzip (>= 1, < 3)
37
54
  thor (~> 1.2)
38
55
  tomlrb (>= 1.3, < 2.1)
39
56
  with_env (= 1.1.0)
40
57
  xml-simple (~> 1.1.9)
41
- method_source (1.0.0)
42
- minitest (5.17.0)
43
- parallel (1.22.1)
44
- parser (3.2.0.0)
58
+ logger (1.6.1)
59
+ method_source (1.1.0)
60
+ minitest (5.25.1)
61
+ parallel (1.26.3)
62
+ parser (3.3.5.0)
45
63
  ast (~> 2.4.1)
46
- pry (0.13.1)
64
+ racc
65
+ pry (0.14.2)
47
66
  coderay (~> 1.1)
48
67
  method_source (~> 1.0)
49
- pry-byebug (3.9.0)
68
+ pry-byebug (3.10.1)
50
69
  byebug (~> 11.0)
51
- pry (~> 0.13.0)
52
- rack (3.0.4.1)
70
+ pry (>= 0.13, < 0.15)
71
+ racc (1.8.1)
72
+ rack (3.1.7)
53
73
  rainbow (3.1.1)
54
- rake (13.0.6)
55
- regexp_parser (2.6.2)
56
- rexml (3.2.5)
57
- rspec (3.12.0)
58
- rspec-core (~> 3.12.0)
59
- rspec-expectations (~> 3.12.0)
60
- rspec-mocks (~> 3.12.0)
61
- rspec-core (3.12.1)
62
- rspec-support (~> 3.12.0)
63
- rspec-expectations (3.12.2)
74
+ rake (13.2.1)
75
+ regexp_parser (2.9.2)
76
+ rexml (3.3.8)
77
+ rspec (3.13.0)
78
+ rspec-core (~> 3.13.0)
79
+ rspec-expectations (~> 3.13.0)
80
+ rspec-mocks (~> 3.13.0)
81
+ rspec-core (3.13.1)
82
+ rspec-support (~> 3.13.0)
83
+ rspec-expectations (3.13.3)
64
84
  diff-lcs (>= 1.2.0, < 2.0)
65
- rspec-support (~> 3.12.0)
66
- rspec-mocks (3.12.3)
85
+ rspec-support (~> 3.13.0)
86
+ rspec-mocks (3.13.1)
67
87
  diff-lcs (>= 1.2.0, < 2.0)
68
- rspec-support (~> 3.12.0)
69
- rspec-support (3.12.0)
70
- rubocop (1.44.1)
88
+ rspec-support (~> 3.13.0)
89
+ rspec-support (3.13.1)
90
+ rubocop (1.66.1)
71
91
  json (~> 2.3)
92
+ language_server-protocol (>= 3.17.0)
72
93
  parallel (~> 1.10)
73
- parser (>= 3.2.0.0)
94
+ parser (>= 3.3.0.2)
74
95
  rainbow (>= 2.2.2, < 4.0)
75
- regexp_parser (>= 1.8, < 3.0)
76
- rexml (>= 3.2.5, < 4.0)
77
- rubocop-ast (>= 1.24.1, < 2.0)
96
+ regexp_parser (>= 2.4, < 3.0)
97
+ rubocop-ast (>= 1.32.2, < 2.0)
78
98
  ruby-progressbar (~> 1.7)
79
99
  unicode-display_width (>= 2.4.0, < 3.0)
80
- rubocop-ast (1.24.1)
81
- parser (>= 3.1.1.0)
82
- rubocop-capybara (2.17.0)
83
- rubocop (~> 1.41)
84
- rubocop-performance (1.16.0)
85
- rubocop (>= 1.7.0, < 2.0)
86
- rubocop-ast (>= 0.4.0)
87
- rubocop-rails (2.17.4)
100
+ rubocop-ast (1.32.3)
101
+ parser (>= 3.3.1.0)
102
+ rubocop-performance (1.22.1)
103
+ rubocop (>= 1.48.1, < 2.0)
104
+ rubocop-ast (>= 1.31.1, < 2.0)
105
+ rubocop-rails (2.26.2)
88
106
  activesupport (>= 4.2.0)
89
107
  rack (>= 1.1)
90
- rubocop (>= 1.33.0, < 2.0)
108
+ rubocop (>= 1.52.0, < 2.0)
109
+ rubocop-ast (>= 1.31.1, < 2.0)
91
110
  rubocop-rake (0.6.0)
92
111
  rubocop (~> 1.0)
93
- rubocop-rspec (2.18.1)
94
- rubocop (~> 1.33)
95
- rubocop-capybara (~> 2.17)
96
- ruby-progressbar (1.11.0)
112
+ rubocop-rspec (3.1.0)
113
+ rubocop (~> 1.61)
114
+ ruby-progressbar (1.13.0)
97
115
  rubyzip (2.3.2)
98
- thor (1.2.1)
116
+ securerandom (0.3.1)
117
+ thor (1.3.2)
99
118
  tomlrb (2.0.3)
100
119
  tzinfo (2.0.6)
101
120
  concurrent-ruby (~> 1.0)
102
- unicode-display_width (2.4.2)
121
+ unicode-display_width (2.6.0)
103
122
  with_env (1.1.0)
104
123
  xml-simple (1.1.9)
105
124
  rexml
@@ -111,11 +130,12 @@ PLATFORMS
111
130
  x86_64-linux
112
131
 
113
132
  DEPENDENCIES
133
+ appraisal (~> 2.5.0)
114
134
  license_finder (~> 7.0)
115
- pry-byebug (= 3.9.0)
135
+ pry (>= 0.14.2)
136
+ pry-byebug (= 3.10.1)
116
137
  rake (~> 13.0)
117
138
  rspec (~> 3.0)
118
- rubocop (~> 1.44.0)
119
139
  rubocop-cobra!
120
140
  rubocop-powerhome!
121
141
 
@@ -0,0 +1,12 @@
1
+ # frozen_string_literal: true
2
+
3
+ # This file was generated by Appraisal
4
+
5
+ source "https://rubygems.org"
6
+
7
+ gem "rails", "6.0.6.1"
8
+ gem "rake", "~> 13.0"
9
+ gem "rspec", "~> 3.0"
10
+ gem "rubocop-powerhome", path: "../../rubocop-powerhome"
11
+
12
+ gemspec path: "../"
@@ -0,0 +1,253 @@
1
+ PATH
2
+ remote: ../../rubocop-powerhome
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
+ PATH
12
+ remote: ..
13
+ specs:
14
+ rubocop-cobra (0.4.3)
15
+ rubocop (= 1.66.1)
16
+ rubocop-powerhome
17
+
18
+ GEM
19
+ remote: https://rubygems.org/
20
+ specs:
21
+ actioncable (6.0.6.1)
22
+ actionpack (= 6.0.6.1)
23
+ nio4r (~> 2.0)
24
+ websocket-driver (>= 0.6.1)
25
+ actionmailbox (6.0.6.1)
26
+ actionpack (= 6.0.6.1)
27
+ activejob (= 6.0.6.1)
28
+ activerecord (= 6.0.6.1)
29
+ activestorage (= 6.0.6.1)
30
+ activesupport (= 6.0.6.1)
31
+ mail (>= 2.7.1)
32
+ actionmailer (6.0.6.1)
33
+ actionpack (= 6.0.6.1)
34
+ actionview (= 6.0.6.1)
35
+ activejob (= 6.0.6.1)
36
+ mail (~> 2.5, >= 2.5.4)
37
+ rails-dom-testing (~> 2.0)
38
+ actionpack (6.0.6.1)
39
+ actionview (= 6.0.6.1)
40
+ activesupport (= 6.0.6.1)
41
+ rack (~> 2.0, >= 2.0.8)
42
+ rack-test (>= 0.6.3)
43
+ rails-dom-testing (~> 2.0)
44
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
45
+ actiontext (6.0.6.1)
46
+ actionpack (= 6.0.6.1)
47
+ activerecord (= 6.0.6.1)
48
+ activestorage (= 6.0.6.1)
49
+ activesupport (= 6.0.6.1)
50
+ nokogiri (>= 1.8.5)
51
+ actionview (6.0.6.1)
52
+ activesupport (= 6.0.6.1)
53
+ builder (~> 3.1)
54
+ erubi (~> 1.4)
55
+ rails-dom-testing (~> 2.0)
56
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
57
+ activejob (6.0.6.1)
58
+ activesupport (= 6.0.6.1)
59
+ globalid (>= 0.3.6)
60
+ activemodel (6.0.6.1)
61
+ activesupport (= 6.0.6.1)
62
+ activerecord (6.0.6.1)
63
+ activemodel (= 6.0.6.1)
64
+ activesupport (= 6.0.6.1)
65
+ activestorage (6.0.6.1)
66
+ actionpack (= 6.0.6.1)
67
+ activejob (= 6.0.6.1)
68
+ activerecord (= 6.0.6.1)
69
+ marcel (~> 1.0)
70
+ activesupport (6.0.6.1)
71
+ concurrent-ruby (~> 1.0, >= 1.0.2)
72
+ i18n (>= 0.7, < 2)
73
+ minitest (~> 5.1)
74
+ tzinfo (~> 1.1)
75
+ zeitwerk (~> 2.2, >= 2.2.2)
76
+ appraisal (2.5.0)
77
+ bundler
78
+ rake
79
+ thor (>= 0.14.0)
80
+ ast (2.4.2)
81
+ builder (3.3.0)
82
+ byebug (11.1.3)
83
+ coderay (1.1.3)
84
+ concurrent-ruby (1.3.4)
85
+ crass (1.0.6)
86
+ csv (3.3.0)
87
+ date (3.3.4)
88
+ diff-lcs (1.5.1)
89
+ erubi (1.13.0)
90
+ globalid (1.1.0)
91
+ activesupport (>= 5.0)
92
+ i18n (1.14.6)
93
+ concurrent-ruby (~> 1.0)
94
+ json (2.7.2)
95
+ language_server-protocol (3.17.0.3)
96
+ license_finder (7.2.1)
97
+ bundler
98
+ csv (~> 3.2)
99
+ rubyzip (>= 1, < 3)
100
+ thor (~> 1.2)
101
+ tomlrb (>= 1.3, < 2.1)
102
+ with_env (= 1.1.0)
103
+ xml-simple (~> 1.1.9)
104
+ loofah (2.22.0)
105
+ crass (~> 1.0.2)
106
+ nokogiri (>= 1.12.0)
107
+ mail (2.8.1)
108
+ mini_mime (>= 0.1.1)
109
+ net-imap
110
+ net-pop
111
+ net-smtp
112
+ marcel (1.0.4)
113
+ method_source (1.1.0)
114
+ mini_mime (1.1.5)
115
+ minitest (5.25.1)
116
+ net-imap (0.4.16)
117
+ date
118
+ net-protocol
119
+ net-pop (0.1.2)
120
+ net-protocol
121
+ net-protocol (0.2.2)
122
+ timeout
123
+ net-smtp (0.5.0)
124
+ net-protocol
125
+ nio4r (2.7.3)
126
+ nokogiri (1.16.7-arm64-darwin)
127
+ racc (~> 1.4)
128
+ nokogiri (1.16.7-x86_64-linux)
129
+ racc (~> 1.4)
130
+ parallel (1.26.3)
131
+ parser (3.3.5.0)
132
+ ast (~> 2.4.1)
133
+ racc
134
+ pry (0.14.2)
135
+ coderay (~> 1.1)
136
+ method_source (~> 1.0)
137
+ pry-byebug (3.10.1)
138
+ byebug (~> 11.0)
139
+ pry (>= 0.13, < 0.15)
140
+ racc (1.8.1)
141
+ rack (2.2.9)
142
+ rack-test (2.1.0)
143
+ rack (>= 1.3)
144
+ rails (6.0.6.1)
145
+ actioncable (= 6.0.6.1)
146
+ actionmailbox (= 6.0.6.1)
147
+ actionmailer (= 6.0.6.1)
148
+ actionpack (= 6.0.6.1)
149
+ actiontext (= 6.0.6.1)
150
+ actionview (= 6.0.6.1)
151
+ activejob (= 6.0.6.1)
152
+ activemodel (= 6.0.6.1)
153
+ activerecord (= 6.0.6.1)
154
+ activestorage (= 6.0.6.1)
155
+ activesupport (= 6.0.6.1)
156
+ bundler (>= 1.3.0)
157
+ railties (= 6.0.6.1)
158
+ sprockets-rails (>= 2.0.0)
159
+ rails-dom-testing (2.2.0)
160
+ activesupport (>= 5.0.0)
161
+ minitest
162
+ nokogiri (>= 1.6)
163
+ rails-html-sanitizer (1.6.0)
164
+ loofah (~> 2.21)
165
+ nokogiri (~> 1.14)
166
+ railties (6.0.6.1)
167
+ actionpack (= 6.0.6.1)
168
+ activesupport (= 6.0.6.1)
169
+ method_source
170
+ rake (>= 0.8.7)
171
+ thor (>= 0.20.3, < 2.0)
172
+ rainbow (3.1.1)
173
+ rake (13.2.1)
174
+ regexp_parser (2.9.2)
175
+ rexml (3.3.8)
176
+ rspec (3.13.0)
177
+ rspec-core (~> 3.13.0)
178
+ rspec-expectations (~> 3.13.0)
179
+ rspec-mocks (~> 3.13.0)
180
+ rspec-core (3.13.1)
181
+ rspec-support (~> 3.13.0)
182
+ rspec-expectations (3.13.3)
183
+ diff-lcs (>= 1.2.0, < 2.0)
184
+ rspec-support (~> 3.13.0)
185
+ rspec-mocks (3.13.1)
186
+ diff-lcs (>= 1.2.0, < 2.0)
187
+ rspec-support (~> 3.13.0)
188
+ rspec-support (3.13.1)
189
+ rubocop (1.66.1)
190
+ json (~> 2.3)
191
+ language_server-protocol (>= 3.17.0)
192
+ parallel (~> 1.10)
193
+ parser (>= 3.3.0.2)
194
+ rainbow (>= 2.2.2, < 4.0)
195
+ regexp_parser (>= 2.4, < 3.0)
196
+ rubocop-ast (>= 1.32.2, < 2.0)
197
+ ruby-progressbar (~> 1.7)
198
+ unicode-display_width (>= 2.4.0, < 3.0)
199
+ rubocop-ast (1.32.3)
200
+ parser (>= 3.3.1.0)
201
+ rubocop-performance (1.22.1)
202
+ rubocop (>= 1.48.1, < 2.0)
203
+ rubocop-ast (>= 1.31.1, < 2.0)
204
+ rubocop-rails (2.26.2)
205
+ activesupport (>= 4.2.0)
206
+ rack (>= 1.1)
207
+ rubocop (>= 1.52.0, < 2.0)
208
+ rubocop-ast (>= 1.31.1, < 2.0)
209
+ rubocop-rake (0.6.0)
210
+ rubocop (~> 1.0)
211
+ rubocop-rspec (3.1.0)
212
+ rubocop (~> 1.61)
213
+ ruby-progressbar (1.13.0)
214
+ rubyzip (2.3.2)
215
+ sprockets (4.2.1)
216
+ concurrent-ruby (~> 1.0)
217
+ rack (>= 2.2.4, < 4)
218
+ sprockets-rails (3.4.2)
219
+ actionpack (>= 5.2)
220
+ activesupport (>= 5.2)
221
+ sprockets (>= 3.0.0)
222
+ thor (1.3.2)
223
+ thread_safe (0.3.6)
224
+ timeout (0.4.1)
225
+ tomlrb (2.0.3)
226
+ tzinfo (1.2.11)
227
+ thread_safe (~> 0.1)
228
+ unicode-display_width (2.6.0)
229
+ websocket-driver (0.7.6)
230
+ websocket-extensions (>= 0.1.0)
231
+ websocket-extensions (0.1.5)
232
+ with_env (1.1.0)
233
+ xml-simple (1.1.9)
234
+ rexml
235
+ zeitwerk (2.6.18)
236
+
237
+ PLATFORMS
238
+ arm64-darwin-23
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-cobra!
250
+ rubocop-powerhome!
251
+
252
+ BUNDLED WITH
253
+ 2.3.14
@@ -0,0 +1,12 @@
1
+ # frozen_string_literal: true
2
+
3
+ # This file was generated by Appraisal
4
+
5
+ source "https://rubygems.org"
6
+
7
+ gem "rails", "6.1.7.7"
8
+ gem "rake", "~> 13.0"
9
+ gem "rspec", "~> 3.0"
10
+ gem "rubocop-powerhome", path: "../../rubocop-powerhome"
11
+
12
+ gemspec path: "../"
@@ -0,0 +1,256 @@
1
+ PATH
2
+ remote: ../../rubocop-powerhome
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
+ PATH
12
+ remote: ..
13
+ specs:
14
+ rubocop-cobra (0.4.3)
15
+ rubocop (= 1.66.1)
16
+ rubocop-powerhome
17
+
18
+ GEM
19
+ remote: https://rubygems.org/
20
+ specs:
21
+ actioncable (6.1.7.7)
22
+ actionpack (= 6.1.7.7)
23
+ activesupport (= 6.1.7.7)
24
+ nio4r (~> 2.0)
25
+ websocket-driver (>= 0.6.1)
26
+ actionmailbox (6.1.7.7)
27
+ actionpack (= 6.1.7.7)
28
+ activejob (= 6.1.7.7)
29
+ activerecord (= 6.1.7.7)
30
+ activestorage (= 6.1.7.7)
31
+ activesupport (= 6.1.7.7)
32
+ mail (>= 2.7.1)
33
+ actionmailer (6.1.7.7)
34
+ actionpack (= 6.1.7.7)
35
+ actionview (= 6.1.7.7)
36
+ activejob (= 6.1.7.7)
37
+ activesupport (= 6.1.7.7)
38
+ mail (~> 2.5, >= 2.5.4)
39
+ rails-dom-testing (~> 2.0)
40
+ actionpack (6.1.7.7)
41
+ actionview (= 6.1.7.7)
42
+ activesupport (= 6.1.7.7)
43
+ rack (~> 2.0, >= 2.0.9)
44
+ rack-test (>= 0.6.3)
45
+ rails-dom-testing (~> 2.0)
46
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
47
+ actiontext (6.1.7.7)
48
+ actionpack (= 6.1.7.7)
49
+ activerecord (= 6.1.7.7)
50
+ activestorage (= 6.1.7.7)
51
+ activesupport (= 6.1.7.7)
52
+ nokogiri (>= 1.8.5)
53
+ actionview (6.1.7.7)
54
+ activesupport (= 6.1.7.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 (6.1.7.7)
60
+ activesupport (= 6.1.7.7)
61
+ globalid (>= 0.3.6)
62
+ activemodel (6.1.7.7)
63
+ activesupport (= 6.1.7.7)
64
+ activerecord (6.1.7.7)
65
+ activemodel (= 6.1.7.7)
66
+ activesupport (= 6.1.7.7)
67
+ activestorage (6.1.7.7)
68
+ actionpack (= 6.1.7.7)
69
+ activejob (= 6.1.7.7)
70
+ activerecord (= 6.1.7.7)
71
+ activesupport (= 6.1.7.7)
72
+ marcel (~> 1.0)
73
+ mini_mime (>= 1.1.0)
74
+ activesupport (6.1.7.7)
75
+ concurrent-ruby (~> 1.0, >= 1.0.2)
76
+ i18n (>= 1.6, < 2)
77
+ minitest (>= 5.1)
78
+ tzinfo (~> 2.0)
79
+ zeitwerk (~> 2.3)
80
+ appraisal (2.5.0)
81
+ bundler
82
+ rake
83
+ thor (>= 0.14.0)
84
+ ast (2.4.2)
85
+ builder (3.3.0)
86
+ byebug (11.1.3)
87
+ coderay (1.1.3)
88
+ concurrent-ruby (1.3.4)
89
+ crass (1.0.6)
90
+ csv (3.3.0)
91
+ date (3.3.4)
92
+ diff-lcs (1.5.1)
93
+ erubi (1.13.0)
94
+ globalid (1.2.1)
95
+ activesupport (>= 6.1)
96
+ i18n (1.14.6)
97
+ concurrent-ruby (~> 1.0)
98
+ json (2.7.2)
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
+ loofah (2.22.0)
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
+ minitest (5.25.1)
120
+ net-imap (0.4.16)
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-arm64-darwin)
131
+ racc (~> 1.4)
132
+ nokogiri (1.16.7-x86_64-linux)
133
+ racc (~> 1.4)
134
+ parallel (1.26.3)
135
+ parser (3.3.5.0)
136
+ ast (~> 2.4.1)
137
+ racc
138
+ pry (0.14.2)
139
+ coderay (~> 1.1)
140
+ method_source (~> 1.0)
141
+ pry-byebug (3.10.1)
142
+ byebug (~> 11.0)
143
+ pry (>= 0.13, < 0.15)
144
+ racc (1.8.1)
145
+ rack (2.2.9)
146
+ rack-test (2.1.0)
147
+ rack (>= 1.3)
148
+ rails (6.1.7.7)
149
+ actioncable (= 6.1.7.7)
150
+ actionmailbox (= 6.1.7.7)
151
+ actionmailer (= 6.1.7.7)
152
+ actionpack (= 6.1.7.7)
153
+ actiontext (= 6.1.7.7)
154
+ actionview (= 6.1.7.7)
155
+ activejob (= 6.1.7.7)
156
+ activemodel (= 6.1.7.7)
157
+ activerecord (= 6.1.7.7)
158
+ activestorage (= 6.1.7.7)
159
+ activesupport (= 6.1.7.7)
160
+ bundler (>= 1.15.0)
161
+ railties (= 6.1.7.7)
162
+ sprockets-rails (>= 2.0.0)
163
+ rails-dom-testing (2.2.0)
164
+ activesupport (>= 5.0.0)
165
+ minitest
166
+ nokogiri (>= 1.6)
167
+ rails-html-sanitizer (1.6.0)
168
+ loofah (~> 2.21)
169
+ nokogiri (~> 1.14)
170
+ railties (6.1.7.7)
171
+ actionpack (= 6.1.7.7)
172
+ activesupport (= 6.1.7.7)
173
+ method_source
174
+ rake (>= 12.2)
175
+ thor (~> 1.0)
176
+ rainbow (3.1.1)
177
+ rake (13.2.1)
178
+ regexp_parser (2.9.2)
179
+ rexml (3.3.8)
180
+ rspec (3.13.0)
181
+ rspec-core (~> 3.13.0)
182
+ rspec-expectations (~> 3.13.0)
183
+ rspec-mocks (~> 3.13.0)
184
+ rspec-core (3.13.1)
185
+ rspec-support (~> 3.13.0)
186
+ rspec-expectations (3.13.3)
187
+ diff-lcs (>= 1.2.0, < 2.0)
188
+ rspec-support (~> 3.13.0)
189
+ rspec-mocks (3.13.1)
190
+ diff-lcs (>= 1.2.0, < 2.0)
191
+ rspec-support (~> 3.13.0)
192
+ rspec-support (3.13.1)
193
+ rubocop (1.66.1)
194
+ json (~> 2.3)
195
+ language_server-protocol (>= 3.17.0)
196
+ parallel (~> 1.10)
197
+ parser (>= 3.3.0.2)
198
+ rainbow (>= 2.2.2, < 4.0)
199
+ regexp_parser (>= 2.4, < 3.0)
200
+ rubocop-ast (>= 1.32.2, < 2.0)
201
+ ruby-progressbar (~> 1.7)
202
+ unicode-display_width (>= 2.4.0, < 3.0)
203
+ rubocop-ast (1.32.3)
204
+ parser (>= 3.3.1.0)
205
+ rubocop-performance (1.22.1)
206
+ rubocop (>= 1.48.1, < 2.0)
207
+ rubocop-ast (>= 1.31.1, < 2.0)
208
+ rubocop-rails (2.26.2)
209
+ activesupport (>= 4.2.0)
210
+ rack (>= 1.1)
211
+ rubocop (>= 1.52.0, < 2.0)
212
+ rubocop-ast (>= 1.31.1, < 2.0)
213
+ rubocop-rake (0.6.0)
214
+ rubocop (~> 1.0)
215
+ rubocop-rspec (3.1.0)
216
+ rubocop (~> 1.61)
217
+ ruby-progressbar (1.13.0)
218
+ rubyzip (2.3.2)
219
+ sprockets (4.2.1)
220
+ concurrent-ruby (~> 1.0)
221
+ rack (>= 2.2.4, < 4)
222
+ sprockets-rails (3.4.2)
223
+ actionpack (>= 5.2)
224
+ activesupport (>= 5.2)
225
+ sprockets (>= 3.0.0)
226
+ thor (1.3.2)
227
+ timeout (0.4.1)
228
+ tomlrb (2.0.3)
229
+ tzinfo (2.0.6)
230
+ concurrent-ruby (~> 1.0)
231
+ unicode-display_width (2.6.0)
232
+ websocket-driver (0.7.6)
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-23
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-cobra!
253
+ rubocop-powerhome!
254
+
255
+ BUNDLED WITH
256
+ 2.3.14
@@ -0,0 +1,12 @@
1
+ # frozen_string_literal: true
2
+
3
+ # This file was generated by Appraisal
4
+
5
+ source "https://rubygems.org"
6
+
7
+ gem "rails", "7.0.8.1"
8
+ gem "rake", "~> 13.0"
9
+ gem "rspec", "~> 3.0"
10
+ gem "rubocop-powerhome", path: "../../rubocop-powerhome"
11
+
12
+ gemspec path: "../"
@@ -0,0 +1,255 @@
1
+ PATH
2
+ remote: ../../rubocop-powerhome
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
+ PATH
12
+ remote: ..
13
+ specs:
14
+ rubocop-cobra (0.4.3)
15
+ rubocop (= 1.66.1)
16
+ rubocop-powerhome
17
+
18
+ GEM
19
+ remote: https://rubygems.org/
20
+ specs:
21
+ actioncable (7.0.8.1)
22
+ actionpack (= 7.0.8.1)
23
+ activesupport (= 7.0.8.1)
24
+ nio4r (~> 2.0)
25
+ websocket-driver (>= 0.6.1)
26
+ actionmailbox (7.0.8.1)
27
+ actionpack (= 7.0.8.1)
28
+ activejob (= 7.0.8.1)
29
+ activerecord (= 7.0.8.1)
30
+ activestorage (= 7.0.8.1)
31
+ activesupport (= 7.0.8.1)
32
+ mail (>= 2.7.1)
33
+ net-imap
34
+ net-pop
35
+ net-smtp
36
+ actionmailer (7.0.8.1)
37
+ actionpack (= 7.0.8.1)
38
+ actionview (= 7.0.8.1)
39
+ activejob (= 7.0.8.1)
40
+ activesupport (= 7.0.8.1)
41
+ mail (~> 2.5, >= 2.5.4)
42
+ net-imap
43
+ net-pop
44
+ net-smtp
45
+ rails-dom-testing (~> 2.0)
46
+ actionpack (7.0.8.1)
47
+ actionview (= 7.0.8.1)
48
+ activesupport (= 7.0.8.1)
49
+ rack (~> 2.0, >= 2.2.4)
50
+ rack-test (>= 0.6.3)
51
+ rails-dom-testing (~> 2.0)
52
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
53
+ actiontext (7.0.8.1)
54
+ actionpack (= 7.0.8.1)
55
+ activerecord (= 7.0.8.1)
56
+ activestorage (= 7.0.8.1)
57
+ activesupport (= 7.0.8.1)
58
+ globalid (>= 0.6.0)
59
+ nokogiri (>= 1.8.5)
60
+ actionview (7.0.8.1)
61
+ activesupport (= 7.0.8.1)
62
+ builder (~> 3.1)
63
+ erubi (~> 1.4)
64
+ rails-dom-testing (~> 2.0)
65
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
66
+ activejob (7.0.8.1)
67
+ activesupport (= 7.0.8.1)
68
+ globalid (>= 0.3.6)
69
+ activemodel (7.0.8.1)
70
+ activesupport (= 7.0.8.1)
71
+ activerecord (7.0.8.1)
72
+ activemodel (= 7.0.8.1)
73
+ activesupport (= 7.0.8.1)
74
+ activestorage (7.0.8.1)
75
+ actionpack (= 7.0.8.1)
76
+ activejob (= 7.0.8.1)
77
+ activerecord (= 7.0.8.1)
78
+ activesupport (= 7.0.8.1)
79
+ marcel (~> 1.0)
80
+ mini_mime (>= 1.1.0)
81
+ activesupport (7.0.8.1)
82
+ concurrent-ruby (~> 1.0, >= 1.0.2)
83
+ i18n (>= 1.6, < 2)
84
+ minitest (>= 5.1)
85
+ tzinfo (~> 2.0)
86
+ appraisal (2.5.0)
87
+ bundler
88
+ rake
89
+ thor (>= 0.14.0)
90
+ ast (2.4.2)
91
+ builder (3.3.0)
92
+ byebug (11.1.3)
93
+ coderay (1.1.3)
94
+ concurrent-ruby (1.3.4)
95
+ crass (1.0.6)
96
+ csv (3.3.0)
97
+ date (3.3.4)
98
+ diff-lcs (1.5.1)
99
+ erubi (1.13.0)
100
+ globalid (1.2.1)
101
+ activesupport (>= 6.1)
102
+ i18n (1.14.6)
103
+ concurrent-ruby (~> 1.0)
104
+ json (2.7.2)
105
+ language_server-protocol (3.17.0.3)
106
+ license_finder (7.2.1)
107
+ bundler
108
+ csv (~> 3.2)
109
+ rubyzip (>= 1, < 3)
110
+ thor (~> 1.2)
111
+ tomlrb (>= 1.3, < 2.1)
112
+ with_env (= 1.1.0)
113
+ xml-simple (~> 1.1.9)
114
+ loofah (2.22.0)
115
+ crass (~> 1.0.2)
116
+ nokogiri (>= 1.12.0)
117
+ mail (2.8.1)
118
+ mini_mime (>= 0.1.1)
119
+ net-imap
120
+ net-pop
121
+ net-smtp
122
+ marcel (1.0.4)
123
+ method_source (1.1.0)
124
+ mini_mime (1.1.5)
125
+ minitest (5.25.1)
126
+ net-imap (0.4.16)
127
+ date
128
+ net-protocol
129
+ net-pop (0.1.2)
130
+ net-protocol
131
+ net-protocol (0.2.2)
132
+ timeout
133
+ net-smtp (0.5.0)
134
+ net-protocol
135
+ nio4r (2.7.3)
136
+ nokogiri (1.16.7-arm64-darwin)
137
+ racc (~> 1.4)
138
+ nokogiri (1.16.7-x86_64-linux)
139
+ racc (~> 1.4)
140
+ parallel (1.26.3)
141
+ parser (3.3.5.0)
142
+ ast (~> 2.4.1)
143
+ racc
144
+ pry (0.14.2)
145
+ coderay (~> 1.1)
146
+ method_source (~> 1.0)
147
+ pry-byebug (3.10.1)
148
+ byebug (~> 11.0)
149
+ pry (>= 0.13, < 0.15)
150
+ racc (1.8.1)
151
+ rack (2.2.9)
152
+ rack-test (2.1.0)
153
+ rack (>= 1.3)
154
+ rails (7.0.8.1)
155
+ actioncable (= 7.0.8.1)
156
+ actionmailbox (= 7.0.8.1)
157
+ actionmailer (= 7.0.8.1)
158
+ actionpack (= 7.0.8.1)
159
+ actiontext (= 7.0.8.1)
160
+ actionview (= 7.0.8.1)
161
+ activejob (= 7.0.8.1)
162
+ activemodel (= 7.0.8.1)
163
+ activerecord (= 7.0.8.1)
164
+ activestorage (= 7.0.8.1)
165
+ activesupport (= 7.0.8.1)
166
+ bundler (>= 1.15.0)
167
+ railties (= 7.0.8.1)
168
+ rails-dom-testing (2.2.0)
169
+ activesupport (>= 5.0.0)
170
+ minitest
171
+ nokogiri (>= 1.6)
172
+ rails-html-sanitizer (1.6.0)
173
+ loofah (~> 2.21)
174
+ nokogiri (~> 1.14)
175
+ railties (7.0.8.1)
176
+ actionpack (= 7.0.8.1)
177
+ activesupport (= 7.0.8.1)
178
+ method_source
179
+ rake (>= 12.2)
180
+ thor (~> 1.0)
181
+ zeitwerk (~> 2.5)
182
+ rainbow (3.1.1)
183
+ rake (13.2.1)
184
+ regexp_parser (2.9.2)
185
+ rexml (3.3.8)
186
+ rspec (3.13.0)
187
+ rspec-core (~> 3.13.0)
188
+ rspec-expectations (~> 3.13.0)
189
+ rspec-mocks (~> 3.13.0)
190
+ rspec-core (3.13.1)
191
+ rspec-support (~> 3.13.0)
192
+ rspec-expectations (3.13.3)
193
+ diff-lcs (>= 1.2.0, < 2.0)
194
+ rspec-support (~> 3.13.0)
195
+ rspec-mocks (3.13.1)
196
+ diff-lcs (>= 1.2.0, < 2.0)
197
+ rspec-support (~> 3.13.0)
198
+ rspec-support (3.13.1)
199
+ rubocop (1.66.1)
200
+ json (~> 2.3)
201
+ language_server-protocol (>= 3.17.0)
202
+ parallel (~> 1.10)
203
+ parser (>= 3.3.0.2)
204
+ rainbow (>= 2.2.2, < 4.0)
205
+ regexp_parser (>= 2.4, < 3.0)
206
+ rubocop-ast (>= 1.32.2, < 2.0)
207
+ ruby-progressbar (~> 1.7)
208
+ unicode-display_width (>= 2.4.0, < 3.0)
209
+ rubocop-ast (1.32.3)
210
+ parser (>= 3.3.1.0)
211
+ rubocop-performance (1.22.1)
212
+ rubocop (>= 1.48.1, < 2.0)
213
+ rubocop-ast (>= 1.31.1, < 2.0)
214
+ rubocop-rails (2.26.2)
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.1.0)
222
+ rubocop (~> 1.61)
223
+ ruby-progressbar (1.13.0)
224
+ rubyzip (2.3.2)
225
+ thor (1.3.2)
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.18)
238
+
239
+ PLATFORMS
240
+ arm64-darwin-23
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-cobra!
252
+ rubocop-powerhome!
253
+
254
+ BUNDLED WITH
255
+ 2.3.14
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Cobra
5
- VERSION = "0.4.2"
5
+ VERSION = "0.4.3"
6
6
  end
7
7
  end
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.description = "Cobra rubocop linters"
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,10 +35,12 @@ 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-powerhome"
38
+ spec.add_dependency "rubocop", "1.66.1"
39
+ spec.add_dependency "rubocop-powerhome"
40
40
  spec.metadata["rubygems_mfa_required"] = "true"
41
41
 
42
+ spec.add_development_dependency "appraisal", "~> 2.5.0"
42
43
  spec.add_development_dependency "license_finder", "~> 7.0"
43
- spec.add_development_dependency "pry-byebug", "3.9.0"
44
+ spec.add_development_dependency "pry", ">= 0.14.2"
45
+ spec.add_development_dependency "pry-byebug", "3.10.1"
44
46
  end
metadata CHANGED
@@ -1,30 +1,30 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-cobra
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.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-powerhome
30
30
  requirement: !ruby/object:Gem::Requirement
@@ -39,6 +39,20 @@ dependencies:
39
39
  - - ">="
40
40
  - !ruby/object:Gem::Version
41
41
  version: '0'
42
+ - !ruby/object:Gem::Dependency
43
+ name: appraisal
44
+ requirement: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - "~>"
47
+ - !ruby/object:Gem::Version
48
+ version: 2.5.0
49
+ type: :development
50
+ prerelease: false
51
+ version_requirements: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - "~>"
54
+ - !ruby/object:Gem::Version
55
+ version: 2.5.0
42
56
  - !ruby/object:Gem::Dependency
43
57
  name: license_finder
44
58
  requirement: !ruby/object:Gem::Requirement
@@ -53,20 +67,34 @@ dependencies:
53
67
  - - "~>"
54
68
  - !ruby/object:Gem::Version
55
69
  version: '7.0'
70
+ - !ruby/object:Gem::Dependency
71
+ name: pry
72
+ requirement: !ruby/object:Gem::Requirement
73
+ requirements:
74
+ - - ">="
75
+ - !ruby/object:Gem::Version
76
+ version: 0.14.2
77
+ type: :development
78
+ prerelease: false
79
+ version_requirements: !ruby/object:Gem::Requirement
80
+ requirements:
81
+ - - ">="
82
+ - !ruby/object:Gem::Version
83
+ version: 0.14.2
56
84
  - !ruby/object:Gem::Dependency
57
85
  name: pry-byebug
58
86
  requirement: !ruby/object:Gem::Requirement
59
87
  requirements:
60
88
  - - '='
61
89
  - !ruby/object:Gem::Version
62
- version: 3.9.0
90
+ version: 3.10.1
63
91
  type: :development
64
92
  prerelease: false
65
93
  version_requirements: !ruby/object:Gem::Requirement
66
94
  requirements:
67
95
  - - '='
68
96
  - !ruby/object:Gem::Version
69
- version: 3.9.0
97
+ version: 3.10.1
70
98
  description: Cobra rubocop linters
71
99
  email:
72
100
  - chjunior@gmail.com
@@ -77,6 +105,7 @@ extra_rdoc_files: []
77
105
  files:
78
106
  - ".rubocop.yml"
79
107
  - ".rubocop_todo.yml"
108
+ - Appraisals
80
109
  - CHANGELOG.md
81
110
  - Gemfile
82
111
  - Gemfile.lock
@@ -85,6 +114,12 @@ files:
85
114
  - config/default.yml
86
115
  - doc/dependency_decisions.yml
87
116
  - docs/README.md
117
+ - gemfiles/rails_6_0.gemfile
118
+ - gemfiles/rails_6_0.gemfile.lock
119
+ - gemfiles/rails_6_1.gemfile
120
+ - gemfiles/rails_6_1.gemfile.lock
121
+ - gemfiles/rails_7_0.gemfile
122
+ - gemfiles/rails_7_0.gemfile.lock
88
123
  - lib/rubocop-cobra.rb
89
124
  - lib/rubocop/cobra.rb
90
125
  - lib/rubocop/cobra/inject.rb
@@ -114,7 +149,7 @@ metadata:
114
149
  source_code_uri: https://github.com/powerhome/power_linting
115
150
  changelog_uri: https://github.com/powerhome/power_linting/CHANGELOG.md
116
151
  rubygems_mfa_required: 'true'
117
- post_install_message:
152
+ post_install_message:
118
153
  rdoc_options: []
119
154
  require_paths:
120
155
  - lib
@@ -122,15 +157,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
122
157
  requirements:
123
158
  - - ">="
124
159
  - !ruby/object:Gem::Version
125
- version: 2.7.0
160
+ version: '3.0'
126
161
  required_rubygems_version: !ruby/object:Gem::Requirement
127
162
  requirements:
128
163
  - - ">="
129
164
  - !ruby/object:Gem::Version
130
165
  version: '0'
131
166
  requirements: []
132
- rubygems_version: 3.4.1
133
- signing_key:
167
+ rubygems_version: 3.5.16
168
+ signing_key:
134
169
  specification_version: 4
135
170
  summary: Cobra rubocop linters
136
171
  test_files: []