carwow_rubocop 6.8.0 → 6.9.0
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/Gemfile.lock +19 -18
- data/carwow_rubocop.gemspec +7 -10
- data/lib/rubocop/carwow/version.rb +1 -1
- metadata +5 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e2a4da2858ed109b02d01111b35e24184159d2d0c592855a4bc57bbd8d0d2f04
|
|
4
|
+
data.tar.gz: 8bf60cd532eae6c3a401eecb64f2460ba377c7573ba67657db2f792a1ac6b212
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 57c7b0a76743efcafe2da17ad73254f484e83ae6d7ccd7b855f8b3f60648ff64fb83de0a63d091153b69b07e72f8df8121e2736ac88bb1d64319a5f64b6f9a23
|
|
7
|
+
data.tar.gz: 157af413e04a76aa595103680d403d846d3d9ef9018cf4b41c123a6fff97feb73e88fc55b3ebf057bd68b5cd2cc13254ecfcb6ace01d6d06e7b40f19b1166b44
|
data/Gemfile.lock
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
carwow_rubocop (6.
|
|
4
|
+
carwow_rubocop (6.9.0)
|
|
5
5
|
rubocop (>= 1.75)
|
|
6
6
|
rubocop-factory_bot
|
|
7
7
|
rubocop-performance
|
|
8
|
-
rubocop-rspec (
|
|
8
|
+
rubocop-rspec (~> 3.2)
|
|
9
9
|
|
|
10
10
|
GEM
|
|
11
11
|
remote: https://rubygems.org/
|
|
@@ -13,22 +13,22 @@ GEM
|
|
|
13
13
|
ast (2.4.3)
|
|
14
14
|
coderay (1.1.3)
|
|
15
15
|
diff-lcs (1.5.1)
|
|
16
|
-
json (2.
|
|
17
|
-
language_server-protocol (3.17.0.
|
|
16
|
+
json (2.21.2)
|
|
17
|
+
language_server-protocol (3.17.0.6)
|
|
18
18
|
lint_roller (1.1.0)
|
|
19
19
|
method_source (1.1.0)
|
|
20
|
-
parallel (1.
|
|
21
|
-
parser (3.3.
|
|
20
|
+
parallel (2.1.0)
|
|
21
|
+
parser (3.3.12.0)
|
|
22
22
|
ast (~> 2.4.1)
|
|
23
23
|
racc
|
|
24
|
-
prism (1.
|
|
24
|
+
prism (1.9.0)
|
|
25
25
|
pry (0.15.2)
|
|
26
26
|
coderay (~> 1.1)
|
|
27
27
|
method_source (~> 1.0)
|
|
28
28
|
racc (1.8.1)
|
|
29
29
|
rainbow (3.1.1)
|
|
30
30
|
rake (13.2.1)
|
|
31
|
-
regexp_parser (2.
|
|
31
|
+
regexp_parser (2.12.0)
|
|
32
32
|
rspec (3.13.0)
|
|
33
33
|
rspec-core (~> 3.13.0)
|
|
34
34
|
rspec-expectations (~> 3.13.0)
|
|
@@ -42,20 +42,20 @@ GEM
|
|
|
42
42
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
43
43
|
rspec-support (~> 3.13.0)
|
|
44
44
|
rspec-support (3.13.1)
|
|
45
|
-
rubocop (1.
|
|
45
|
+
rubocop (1.89.0)
|
|
46
46
|
json (~> 2.3)
|
|
47
47
|
language_server-protocol (~> 3.17.0.2)
|
|
48
48
|
lint_roller (~> 1.1.0)
|
|
49
|
-
parallel (
|
|
49
|
+
parallel (>= 1.10)
|
|
50
50
|
parser (>= 3.3.0.2)
|
|
51
51
|
rainbow (>= 2.2.2, < 4.0)
|
|
52
52
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
53
|
-
rubocop-ast (>= 1.
|
|
53
|
+
rubocop-ast (>= 1.49.0, < 2.0)
|
|
54
54
|
ruby-progressbar (~> 1.7)
|
|
55
55
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
56
|
-
rubocop-ast (1.
|
|
56
|
+
rubocop-ast (1.50.0)
|
|
57
57
|
parser (>= 3.3.7.2)
|
|
58
|
-
prism (~> 1.
|
|
58
|
+
prism (~> 1.7)
|
|
59
59
|
rubocop-factory_bot (2.27.1)
|
|
60
60
|
lint_roller (~> 1.1)
|
|
61
61
|
rubocop (~> 1.72, >= 1.72.1)
|
|
@@ -63,13 +63,14 @@ GEM
|
|
|
63
63
|
lint_roller (~> 1.1)
|
|
64
64
|
rubocop (>= 1.72.1, < 2.0)
|
|
65
65
|
rubocop-ast (>= 1.38.0, < 2.0)
|
|
66
|
-
rubocop-rspec (3.
|
|
66
|
+
rubocop-rspec (3.10.2)
|
|
67
67
|
lint_roller (~> 1.1)
|
|
68
|
-
|
|
68
|
+
regexp_parser (>= 2.0)
|
|
69
|
+
rubocop (~> 1.86, >= 1.86.2)
|
|
69
70
|
ruby-progressbar (1.13.0)
|
|
70
|
-
unicode-display_width (3.
|
|
71
|
-
unicode-emoji (~> 4.
|
|
72
|
-
unicode-emoji (4.0
|
|
71
|
+
unicode-display_width (3.2.0)
|
|
72
|
+
unicode-emoji (~> 4.1)
|
|
73
|
+
unicode-emoji (4.2.0)
|
|
73
74
|
|
|
74
75
|
PLATFORMS
|
|
75
76
|
ruby
|
data/carwow_rubocop.gemspec
CHANGED
|
@@ -14,12 +14,12 @@ Gem::Specification.new do |spec|
|
|
|
14
14
|
spec.homepage = 'https://github.com/carwow/carwow_rubocop'
|
|
15
15
|
spec.license = 'MIT'
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
17
|
+
raise 'RubyGems 2.0 or newer is required to protect against public gem pushes.' unless spec.respond_to?(:metadata)
|
|
18
|
+
|
|
19
|
+
spec.metadata = {
|
|
20
|
+
'allowed_push_host' => 'https://rubygems.org',
|
|
21
|
+
'rubygems_mfa_required' => 'true'
|
|
22
|
+
}
|
|
23
23
|
|
|
24
24
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
|
25
25
|
f.match(%r{^(test|spec|features)/})
|
|
@@ -35,9 +35,6 @@ Gem::Specification.new do |spec|
|
|
|
35
35
|
|
|
36
36
|
spec.add_dependency 'rubocop', '>= 1.75'
|
|
37
37
|
spec.add_dependency 'rubocop-performance'
|
|
38
|
-
spec.add_dependency 'rubocop-rspec', '
|
|
38
|
+
spec.add_dependency 'rubocop-rspec', '~> 3.2'
|
|
39
39
|
spec.add_dependency 'rubocop-factory_bot'
|
|
40
|
-
spec.metadata = {
|
|
41
|
-
'rubygems_mfa_required' => 'true'
|
|
42
|
-
}
|
|
43
40
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: carwow_rubocop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.
|
|
4
|
+
version: 6.9.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- carwow Developers
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-08-
|
|
11
|
+
date: 2026-08-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -98,22 +98,16 @@ dependencies:
|
|
|
98
98
|
name: rubocop-rspec
|
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
|
100
100
|
requirements:
|
|
101
|
-
- - "
|
|
101
|
+
- - "~>"
|
|
102
102
|
- !ruby/object:Gem::Version
|
|
103
103
|
version: '3.2'
|
|
104
|
-
- - "<"
|
|
105
|
-
- !ruby/object:Gem::Version
|
|
106
|
-
version: '3.6'
|
|
107
104
|
type: :runtime
|
|
108
105
|
prerelease: false
|
|
109
106
|
version_requirements: !ruby/object:Gem::Requirement
|
|
110
107
|
requirements:
|
|
111
|
-
- - "
|
|
108
|
+
- - "~>"
|
|
112
109
|
- !ruby/object:Gem::Version
|
|
113
110
|
version: '3.2'
|
|
114
|
-
- - "<"
|
|
115
|
-
- !ruby/object:Gem::Version
|
|
116
|
-
version: '3.6'
|
|
117
111
|
- !ruby/object:Gem::Dependency
|
|
118
112
|
name: rubocop-factory_bot
|
|
119
113
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -177,6 +171,7 @@ homepage: https://github.com/carwow/carwow_rubocop
|
|
|
177
171
|
licenses:
|
|
178
172
|
- MIT
|
|
179
173
|
metadata:
|
|
174
|
+
allowed_push_host: https://rubygems.org
|
|
180
175
|
rubygems_mfa_required: 'true'
|
|
181
176
|
post_install_message:
|
|
182
177
|
rdoc_options: []
|