rubocop-cobra 0.4.0 → 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: 76f52eec926c6471df7602e1b37f8a71b95e3f912e9b9dfa68e7630e51c775aa
4
- data.tar.gz: 0ab74366792c29c478052b70ad37c082b14950e708d2112fbd7ab762686d2391
3
+ metadata.gz: fe1e42a307032032073b9f2b68f2407c08b12498a53653606308a47d0a8c876b
4
+ data.tar.gz: 77472824f282bfa69766997f7047757141660294cdb717d362be15b87b163a4a
5
5
  SHA512:
6
- metadata.gz: 6df224d48e7b2f42150dcab95017a47fdaf0565becfab8d2582e981f989c793aa373932bbc7fd73966efb0bfd92abf391e0ee8559fdbcde61b7986fd4b29cf96
7
- data.tar.gz: 4ff949b8763fb54ded35ff09b3250c46d64a2a69a1b67c79aa346716c0cd6d7410e027c04ee87c5d7705e7fa0febfb3774a94b3c02a3e1c93a0f3e7da9cf8d0f
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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.4.2] - 2023-02-08
4
+
5
+ - Permit Rubocop upgrades again because bug was fixed.
6
+
7
+ ## [0.4.1] - 2023-02-08
8
+
9
+ - Hold back version of Rubocop that's permitted due to incompatibility with our implementation.
10
+
3
11
  ## [0.4.0] - 2022-06-01
4
12
 
5
13
  - Adds Cobra/ViewComponentFilePlacement cop
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.29.1"
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.4.0)
5
- rubocop
4
+ rubocop-powerhome (0.5.3)
5
+ rubocop (= 1.66.1)
6
6
  rubocop-performance
7
7
  rubocop-rails
8
8
  rubocop-rake
@@ -11,92 +11,133 @@ PATH
11
11
  PATH
12
12
  remote: .
13
13
  specs:
14
- rubocop-cobra (0.4.0)
15
- rubocop
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.3)
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.1.10)
30
- diff-lcs (1.5.0)
31
- i18n (1.10.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
- method_source (1.0.0)
34
- minitest (5.15.0)
35
- parallel (1.22.1)
36
- parser (3.1.2.0)
48
+ json (2.7.2)
49
+ language_server-protocol (3.17.0.3)
50
+ license_finder (7.2.1)
51
+ bundler
52
+ csv (~> 3.2)
53
+ rubyzip (>= 1, < 3)
54
+ thor (~> 1.2)
55
+ tomlrb (>= 1.3, < 2.1)
56
+ with_env (= 1.1.0)
57
+ xml-simple (~> 1.1.9)
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)
37
63
  ast (~> 2.4.1)
38
- pry (0.13.1)
64
+ racc
65
+ pry (0.14.2)
39
66
  coderay (~> 1.1)
40
67
  method_source (~> 1.0)
41
- pry-byebug (3.9.0)
68
+ pry-byebug (3.10.1)
42
69
  byebug (~> 11.0)
43
- pry (~> 0.13.0)
44
- rack (2.2.3.1)
70
+ pry (>= 0.13, < 0.15)
71
+ racc (1.8.1)
72
+ rack (3.1.7)
45
73
  rainbow (3.1.1)
46
- rake (13.0.6)
47
- regexp_parser (2.4.0)
48
- rexml (3.2.5)
49
- rspec (3.11.0)
50
- rspec-core (~> 3.11.0)
51
- rspec-expectations (~> 3.11.0)
52
- rspec-mocks (~> 3.11.0)
53
- rspec-core (3.11.0)
54
- rspec-support (~> 3.11.0)
55
- rspec-expectations (3.11.0)
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)
56
84
  diff-lcs (>= 1.2.0, < 2.0)
57
- rspec-support (~> 3.11.0)
58
- rspec-mocks (3.11.1)
85
+ rspec-support (~> 3.13.0)
86
+ rspec-mocks (3.13.1)
59
87
  diff-lcs (>= 1.2.0, < 2.0)
