rubocop-cobra 0.4.2 → 0.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Appraisals +13 -0
- data/CHANGELOG.md +4 -0
- data/Gemfile +2 -1
- data/Gemfile.lock +96 -62
- data/gemfiles/rails_6_0.gemfile +14 -0
- data/gemfiles/rails_6_0.gemfile.lock +258 -0
- data/gemfiles/rails_6_1.gemfile +14 -0
- data/gemfiles/rails_6_1.gemfile.lock +261 -0
- data/gemfiles/rails_7_0.gemfile +14 -0
- data/gemfiles/rails_7_0.gemfile.lock +260 -0
- data/lib/rubocop/cobra/version.rb +1 -1
- data/rubocop-cobra.gemspec +6 -4
- metadata +45 -13
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4068abd55c2397cb93ed99a2e8e02af1341d85e59a43d1b0d3895c6eee07ecf1
|
4
|
+
data.tar.gz: e4c982325884b328082ae5a13bcb3357c4ea07349822ac857ecc3b63595de156
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 10538952600b360c4882de1bac0d514f260e3c5d356f8329f30cf53fc3df7414fe33cf2ab6cda15c4bb939c5bc73994acd57c1e19bbe80011752ffc5e67dd6db
|
7
|
+
data.tar.gz: 02fc7dce3d5f2f23a10733e6a97efa4762923a8ab7ca6c8cf5adfa326c1c35a95f4497164122aa20c1568c821072e9be292ecf58c3eb30035e1c5332fc78b56b
|
data/Appraisals
ADDED
data/CHANGELOG.md
CHANGED
data/Gemfile
CHANGED
@@ -5,8 +5,9 @@ source "https://rubygems.org"
|
|
5
5
|
# Specify your gem's dependencies in rubocop-cobra.gemspec
|
6
6
|
gemspec
|
7
7
|
|
8
|
+
gem "net-imap", "< 0.5.0"
|
8
9
|
gem "rake", "~> 13.0"
|
9
10
|
gem "rspec", "~> 3.0"
|
10
|
-
gem "
|
11
|
+
gem "zeitwerk", "< 2.7.0"
|
11
12
|
|
12
13
|
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.
|
5
|
-
rubocop (
|
4
|
+
rubocop-powerhome (0.5.4)
|
5
|
+
rubocop (= 1.74.0)
|
6
6
|
rubocop-performance
|
7
7
|
rubocop-rails
|
8
8
|
rubocop-rake
|
@@ -11,113 +11,147 @@ PATH
|
|
11
11
|
PATH
|
12
12
|
remote: .
|
13
13
|
specs:
|
14
|
-
rubocop-cobra (0.4.
|
15
|
-
rubocop (
|
14
|
+
rubocop-cobra (0.4.4)
|
15
|
+
rubocop (= 1.74.0)
|
16
16
|
rubocop-powerhome
|
17
17
|
|
18
18
|
GEM
|
19
19
|
remote: https://rubygems.org/
|
20
20
|
specs:
|
21
|
-
activesupport (
|
22
|
-
|
21
|
+
activesupport (8.0.1)
|
22
|
+
base64
|
23
|
+
benchmark (>= 0.3)
|
24
|
+
bigdecimal
|
25
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
26
|
+
connection_pool (>= 2.2.5)
|
27
|
+
drb
|
23
28
|
i18n (>= 1.6, < 2)
|
29
|
+
logger (>= 1.4.2)
|
24
30
|
minitest (>= 5.1)
|
25
|
-
|
31
|
+
securerandom (>= 0.3)
|
32
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
33
|
+
uri (>= 0.13.1)
|
34
|
+
appraisal (2.5.0)
|
35
|
+
bundler
|
36
|
+
rake
|
37
|
+
thor (>= 0.14.0)
|
26
38
|
ast (2.4.2)
|
39
|
+
base64 (0.2.0)
|
40
|
+
benchmark (0.4.0)
|
41
|
+
bigdecimal (3.1.9)
|
27
42
|
byebug (11.1.3)
|
28
43
|
coderay (1.1.3)
|
29
|
-
concurrent-ruby (1.
|
30
|
-
|
31
|
-
|
44
|
+
concurrent-ruby (1.3.5)
|
45
|
+
connection_pool (2.5.0)
|
46
|
+
csv (3.3.2)
|
47
|
+
date (3.4.1)
|
48
|
+
diff-lcs (1.5.1)
|
49
|
+
drb (2.2.1)
|
50
|
+
i18n (1.14.7)
|
32
51
|
concurrent-ruby (~> 1.0)
|
33
|
-
json (2.
|
34
|
-
|
52
|
+
json (2.9.1)
|
53
|
+
language_server-protocol (3.17.0.3)
|
54
|
+
license_finder (7.2.1)
|
35
55
|
bundler
|
56
|
+
csv (~> 3.2)
|
36
57
|
rubyzip (>= 1, < 3)
|
37
58
|
thor (~> 1.2)
|
38
59
|
tomlrb (>= 1.3, < 2.1)
|
39
60
|
with_env (= 1.1.0)
|
40
61
|
xml-simple (~> 1.1.9)
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
62
|
+
lint_roller (1.1.0)
|
63
|
+
logger (1.6.5)
|
64
|
+
method_source (1.1.0)
|
65
|
+
minitest (5.25.4)
|
66
|
+
net-imap (0.4.18)
|
67
|
+
date
|
68
|
+
net-protocol
|
69
|
+
net-protocol (0.2.2)
|
70
|
+
timeout
|
71
|
+
parallel (1.26.3)
|
72
|
+
parser (3.3.7.0)
|
45
73
|
ast (~> 2.4.1)
|
46
|
-
|
74
|
+
racc
|
75
|
+
pry (0.14.2)
|
47
76
|
coderay (~> 1.1)
|
48
77
|
method_source (~> 1.0)
|
49
|
-
pry-byebug (3.
|
78
|
+
pry-byebug (3.10.1)
|
50
79
|
byebug (~> 11.0)
|
51
|
-
pry (
|
52
|
-
|
80
|
+
pry (>= 0.13, < 0.15)
|
81
|
+
racc (1.8.1)
|
82
|
+
rack (3.1.8)
|
53
83
|
rainbow (3.1.1)
|
54
|
-
rake (13.
|
55
|
-
regexp_parser (2.
|
56
|
-
rexml (3.
|
57
|
-
rspec (3.
|
58
|
-
rspec-core (~> 3.
|
59
|
-
rspec-expectations (~> 3.
|
60
|
-
rspec-mocks (~> 3.
|
61
|
-
rspec-core (3.
|
62
|
-
rspec-support (~> 3.
|
63
|
-
rspec-expectations (3.
|
84
|
+
rake (13.2.1)
|
85
|
+
regexp_parser (2.10.0)
|
86
|
+
rexml (3.4.0)
|
87
|
+
rspec (3.13.0)
|
88
|
+
rspec-core (~> 3.13.0)
|
89
|
+
rspec-expectations (~> 3.13.0)
|
90
|
+
rspec-mocks (~> 3.13.0)
|
91
|
+
rspec-core (3.13.2)
|
92
|
+
rspec-support (~> 3.13.0)
|
93
|
+
rspec-expectations (3.13.3)
|
64
94
|
diff-lcs (>= 1.2.0, < 2.0)
|
65
|
-
rspec-support (~> 3.
|
66
|
-
rspec-mocks (3.
|
95
|
+
rspec-support (~> 3.13.0)
|
96
|
+
rspec-mocks (3.13.2)
|
67
97
|
diff-lcs (>= 1.2.0, < 2.0)
|
68
|
-
rspec-support (~> 3.
|
69
|
-
rspec-support (3.
|
70
|
-
rubocop (1.
|
98
|
+
rspec-support (~> 3.13.0)
|
99
|
+
rspec-support (3.13.2)
|
100
|
+
rubocop (1.74.0)
|
71
101
|
json (~> 2.3)
|
102
|
+
language_server-protocol (~> 3.17.0.2)
|
103
|
+
lint_roller (~> 1.1.0)
|
72
104
|
parallel (~> 1.10)
|
73
|
-
parser (>= 3.
|
105
|
+
parser (>= 3.3.0.2)
|
74
106
|
rainbow (>= 2.2.2, < 4.0)
|
75
|
-
regexp_parser (>=
|
76
|
-
|
77
|
-
rubocop-ast (>= 1.24.1, < 2.0)
|
107
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
108
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
78
109
|
ruby-progressbar (~> 1.7)
|
79
|
-
unicode-display_width (>= 2.4.0, <
|
80
|
-
rubocop-ast (1.
|
81
|
-
parser (>= 3.
|
82
|
-
rubocop-
|
83
|
-
rubocop (
|
84
|
-
|
85
|
-
|
86
|
-
rubocop-ast (>= 0.4.0)
|
87
|
-
rubocop-rails (2.17.4)
|
110
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
111
|
+
rubocop-ast (1.39.0)
|
112
|
+
parser (>= 3.3.1.0)
|
113
|
+
rubocop-performance (1.23.1)
|
114
|
+
rubocop (>= 1.48.1, < 2.0)
|
115
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
116
|
+
rubocop-rails (2.29.1)
|
88
117
|
activesupport (>= 4.2.0)
|
89
118
|
rack (>= 1.1)
|
90
|
-
rubocop (>= 1.
|
119
|
+
rubocop (>= 1.52.0, < 2.0)
|
120
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
91
121
|
rubocop-rake (0.6.0)
|
92
122
|
rubocop (~> 1.0)
|
93
|
-
rubocop-rspec (
|
94
|
-
rubocop (~> 1.
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
thor (1.2
|
123
|
+
rubocop-rspec (3.4.0)
|
124
|
+
rubocop (~> 1.61)
|
125
|
+
ruby-progressbar (1.13.0)
|
126
|
+
rubyzip (2.4.1)
|
127
|
+
securerandom (0.4.1)
|
128
|
+
thor (1.3.2)
|
129
|
+
timeout (0.4.3)
|
99
130
|
tomlrb (2.0.3)
|
100
131
|
tzinfo (2.0.6)
|
101
132
|
concurrent-ruby (~> 1.0)
|
102
|
-
unicode-display_width (2.
|
133
|
+
unicode-display_width (2.6.0)
|
134
|
+
uri (1.0.2)
|
103
135
|
with_env (1.1.0)
|
104
136
|
xml-simple (1.1.9)
|
105
137
|
rexml
|
138
|
+
zeitwerk (2.6.18)
|
106
139
|
|
107
140
|
PLATFORMS
|
108
|
-
arm64-darwin-
|
141
|
+
arm64-darwin-24
|
109
142
|
ruby
|
110
|
-
x86_64-darwin-21
|
111
|
-
x86_64-linux
|
112
143
|
|
113
144
|
DEPENDENCIES
|
145
|
+
appraisal (~> 2.5.0)
|
114
146
|
license_finder (~> 7.0)
|
115
|
-
|
147
|
+
net-imap (< 0.5.0)
|
148
|
+
pry (>= 0.14.2)
|
149
|
+
pry-byebug (= 3.10.1)
|
116
150
|
rake (~> 13.0)
|
117
151
|
rspec (~> 3.0)
|
118
|
-
rubocop (~> 1.44.0)
|
119
152
|
rubocop-cobra!
|
120
153
|
rubocop-powerhome!
|
154
|
+
zeitwerk (< 2.7.0)
|
121
155
|
|
122
156
|
BUNDLED WITH
|
123
|
-
2.
|
157
|
+
2.5.23
|
@@ -0,0 +1,14 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# This file was generated by Appraisal
|
4
|
+
|
5
|
+
source "https://rubygems.org"
|
6
|
+
|
7
|
+
gem "net-imap", "< 0.5.0"
|
8
|
+
gem "rails", "6.0.6.1"
|
9
|
+
gem "rake", "~> 13.0"
|
10
|
+
gem "rspec", "~> 3.0"
|
11
|
+
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
|
12
|
+
gem "zeitwerk", "< 2.7.0"
|
13
|
+
|
14
|
+
gemspec path: "../"
|
@@ -0,0 +1,258 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ../../rubocop-powerhome
|
3
|
+
specs:
|
4
|
+
rubocop-powerhome (0.5.4)
|
5
|
+
rubocop (= 1.74.0)
|
6
|
+
rubocop-performance
|
7
|
+
rubocop-rails
|
8
|
+
rubocop-rake
|
9
|
+
rubocop-rspec
|
10
|
+
|
11
|
+
PATH
|
12
|
+
remote: ..
|
13
|
+
specs:
|
14
|
+
rubocop-cobra (0.4.4)
|
15
|
+
rubocop (= 1.74.0)
|
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.1)
|
87
|
+
date (3.4.1)
|
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.9.0)
|
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
|
+
lint_roller (1.1.0)
|
105
|
+
loofah (2.23.1)
|
106
|
+
crass (~> 1.0.2)
|
107
|
+
nokogiri (>= 1.12.0)
|
108
|
+
mail (2.8.1)
|
109
|
+
mini_mime (>= 0.1.1)
|
110
|
+
net-imap
|
111
|
+
net-pop
|
112
|
+
net-smtp
|
113
|
+
marcel (1.0.4)
|
114
|
+
method_source (1.1.0)
|
115
|
+
mini_mime (1.1.5)
|
116
|
+
minitest (5.25.4)
|
117
|
+
net-imap (0.4.18)
|
118
|
+
date
|
119
|
+
net-protocol
|
120
|
+
net-pop (0.1.2)
|
121
|
+
net-protocol
|
122
|
+
net-protocol (0.2.2)
|
123
|
+
timeout
|
124
|
+
net-smtp (0.5.0)
|
125
|
+
net-protocol
|
126
|
+
nio4r (2.7.4)
|
127
|
+
nokogiri (1.17.2-arm64-darwin)
|
128
|
+
racc (~> 1.4)
|
129
|
+
nokogiri (1.17.2-x86_64-linux)
|
130
|
+
racc (~> 1.4)
|
131
|
+
parallel (1.26.3)
|
132
|
+
parser (3.3.6.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.1)
|
142
|
+
rack (2.2.10)
|
143
|
+
rack-test (2.1.0)
|
144
|
+
rack (>= 1.3)
|
145
|
+
rails (6.0.6.1)
|
146
|
+
actioncable (= 6.0.6.1)
|
147
|
+
actionmailbox (= 6.0.6.1)
|
148
|
+
actionmailer (= 6.0.6.1)
|
149
|
+
actionpack (= 6.0.6.1)
|
150
|
+
actiontext (= 6.0.6.1)
|
151
|
+
actionview (= 6.0.6.1)
|
152
|
+
activejob (= 6.0.6.1)
|
153
|
+
activemodel (= 6.0.6.1)
|
154
|
+
activerecord (= 6.0.6.1)
|
155
|
+
activestorage (= 6.0.6.1)
|
156
|
+
activesupport (= 6.0.6.1)
|
157
|
+
bundler (>= 1.3.0)
|
158
|
+
railties (= 6.0.6.1)
|
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.2)
|
165
|
+
loofah (~> 2.21)
|
166
|
+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
167
|
+
railties (6.0.6.1)
|
168
|
+
actionpack (= 6.0.6.1)
|
169
|
+
activesupport (= 6.0.6.1)
|
170
|
+
method_source
|
171
|
+
rake (>= 0.8.7)
|
172
|
+
thor (>= 0.20.3, < 2.0)
|
173
|
+
rainbow (3.1.1)
|
174
|
+
rake (13.2.1)
|
175
|
+
regexp_parser (2.9.3)
|
176
|
+
rexml (3.4.0)
|
177
|
+
rspec (3.13.0)
|
178
|
+
rspec-core (~> 3.13.0)
|
179
|
+
rspec-expectations (~> 3.13.0)
|
180
|
+
rspec-mocks (~> 3.13.0)
|
181
|
+
rspec-core (3.13.2)
|
182
|
+
rspec-support (~> 3.13.0)
|
183
|
+
rspec-expectations (3.13.3)
|
184
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
185
|
+
rspec-support (~> 3.13.0)
|
186
|
+
rspec-mocks (3.13.2)
|
187
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
188
|
+
rspec-support (~> 3.13.0)
|
189
|
+
rspec-support (3.13.2)
|
190
|
+
rubocop (1.74.0)
|
191
|
+
json (~> 2.3)
|
192
|
+
language_server-protocol (~> 3.17.0.2)
|
193
|
+
lint_roller (~> 1.1.0)
|
194
|
+
parallel (~> 1.10)
|
195
|
+
parser (>= 3.3.0.2)
|
196
|
+
rainbow (>= 2.2.2, < 4.0)
|
197
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
198
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
199
|
+
ruby-progressbar (~> 1.7)
|
200
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
201
|
+
rubocop-ast (1.39.0)
|
202
|
+
parser (>= 3.3.1.0)
|
203
|
+
rubocop-performance (1.23.0)
|
204
|
+
rubocop (>= 1.48.1, < 2.0)
|
205
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
206
|
+
rubocop-rails (2.27.0)
|
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.3.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
|
+
thor (1.3.2)
|
225
|
+
thread_safe (0.3.6)
|
226
|
+
timeout (0.4.3)
|
227
|
+
tomlrb (2.0.3)
|
228
|
+
tzinfo (1.2.11)
|
229
|
+
thread_safe (~> 0.1)
|
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
|
+
arm64-darwin-24
|
242
|
+
x86_64-linux
|
243
|
+
|
244
|
+
DEPENDENCIES
|
245
|
+
appraisal (~> 2.5.0)
|
246
|
+
license_finder (~> 7.0)
|
247
|
+
net-imap (< 0.5.0)
|
248
|
+
pry (>= 0.14.2)
|
249
|
+
pry-byebug (= 3.10.1)
|
250
|
+
rails (= 6.0.6.1)
|
251
|
+
rake (~> 13.0)
|
252
|
+
rspec (~> 3.0)
|
253
|
+
rubocop-cobra!
|
254
|
+
rubocop-powerhome!
|
255
|
+
zeitwerk (< 2.7.0)
|
256
|
+
|
257
|
+
BUNDLED WITH
|
258
|
+
2.5.23
|
@@ -0,0 +1,14 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# This file was generated by Appraisal
|
4
|
+
|
5
|
+
source "https://rubygems.org"
|
6
|
+
|
7
|
+
gem "net-imap", "< 0.5.0"
|
8
|
+
gem "rails", "6.1.7.7"
|
9
|
+
gem "rake", "~> 13.0"
|
10
|
+
gem "rspec", "~> 3.0"
|
11
|
+
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
|
12
|
+
gem "zeitwerk", "< 2.7.0"
|
13
|
+
|
14
|
+
gemspec path: "../"
|
@@ -0,0 +1,261 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ../../rubocop-powerhome
|
3
|
+
specs:
|
4
|
+
rubocop-powerhome (0.5.4)
|
5
|
+
rubocop (= 1.74.0)
|
6
|
+
rubocop-performance
|
7
|
+
rubocop-rails
|
8
|
+
rubocop-rake
|
9
|
+
rubocop-rspec
|
10
|
+
|
11
|
+
PATH
|
12
|
+
remote: ..
|
13
|
+
specs:
|
14
|
+
rubocop-cobra (0.4.4)
|
15
|
+
rubocop (= 1.74.0)
|
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.1)
|
91
|
+
date (3.4.1)
|
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.9.0)
|
99
|
+
language_server-protocol (3.17.0.3)
|
100
|
+
license_finder (7.2.1)
|
101
|
+
bundler
|
102
|
+
csv (~> 3.2)
|
103
|
+
rubyzip (>= 1, < 3)
|
104
|
+
thor (~> 1.2)
|
105
|
+
tomlrb (>= 1.3, < 2.1)
|
106
|
+
with_env (= 1.1.0)
|
107
|
+
xml-simple (~> 1.1.9)
|
108
|
+
lint_roller (1.1.0)
|
109
|
+
loofah (2.23.1)
|
110
|
+
crass (~> 1.0.2)
|
111
|
+
nokogiri (>= 1.12.0)
|
112
|
+
mail (2.8.1)
|
113
|
+
mini_mime (>= 0.1.1)
|
114
|
+
net-imap
|
115
|
+
net-pop
|
116
|
+
net-smtp
|
117
|
+
marcel (1.0.4)
|
118
|
+
method_source (1.1.0)
|
119
|
+
mini_mime (1.1.5)
|
120
|
+
minitest (5.25.4)
|
121
|
+
net-imap (0.4.18)
|
122
|
+
date
|
123
|
+
net-protocol
|
124
|
+
net-pop (0.1.2)
|
125
|
+
net-protocol
|
126
|
+
net-protocol (0.2.2)
|
127
|
+
timeout
|
128
|
+
net-smtp (0.5.0)
|
129
|
+
net-protocol
|
130
|
+
nio4r (2.7.4)
|
131
|
+
nokogiri (1.17.2-arm64-darwin)
|
132
|
+
racc (~> 1.4)
|
133
|
+
nokogiri (1.17.2-x86_64-linux)
|
134
|
+
racc (~> 1.4)
|
135
|
+
parallel (1.26.3)
|
136
|
+
parser (3.3.6.0)
|
137
|
+
ast (~> 2.4.1)
|
138
|
+
racc
|
139
|
+
pry (0.14.2)
|
140
|
+
coderay (~> 1.1)
|
141
|
+
method_source (~> 1.0)
|
142
|
+
pry-byebug (3.10.1)
|
143
|
+
byebug (~> 11.0)
|
144
|
+
pry (>= 0.13, < 0.15)
|
145
|
+
racc (1.8.1)
|
146
|
+
rack (2.2.10)
|
147
|
+
rack-test (2.1.0)
|
148
|
+
rack (>= 1.3)
|
149
|
+
rails (6.1.7.7)
|
150
|
+
actioncable (= 6.1.7.7)
|
151
|
+
actionmailbox (= 6.1.7.7)
|
152
|
+
actionmailer (= 6.1.7.7)
|
153
|
+
actionpack (= 6.1.7.7)
|
154
|
+
actiontext (= 6.1.7.7)
|
155
|
+
actionview (= 6.1.7.7)
|
156
|
+
activejob (= 6.1.7.7)
|
157
|
+
activemodel (= 6.1.7.7)
|
158
|
+
activerecord (= 6.1.7.7)
|
159
|
+
activestorage (= 6.1.7.7)
|
160
|
+
activesupport (= 6.1.7.7)
|
161
|
+
bundler (>= 1.15.0)
|
162
|
+
railties (= 6.1.7.7)
|
163
|
+
sprockets-rails (>= 2.0.0)
|
164
|
+
rails-dom-testing (2.2.0)
|
165
|
+
activesupport (>= 5.0.0)
|
166
|
+
minitest
|
167
|
+
nokogiri (>= 1.6)
|
168
|
+
rails-html-sanitizer (1.6.2)
|
169
|
+
loofah (~> 2.21)
|
170
|
+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
171
|
+
railties (6.1.7.7)
|
172
|
+
actionpack (= 6.1.7.7)
|
173
|
+
activesupport (= 6.1.7.7)
|
174
|
+
method_source
|
175
|
+
rake (>= 12.2)
|
176
|
+
thor (~> 1.0)
|
177
|
+
rainbow (3.1.1)
|
178
|
+
rake (13.2.1)
|
179
|
+
regexp_parser (2.9.3)
|
180
|
+
rexml (3.4.0)
|
181
|
+
rspec (3.13.0)
|
182
|
+
rspec-core (~> 3.13.0)
|
183
|
+
rspec-expectations (~> 3.13.0)
|
184
|
+
rspec-mocks (~> 3.13.0)
|
185
|
+
rspec-core (3.13.2)
|
186
|
+
rspec-support (~> 3.13.0)
|
187
|
+
rspec-expectations (3.13.3)
|
188
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
189
|
+
rspec-support (~> 3.13.0)
|
190
|
+
rspec-mocks (3.13.2)
|
191
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
192
|
+
rspec-support (~> 3.13.0)
|
193
|
+
rspec-support (3.13.2)
|
194
|
+
rubocop (1.74.0)
|
195
|
+
json (~> 2.3)
|
196
|
+
language_server-protocol (~> 3.17.0.2)
|
197
|
+
lint_roller (~> 1.1.0)
|
198
|
+
parallel (~> 1.10)
|
199
|
+
parser (>= 3.3.0.2)
|
200
|
+
rainbow (>= 2.2.2, < 4.0)
|
201
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
202
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
203
|
+
ruby-progressbar (~> 1.7)
|
204
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
205
|
+
rubocop-ast (1.39.0)
|
206
|
+
parser (>= 3.3.1.0)
|
207
|
+
rubocop-performance (1.23.0)
|
208
|
+
rubocop (>= 1.48.1, < 2.0)
|
209
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
210
|
+
rubocop-rails (2.27.0)
|
211
|
+
activesupport (>= 4.2.0)
|
212
|
+
rack (>= 1.1)
|
213
|
+
rubocop (>= 1.52.0, < 2.0)
|
214
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
215
|
+
rubocop-rake (0.6.0)
|
216
|
+
rubocop (~> 1.0)
|
217
|
+
rubocop-rspec (3.3.0)
|
218
|
+
rubocop (~> 1.61)
|
219
|
+
ruby-progressbar (1.13.0)
|
220
|
+
rubyzip (2.3.2)
|
221
|
+
sprockets (4.2.1)
|
222
|
+
concurrent-ruby (~> 1.0)
|
223
|
+
rack (>= 2.2.4, < 4)
|
224
|
+
sprockets-rails (3.5.2)
|
225
|
+
actionpack (>= 6.1)
|
226
|
+
activesupport (>= 6.1)
|
227
|
+
sprockets (>= 3.0.0)
|
228
|
+
thor (1.3.2)
|
229
|
+
timeout (0.4.3)
|
230
|
+
tomlrb (2.0.3)
|
231
|
+
tzinfo (2.0.6)
|
232
|
+
concurrent-ruby (~> 1.0)
|
233
|
+
unicode-display_width (2.6.0)
|
234
|
+
websocket-driver (0.7.6)
|
235
|
+
websocket-extensions (>= 0.1.0)
|
236
|
+
websocket-extensions (0.1.5)
|
237
|
+
with_env (1.1.0)
|
238
|
+
xml-simple (1.1.9)
|
239
|
+
rexml
|
240
|
+
zeitwerk (2.6.18)
|
241
|
+
|
242
|
+
PLATFORMS
|
243
|
+
arm64-darwin-23
|
244
|
+
arm64-darwin-24
|
245
|
+
x86_64-linux
|
246
|
+
|
247
|
+
DEPENDENCIES
|
248
|
+
appraisal (~> 2.5.0)
|
249
|
+
license_finder (~> 7.0)
|
250
|
+
net-imap (< 0.5.0)
|
251
|
+
pry (>= 0.14.2)
|
252
|
+
pry-byebug (= 3.10.1)
|
253
|
+
rails (= 6.1.7.7)
|
254
|
+
rake (~> 13.0)
|
255
|
+
rspec (~> 3.0)
|
256
|
+
rubocop-cobra!
|
257
|
+
rubocop-powerhome!
|
258
|
+
zeitwerk (< 2.7.0)
|
259
|
+
|
260
|
+
BUNDLED WITH
|
261
|
+
2.5.23
|
@@ -0,0 +1,14 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# This file was generated by Appraisal
|
4
|
+
|
5
|
+
source "https://rubygems.org"
|
6
|
+
|
7
|
+
gem "net-imap", "< 0.5.0"
|
8
|
+
gem "rails", "7.0.8.1"
|
9
|
+
gem "rake", "~> 13.0"
|
10
|
+
gem "rspec", "~> 3.0"
|
11
|
+
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
|
12
|
+
gem "zeitwerk", "< 2.7.0"
|
13
|
+
|
14
|
+
gemspec path: "../"
|
@@ -0,0 +1,260 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ../../rubocop-powerhome
|
3
|
+
specs:
|
4
|
+
rubocop-powerhome (0.5.4)
|
5
|
+
rubocop (= 1.74.0)
|
6
|
+
rubocop-performance
|
7
|
+
rubocop-rails
|
8
|
+
rubocop-rake
|
9
|
+
rubocop-rspec
|
10
|
+
|
11
|
+
PATH
|
12
|
+
remote: ..
|
13
|
+
specs:
|
14
|
+
rubocop-cobra (0.4.4)
|
15
|
+
rubocop (= 1.74.0)
|
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.1)
|
97
|
+
date (3.4.1)
|
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.9.0)
|
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
|
+
lint_roller (1.1.0)
|
115
|
+
loofah (2.23.1)
|
116
|
+
crass (~> 1.0.2)
|
117
|
+
nokogiri (>= 1.12.0)
|
118
|
+
mail (2.8.1)
|
119
|
+
mini_mime (>= 0.1.1)
|
120
|
+
net-imap
|
121
|
+
net-pop
|
122
|
+
net-smtp
|
123
|
+
marcel (1.0.4)
|
124
|
+
method_source (1.1.0)
|
125
|
+
mini_mime (1.1.5)
|
126
|
+
minitest (5.25.4)
|
127
|
+
net-imap (0.4.18)
|
128
|
+
date
|
129
|
+
net-protocol
|
130
|
+
net-pop (0.1.2)
|
131
|
+
net-protocol
|
132
|
+
net-protocol (0.2.2)
|
133
|
+
timeout
|
134
|
+
net-smtp (0.5.0)
|
135
|
+
net-protocol
|
136
|
+
nio4r (2.7.4)
|
137
|
+
nokogiri (1.17.2-arm64-darwin)
|
138
|
+
racc (~> 1.4)
|
139
|
+
nokogiri (1.17.2-x86_64-linux)
|
140
|
+
racc (~> 1.4)
|
141
|
+
parallel (1.26.3)
|
142
|
+
parser (3.3.6.0)
|
143
|
+
ast (~> 2.4.1)
|
144
|
+
racc
|
145
|
+
pry (0.14.2)
|
146
|
+
coderay (~> 1.1)
|
147
|
+
method_source (~> 1.0)
|
148
|
+
pry-byebug (3.10.1)
|
149
|
+
byebug (~> 11.0)
|
150
|
+
pry (>= 0.13, < 0.15)
|
151
|
+
racc (1.8.1)
|
152
|
+
rack (2.2.10)
|
153
|
+
rack-test (2.1.0)
|
154
|
+
rack (>= 1.3)
|
155
|
+
rails (7.0.8.1)
|
156
|
+
actioncable (= 7.0.8.1)
|
157
|
+
actionmailbox (= 7.0.8.1)
|
158
|
+
actionmailer (= 7.0.8.1)
|
159
|
+
actionpack (= 7.0.8.1)
|
160
|
+
actiontext (= 7.0.8.1)
|
161
|
+
actionview (= 7.0.8.1)
|
162
|
+
activejob (= 7.0.8.1)
|
163
|
+
activemodel (= 7.0.8.1)
|
164
|
+
activerecord (= 7.0.8.1)
|
165
|
+
activestorage (= 7.0.8.1)
|
166
|
+
activesupport (= 7.0.8.1)
|
167
|
+
bundler (>= 1.15.0)
|
168
|
+
railties (= 7.0.8.1)
|
169
|
+
rails-dom-testing (2.2.0)
|
170
|
+
activesupport (>= 5.0.0)
|
171
|
+
minitest
|
172
|
+
nokogiri (>= 1.6)
|
173
|
+
rails-html-sanitizer (1.6.2)
|
174
|
+
loofah (~> 2.21)
|
175
|
+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
|
176
|
+
railties (7.0.8.1)
|
177
|
+
actionpack (= 7.0.8.1)
|
178
|
+
activesupport (= 7.0.8.1)
|
179
|
+
method_source
|
180
|
+
rake (>= 12.2)
|
181
|
+
thor (~> 1.0)
|
182
|
+
zeitwerk (~> 2.5)
|
183
|
+
rainbow (3.1.1)
|
184
|
+
rake (13.2.1)
|
185
|
+
regexp_parser (2.9.3)
|
186
|
+
rexml (3.4.0)
|
187
|
+
rspec (3.13.0)
|
188
|
+
rspec-core (~> 3.13.0)
|
189
|
+
rspec-expectations (~> 3.13.0)
|
190
|
+
rspec-mocks (~> 3.13.0)
|
191
|
+
rspec-core (3.13.2)
|
192
|
+
rspec-support (~> 3.13.0)
|
193
|
+
rspec-expectations (3.13.3)
|
194
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
195
|
+
rspec-support (~> 3.13.0)
|
196
|
+
rspec-mocks (3.13.2)
|
197
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
198
|
+
rspec-support (~> 3.13.0)
|
199
|
+
rspec-support (3.13.2)
|
200
|
+
rubocop (1.74.0)
|
201
|
+
json (~> 2.3)
|
202
|
+
language_server-protocol (~> 3.17.0.2)
|
203
|
+
lint_roller (~> 1.1.0)
|
204
|
+
parallel (~> 1.10)
|
205
|
+
parser (>= 3.3.0.2)
|
206
|
+
rainbow (>= 2.2.2, < 4.0)
|
207
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
208
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
209
|
+
ruby-progressbar (~> 1.7)
|
210
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
211
|
+
rubocop-ast (1.39.0)
|
212
|
+
parser (>= 3.3.1.0)
|
213
|
+
rubocop-performance (1.23.0)
|
214
|
+
rubocop (>= 1.48.1, < 2.0)
|
215
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
216
|
+
rubocop-rails (2.27.0)
|
217
|
+
activesupport (>= 4.2.0)
|
218
|
+
rack (>= 1.1)
|
219
|
+
rubocop (>= 1.52.0, < 2.0)
|
220
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
221
|
+
rubocop-rake (0.6.0)
|
222
|
+
rubocop (~> 1.0)
|
223
|
+
rubocop-rspec (3.3.0)
|
224
|
+
rubocop (~> 1.61)
|
225
|
+
ruby-progressbar (1.13.0)
|
226
|
+
rubyzip (2.3.2)
|
227
|
+
thor (1.3.2)
|
228
|
+
timeout (0.4.3)
|
229
|
+
tomlrb (2.0.3)
|
230
|
+
tzinfo (2.0.6)
|
231
|
+
concurrent-ruby (~> 1.0)
|
232
|
+
unicode-display_width (2.6.0)
|
233
|
+
websocket-driver (0.7.6)
|
234
|
+
websocket-extensions (>= 0.1.0)
|
235
|
+
websocket-extensions (0.1.5)
|
236
|
+
with_env (1.1.0)
|
237
|
+
xml-simple (1.1.9)
|
238
|
+
rexml
|
239
|
+
zeitwerk (2.6.18)
|
240
|
+
|
241
|
+
PLATFORMS
|
242
|
+
arm64-darwin-23
|
243
|
+
arm64-darwin-24
|
244
|
+
x86_64-linux
|
245
|
+
|
246
|
+
DEPENDENCIES
|
247
|
+
appraisal (~> 2.5.0)
|
248
|
+
license_finder (~> 7.0)
|
249
|
+
net-imap (< 0.5.0)
|
250
|
+
pry (>= 0.14.2)
|
251
|
+
pry-byebug (= 3.10.1)
|
252
|
+
rails (= 7.0.8.1)
|
253
|
+
rake (~> 13.0)
|
254
|
+
rspec (~> 3.0)
|
255
|
+
rubocop-cobra!
|
256
|
+
rubocop-powerhome!
|
257
|
+
zeitwerk (< 2.7.0)
|
258
|
+
|
259
|
+
BUNDLED WITH
|
260
|
+
2.5.23
|
data/rubocop-cobra.gemspec
CHANGED
@@ -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 = ">=
|
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.
|
39
|
-
spec.
|
38
|
+
spec.add_dependency "rubocop", "1.74.0"
|
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
|
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,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-cobra
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Carlos Palhares
|
8
8
|
- Garett Arrowood
|
9
|
-
autorequire:
|
10
9
|
bindir: exe
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2025-03-19 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: rubocop
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
16
|
requirements:
|
18
|
-
- -
|
17
|
+
- - '='
|
19
18
|
- !ruby/object:Gem::Version
|
20
|
-
version:
|
19
|
+
version: 1.74.0
|
21
20
|
type: :runtime
|
22
21
|
prerelease: false
|
23
22
|
version_requirements: !ruby/object:Gem::Requirement
|
24
23
|
requirements:
|
25
|
-
- -
|
24
|
+
- - '='
|
26
25
|
- !ruby/object:Gem::Version
|
27
|
-
version:
|
26
|
+
version: 1.74.0
|
28
27
|
- !ruby/object:Gem::Dependency
|
29
28
|
name: rubocop-powerhome
|
30
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -39,6 +38,20 @@ dependencies:
|
|
39
38
|
- - ">="
|
40
39
|
- !ruby/object:Gem::Version
|
41
40
|
version: '0'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: appraisal
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: 2.5.0
|
48
|
+
type: :development
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - "~>"
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: 2.5.0
|
42
55
|
- !ruby/object:Gem::Dependency
|
43
56
|
name: license_finder
|
44
57
|
requirement: !ruby/object:Gem::Requirement
|
@@ -53,20 +66,34 @@ dependencies:
|
|
53
66
|
- - "~>"
|
54
67
|
- !ruby/object:Gem::Version
|
55
68
|
version: '7.0'
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: pry
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - ">="
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: 0.14.2
|
76
|
+
type: :development
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - ">="
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: 0.14.2
|
56
83
|
- !ruby/object:Gem::Dependency
|
57
84
|
name: pry-byebug
|
58
85
|
requirement: !ruby/object:Gem::Requirement
|
59
86
|
requirements:
|
60
87
|
- - '='
|
61
88
|
- !ruby/object:Gem::Version
|
62
|
-
version: 3.
|
89
|
+
version: 3.10.1
|
63
90
|
type: :development
|
64
91
|
prerelease: false
|
65
92
|
version_requirements: !ruby/object:Gem::Requirement
|
66
93
|
requirements:
|
67
94
|
- - '='
|
68
95
|
- !ruby/object:Gem::Version
|
69
|
-
version: 3.
|
96
|
+
version: 3.10.1
|
70
97
|
description: Cobra rubocop linters
|
71
98
|
email:
|
72
99
|
- chjunior@gmail.com
|
@@ -77,6 +104,7 @@ extra_rdoc_files: []
|
|
77
104
|
files:
|
78
105
|
- ".rubocop.yml"
|
79
106
|
- ".rubocop_todo.yml"
|
107
|
+
- Appraisals
|
80
108
|
- CHANGELOG.md
|
81
109
|
- Gemfile
|
82
110
|
- Gemfile.lock
|
@@ -85,6 +113,12 @@ files:
|
|
85
113
|
- config/default.yml
|
86
114
|
- doc/dependency_decisions.yml
|
87
115
|
- docs/README.md
|
116
|
+
- gemfiles/rails_6_0.gemfile
|
117
|
+
- gemfiles/rails_6_0.gemfile.lock
|
118
|
+
- gemfiles/rails_6_1.gemfile
|
119
|
+
- gemfiles/rails_6_1.gemfile.lock
|
120
|
+
- gemfiles/rails_7_0.gemfile
|
121
|
+
- gemfiles/rails_7_0.gemfile.lock
|
88
122
|
- lib/rubocop-cobra.rb
|
89
123
|
- lib/rubocop/cobra.rb
|
90
124
|
- lib/rubocop/cobra/inject.rb
|
@@ -114,7 +148,6 @@ metadata:
|
|
114
148
|
source_code_uri: https://github.com/powerhome/power_linting
|
115
149
|
changelog_uri: https://github.com/powerhome/power_linting/CHANGELOG.md
|
116
150
|
rubygems_mfa_required: 'true'
|
117
|
-
post_install_message:
|
118
151
|
rdoc_options: []
|
119
152
|
require_paths:
|
120
153
|
- lib
|
@@ -122,15 +155,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
122
155
|
requirements:
|
123
156
|
- - ">="
|
124
157
|
- !ruby/object:Gem::Version
|
125
|
-
version:
|
158
|
+
version: '3.0'
|
126
159
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
127
160
|
requirements:
|
128
161
|
- - ">="
|
129
162
|
- !ruby/object:Gem::Version
|
130
163
|
version: '0'
|
131
164
|
requirements: []
|
132
|
-
rubygems_version: 3.
|
133
|
-
signing_key:
|
165
|
+
rubygems_version: 3.6.2
|
134
166
|
specification_version: 4
|
135
167
|
summary: Cobra rubocop linters
|
136
168
|
test_files: []
|