carwow_rubocop 4.0.2 → 4.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +5 -5
- data/carwow_rubocop.gemspec +3 -0
- data/config/rubocop-rspec.yml +1 -1
- data/config/rubocop-style.yml +3 -0
- data/lib/rubocop/carwow/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ab4b8e33ee7b10e7b00402b5a5d084053add7f50fd8a7007cf8bb577a4a7e45e
|
4
|
+
data.tar.gz: 4b17795d896d25db07ec4a3ec44db31c456d5d00d379c12518772ca823346587
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7cf419e02fde707093f38d60ed9ae2030a38b8d88ecfb22ae6021feec8d2a202f21d625af37c5d7a68f7e3f27f78981f269676a0f589a8330b939ce720f68fc4
|
7
|
+
data.tar.gz: 04ae0d3b1e5c746f8eae864d8f3f1b73eaa8319bdd77ee811d525155deeb955cd2940ce80e19f80f93d929022097a92ac58915b9f2c9e7b7ddb9994bbb4ddbde
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
carwow_rubocop (4.0.
|
4
|
+
carwow_rubocop (4.0.3)
|
5
5
|
rubocop (>= 0.93)
|
6
6
|
rubocop-performance
|
7
7
|
rubocop-rspec
|
@@ -14,14 +14,14 @@ GEM
|
|
14
14
|
diff-lcs (1.4.4)
|
15
15
|
method_source (1.0.0)
|
16
16
|
parallel (1.21.0)
|
17
|
-
parser (3.0.2
|
17
|
+
parser (3.0.3.2)
|
18
18
|
ast (~> 2.4.1)
|
19
19
|
pry (0.14.1)
|
20
20
|
coderay (~> 1.1)
|
21
21
|
method_source (~> 1.0)
|
22
22
|
rainbow (3.0.0)
|
23
23
|
rake (13.0.6)
|
24
|
-
regexp_parser (2.
|
24
|
+
regexp_parser (2.2.0)
|
25
25
|
rexml (3.2.5)
|
26
26
|
rspec (3.10.0)
|
27
27
|
rspec-core (~> 3.10.0)
|
@@ -36,7 +36,7 @@ GEM
|
|
36
36
|
diff-lcs (>= 1.2.0, < 2.0)
|
37
37
|
rspec-support (~> 3.10.0)
|
38
38
|
rspec-support (3.10.2)
|
39
|
-
rubocop (1.
|
39
|
+
rubocop (1.23.0)
|
40
40
|
parallel (~> 1.10)
|
41
41
|
parser (>= 3.0.0.0)
|
42
42
|
rainbow (>= 2.2.2, < 4.0)
|
@@ -45,7 +45,7 @@ GEM
|
|
45
45
|
rubocop-ast (>= 1.12.0, < 2.0)
|
46
46
|
ruby-progressbar (~> 1.7)
|
47
47
|
unicode-display_width (>= 1.4.0, < 3.0)
|
48
|
-
rubocop-ast (1.
|
48
|
+
rubocop-ast (1.15.0)
|
49
49
|
parser (>= 3.0.1.1)
|
50
50
|
rubocop-performance (1.12.0)
|
51
51
|
rubocop (>= 1.7.0, < 2.0)
|
data/carwow_rubocop.gemspec
CHANGED
data/config/rubocop-rspec.yml
CHANGED
data/config/rubocop-style.yml
CHANGED
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: 4.0.
|
4
|
+
version: 4.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- carwow Developers
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-12-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -152,7 +152,7 @@ homepage: https://github.com/carwow/carwow_rubocop
|
|
152
152
|
licenses:
|
153
153
|
- MIT
|
154
154
|
metadata:
|
155
|
-
|
155
|
+
rubygems_mfa_required: 'false'
|
156
156
|
post_install_message:
|
157
157
|
rdoc_options: []
|
158
158
|
require_paths:
|
@@ -168,7 +168,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
168
168
|
- !ruby/object:Gem::Version
|
169
169
|
version: '0'
|
170
170
|
requirements: []
|
171
|
-
rubygems_version: 3.
|
171
|
+
rubygems_version: 3.1.6
|
172
172
|
signing_key:
|
173
173
|
specification_version: 4
|
174
174
|
summary: carwow's rubocop configuration
|