60
- rspec-support (~> 3.11.0)
61
- rspec-support (3.11.0)
62
- rubocop (1.29.1)
88
+ rspec-support (~> 3.13.0)
89
+ rspec-support (3.13.1)
90
+ rubocop (1.66.1)
91
+ json (~> 2.3)
92
+ language_server-protocol (>= 3.17.0)
63
93
  parallel (~> 1.10)
64
- parser (>= 3.1.0.0)
94
+ parser (>= 3.3.0.2)
65
95
  rainbow (>= 2.2.2, < 4.0)
66
- regexp_parser (>= 1.8, < 3.0)
67
- rexml (>= 3.2.5, < 4.0)
68
- rubocop-ast (>= 1.17.0, < 2.0)
96
+ regexp_parser (>= 2.4, < 3.0)
97
+ rubocop-ast (>= 1.32.2, < 2.0)
69
98
  ruby-progressbar (~> 1.7)
70
- unicode-display_width (>= 1.4.0, < 3.0)
71
- rubocop-ast (1.18.0)
72
- parser (>= 3.1.1.0)
73
- rubocop-performance (1.14.0)
74
- rubocop (>= 1.7.0, < 2.0)
75
- rubocop-ast (>= 0.4.0)
76
- rubocop-rails (2.14.2)
99
+ unicode-display_width (>= 2.4.0, < 3.0)
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)
77
106
  activesupport (>= 4.2.0)
78
107
  rack (>= 1.1)
79
- rubocop (>= 1.7.0, < 2.0)
108
+ rubocop (>= 1.52.0, < 2.0)
109
+ rubocop-ast (>= 1.31.1, < 2.0)
80
110
  rubocop-rake (0.6.0)
81
111
  rubocop (~> 1.0)
82
- rubocop-rspec (2.11.1)
83
- rubocop (~> 1.19)
84
- ruby-progressbar (1.11.0)
85
- tzinfo (2.0.4)
112
+ rubocop-rspec (3.1.0)
113
+ rubocop (~> 1.61)
114
+ ruby-progressbar (1.13.0)
115
+ rubyzip (2.3.2)
116
+ securerandom (0.3.1)
117
+ thor (1.3.2)
118
+ tomlrb (2.0.3)
119
+ tzinfo (2.0.6)
86
120
  concurrent-ruby (~> 1.0)
87
- unicode-display_width (2.1.0)
121
+ unicode-display_width (2.6.0)
122
+ with_env (1.1.0)
123
+ xml-simple (1.1.9)
124
+ rexml
88
125
 
89
126
  PLATFORMS
90
127
  arm64-darwin-21
128
+ ruby
129
+ x86_64-darwin-21
91
130
  x86_64-linux
92
131
 
93
132
  DEPENDENCIES
94
- pry-byebug (= 3.9.0)
133
+ appraisal (~> 2.5.0)
134
+ license_finder (~> 7.0)
135
+ pry (>= 0.14.2)
136
+ pry-byebug (= 3.10.1)
95
137
  rake (~> 13.0)
96
138
  rspec (~> 3.0)
97
- rubocop (~> 1.29.1)
98
139
  rubocop-cobra!
99
140
  rubocop-powerhome!
100
141
 
101
142
  BUNDLED WITH
102
- 2.3.7
143
+ 2.3.14
@@ -0,0 +1,3 @@
1
+ ---
2
+ - - :inherit_from
3
+ - https://raw.githubusercontent.com/powerhome/oss-guide/master/license_rules.yml
@@ -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.0"
5
+ VERSION = "0.4.3"
6
6
  end
7
7
  end
