nxt_cop 2.4.0 → 2.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.circleci/config.yml +1 -1
- data/.ruby-version +1 -1
- data/.tool-versions +1 -1
- data/CHANGELOG.md +6 -0
- data/Gemfile.lock +39 -35
- data/lib/nxt_cop/version.rb +1 -1
- data/nxt_cop.gemspec +5 -2
- metadata +49 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d36d052009c7de1ca3318d89019cd42f7db459c9ee4b2c0dd88f2e63adc37a83
|
4
|
+
data.tar.gz: 5c8b68f2cf5db256d431f1e7a37702417401b82eb017af97a71f73c0f515fc2b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 83bf1c4ce35ca15ea3211674015ca930797974855394b65fb3fbdd059399aae5542cf34be808d587df99a981ee2bc28fecfac7c2645bb244662bad3e35428fba
|
7
|
+
data.tar.gz: cf81b2893d0dfd9d8df6b4d9ff624fe16bfe70a546849fa5a0bb8a84b73f555ced914022ed452dc0e9f9ada71fcf4a9069c717a9dc3169b7d5b4241097472400
|
data/.circleci/config.yml
CHANGED
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.3.
|
1
|
+
3.3.2
|
data/.tool-versions
CHANGED
@@ -1 +1 @@
|
|
1
|
-
ruby 3.3.
|
1
|
+
ruby 3.3.2
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,15 +1,18 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
nxt_cop (2.
|
5
|
-
rubocop (~> 1.60
|
4
|
+
nxt_cop (2.5.0)
|
5
|
+
rubocop (~> 1.60)
|
6
|
+
rubocop-capybara (~> 2.21)
|
7
|
+
rubocop-factory_bot (~> 2.26)
|
6
8
|
rubocop-rails (~> 2.8)
|
7
|
-
rubocop-rspec (~>
|
9
|
+
rubocop-rspec (~> 3.0)
|
10
|
+
rubocop-rspec_rails (~> 2.30)
|
8
11
|
|
9
12
|
GEM
|
10
13
|
remote: https://rubygems.org/
|
11
14
|
specs:
|
12
|
-
activesupport (7.1.3)
|
15
|
+
activesupport (7.1.3.4)
|
13
16
|
base64
|
14
17
|
bigdecimal
|
15
18
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
@@ -21,28 +24,28 @@ GEM
|
|
21
24
|
tzinfo (~> 2.0)
|
22
25
|
ast (2.4.2)
|
23
26
|
base64 (0.2.0)
|
24
|
-
bigdecimal (3.1.
|
25
|
-
concurrent-ruby (1.
|
27
|
+
bigdecimal (3.1.8)
|
28
|
+
concurrent-ruby (1.3.3)
|
26
29
|
connection_pool (2.4.1)
|
27
30
|
diff-lcs (1.5.1)
|
28
|
-
drb (2.2.
|
29
|
-
|
30
|
-
i18n (1.14.1)
|
31
|
+
drb (2.2.1)
|
32
|
+
i18n (1.14.5)
|
31
33
|
concurrent-ruby (~> 1.0)
|
32
|
-
json (2.7.
|
34
|
+
json (2.7.2)
|
33
35
|
language_server-protocol (3.17.0.3)
|
34
|
-
minitest (5.
|
36
|
+
minitest (5.23.1)
|
35
37
|
mutex_m (0.2.0)
|
36
|
-
parallel (1.
|
37
|
-
parser (3.3.0
|
38
|
+
parallel (1.25.1)
|
39
|
+
parser (3.3.2.0)
|
38
40
|
ast (~> 2.4.1)
|
39
41
|
racc
|
40
|
-
racc (1.
|
41
|
-
rack (3.0
|
42
|
+
racc (1.8.0)
|
43
|
+
rack (3.1.0)
|
42
44
|
rainbow (3.1.1)
|
43
|
-
rake (13.1
|
44
|
-
regexp_parser (2.9.
|
45
|
-
rexml (3.
|
45
|
+
rake (13.2.1)
|
46
|
+
regexp_parser (2.9.2)
|
47
|
+
rexml (3.3.0)
|
48
|
+
strscan
|
46
49
|
rspec (3.13.0)
|
47
50
|
rspec-core (~> 3.13.0)
|
48
51
|
rspec-expectations (~> 3.13.0)
|
@@ -52,13 +55,13 @@ GEM
|
|
52
55
|
rspec-expectations (3.13.0)
|
53
56
|
diff-lcs (>= 1.2.0, < 2.0)
|
54
57
|
rspec-support (~> 3.13.0)
|
55
|
-
rspec-mocks (3.13.
|
58
|
+
rspec-mocks (3.13.1)
|
56
59
|
diff-lcs (>= 1.2.0, < 2.0)
|
57
60
|
rspec-support (~> 3.13.0)
|
58
|
-
rspec-support (3.13.
|
61
|
+
rspec-support (3.13.1)
|
59
62
|
rspec_junit_formatter (0.6.0)
|
60
63
|
rspec-core (>= 2, < 4, != 2.12.0)
|
61
|
-
rubocop (1.
|
64
|
+
rubocop (1.64.1)
|
62
65
|
json (~> 2.3)
|
63
66
|
language_server-protocol (>= 3.17.0)
|
64
67
|
parallel (~> 1.10)
|
@@ -66,26 +69,27 @@ GEM
|
|
66
69
|
rainbow (>= 2.2.2, < 4.0)
|
67
70
|
regexp_parser (>= 1.8, < 3.0)
|
68
71
|
rexml (>= 3.2.5, < 4.0)
|
69
|
-
rubocop-ast (>= 1.
|
72
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
70
73
|
ruby-progressbar (~> 1.7)
|
71
74
|
unicode-display_width (>= 2.4.0, < 3.0)
|
72
|
-
rubocop-ast (1.
|
73
|
-
parser (>= 3.
|
74
|
-
rubocop-capybara (2.
|
75
|
+
rubocop-ast (1.31.3)
|
76
|
+
parser (>= 3.3.1.0)
|
77
|
+
rubocop-capybara (2.21.0)
|
75
78
|
rubocop (~> 1.41)
|
76
|
-
rubocop-factory_bot (2.
|
77
|
-
rubocop (~> 1.
|
78
|
-
rubocop-rails (2.
|
79
|
+
rubocop-factory_bot (2.26.1)
|
80
|
+
rubocop (~> 1.61)
|
81
|
+
rubocop-rails (2.25.0)
|
79
82
|
activesupport (>= 4.2.0)
|
80
83
|
rack (>= 1.1)
|
81
84
|
rubocop (>= 1.33.0, < 2.0)
|
82
|
-
rubocop-ast (>= 1.
|
83
|
-
rubocop-rspec (
|
84
|
-
rubocop (~> 1.
|
85
|
-
|
86
|
-
rubocop
|
85
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
86
|
+
rubocop-rspec (3.0.1)
|
87
|
+
rubocop (~> 1.61)
|
88
|
+
rubocop-rspec_rails (2.30.0)
|
89
|
+
rubocop (~> 1.61)
|
90
|
+
rubocop-rspec (~> 3, >= 3.0.1)
|
87
91
|
ruby-progressbar (1.13.0)
|
88
|
-
|
92
|
+
strscan (3.1.0)
|
89
93
|
tzinfo (2.0.6)
|
90
94
|
concurrent-ruby (~> 1.0)
|
91
95
|
unicode-display_width (2.5.0)
|
@@ -101,4 +105,4 @@ DEPENDENCIES
|
|
101
105
|
rspec_junit_formatter
|
102
106
|
|
103
107
|
BUNDLED WITH
|
104
|
-
2.
|
108
|
+
2.5.5
|
data/lib/nxt_cop/version.rb
CHANGED
data/nxt_cop.gemspec
CHANGED
@@ -33,9 +33,12 @@ Gem::Specification.new do |spec|
|
|
33
33
|
|
34
34
|
spec.required_ruby_version = '>= 3.2'
|
35
35
|
|
36
|
-
spec.add_dependency 'rubocop', '~> 1.60
|
36
|
+
spec.add_dependency 'rubocop', '~> 1.60'
|
37
|
+
spec.add_dependency 'rubocop-capybara', '~> 2.21'
|
38
|
+
spec.add_dependency 'rubocop-factory_bot', '~> 2.26'
|
37
39
|
spec.add_dependency 'rubocop-rails', '~> 2.8'
|
38
|
-
spec.add_dependency 'rubocop-rspec', '~>
|
40
|
+
spec.add_dependency 'rubocop-rspec', '~> 3.0'
|
41
|
+
spec.add_dependency 'rubocop-rspec_rails', '~> 2.30'
|
39
42
|
spec.add_development_dependency 'bundler', '~> 2.1'
|
40
43
|
spec.add_development_dependency 'rake', '~> 13.0'
|
41
44
|
spec.add_development_dependency 'rspec'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nxt_cop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Scott Livingstone
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-06-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -16,14 +16,42 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.60
|
19
|
+
version: '1.60'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 1.60
|
26
|
+
version: '1.60'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: rubocop-capybara
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '2.21'
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '2.21'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: rubocop-factory_bot
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '2.26'
|
48
|
+
type: :runtime
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - "~>"
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '2.26'
|
27
55
|
- !ruby/object:Gem::Dependency
|
28
56
|
name: rubocop-rails
|
29
57
|
requirement: !ruby/object:Gem::Requirement
|
@@ -44,14 +72,28 @@ dependencies:
|
|
44
72
|
requirements:
|
45
73
|
- - "~>"
|
46
74
|
- !ruby/object:Gem::Version
|
47
|
-
version: '
|
75
|
+
version: '3.0'
|
76
|
+
type: :runtime
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - "~>"
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: '3.0'
|
83
|
+
- !ruby/object:Gem::Dependency
|
84
|
+
name: rubocop-rspec_rails
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - "~>"
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: '2.30'
|
48
90
|
type: :runtime
|
49
91
|
prerelease: false
|
50
92
|
version_requirements: !ruby/object:Gem::Requirement
|
51
93
|
requirements:
|
52
94
|
- - "~>"
|
53
95
|
- !ruby/object:Gem::Version
|
54
|
-
version: '2.
|
96
|
+
version: '2.30'
|
55
97
|
- !ruby/object:Gem::Dependency
|
56
98
|
name: bundler
|
57
99
|
requirement: !ruby/object:Gem::Requirement
|
@@ -157,7 +199,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
157
199
|
- !ruby/object:Gem::Version
|
158
200
|
version: '0'
|
159
201
|
requirements: []
|
160
|
-
rubygems_version: 3.5.
|
202
|
+
rubygems_version: 3.5.9
|
161
203
|
signing_key:
|
162
204
|
specification_version: 4
|
163
205
|
summary: Getsafe shared Rubocop.
|