data/mkdocs.yml ADDED
@@ -0,0 +1,9 @@
1
+ site_name: Rubocop Cobra
2
+ site_description: Gem focused on providing Cops to support a healthy cobra app development
3
+ repo_url: https://github.com/powerhome/power_linting
4
+ edit_uri: edit/main/rubocop_cobra/docs/
5
+ nav:
6
+ - 'Home': 'README.md'
7
+
8
+ plugins:
9
+ - techdocs-core
@@ -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,9 +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"
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 "pry-byebug", "3.9.0"
42
+ spec.add_development_dependency "appraisal", "~> 2.5.0"
43
+ spec.add_development_dependency "license_finder", "~> 7.0"
44
+ spec.add_development_dependency "pry", ">= 0.14.2"
45
+ spec.add_development_dependency "pry-byebug", "3.10.1"
43
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.0
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: 2022-06-01 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: '0'
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: '0'
27
+ version: 1.66.1
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: rubocop-powerhome
30
30
  requirement: !ruby/object:Gem::Requirement
@@ -39,20 +39,62 @@ 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
56
+ - !ruby/object:Gem::Dependency
57
+ name: license_finder
58
+ requirement: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - "~>"
61
+ - !ruby/object:Gem::Version
62
+ version: '7.0'
63
+ type: :development
64
+ prerelease: false
65
+ version_requirements: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - "~>"
68
+ - !ruby/object:Gem::Version
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
42
84
  - !ruby/object:Gem::Dependency
43
85
  name: pry-byebug
44
86
  requirement: !ruby/object:Gem::Requirement
45
87
  requirements:
46
88
  - - '='
47
89
  - !ruby/object:Gem::Version
48
- version: 3.9.0
90
+ version: 3.10.1
49
91
  type: :development
50
92
  prerelease: false
51
93
  version_requirements: !ruby/object:Gem::Requirement
52
94
  requirements:
53
95
  - - '='
54
96
  - !ruby/object:Gem::Version
55
- version: 3.9.0
97
+ version: 3.10.1
56
98
  description: Cobra rubocop linters
57
99
  email:
58
100
  - chjunior@gmail.com
@@ -63,13 +105,21 @@ extra_rdoc_files: []
63
105
  files:
64
106
  - ".rubocop.yml"
65
107
  - ".rubocop_todo.yml"
108
+ - Appraisals
66
109
  - CHANGELOG.md
67
110
  - Gemfile
68
111
  - Gemfile.lock
69
112
  - LICENSE.txt
70
- - README.md
71
113
  - Rakefile
72
114
  - config/default.yml
115
+ - doc/dependency_decisions.yml
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
73
123
  - lib/rubocop-cobra.rb
74
124
  - lib/rubocop/cobra.rb
75
125
  - lib/rubocop/cobra/inject.rb
@@ -88,6 +138,7 @@ files:
88
138
  - lib/rubocop/cop/cobra/presenter_file_placement.rb
89
139
  - lib/rubocop/cop/cobra/view_component_file_placement.rb
90
140
  - lib/rubocop/cop/cobra_cops.rb
141
+ - mkdocs.yml
91
142
  - rubocop-cobra.gemspec
92
143
  - sig/rubocop/cobra.rbs
93
144
  homepage: https://github.com/powerhome/power_linting
@@ -98,7 +149,7 @@ metadata:
98
149
  source_code_uri: https://github.com/powerhome/power_linting
99
150
  changelog_uri: https://github.com/powerhome/power_linting/CHANGELOG.md
100
151
  rubygems_mfa_required: 'true'
101
- post_install_message:
152
+ post_install_message:
102
153
  rdoc_options: []
103
154
  require_paths:
104
155
  - lib
@@ -106,15 +157,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
106
157
  requirements:
107
158
  - - ">="
108
159
  - !ruby/object:Gem::Version
109
- version: 2.7.0
160
+ version: '3.0'
110
161
  required_rubygems_version: !ruby/object:Gem::Requirement
111
162
  requirements:
112
163
  - - ">="
113
164
  - !ruby/object:Gem::Version
114
165
  version: '0'
115
166
  requirements: []
116
- rubygems_version: 3.3.7
117
- signing_key:
167
+ rubygems_version: 3.5.16
168
+ signing_key:
118
169
  specification_version: 4
119
170
  summary: Cobra rubocop linters
120
171
  test_files: []
File without changes