carwow_rubocop 3.2.1 → 3.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/Gemfile.lock +7 -7
- data/default.yml +1 -1
- data/lib/carwow_rubocop/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 890535f2eb6635c049f70da057a8cbbd2f8e721e74c714b4f7fb8b4163346ffe
|
4
|
+
data.tar.gz: 104cf0f05b6a186b725b7627cdbe72817e5558f722d4ad92b4e444560f53b0f1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c605572d88235ec18972be1c1e7bb0b2772bdbe337f56baca01600c7dea78b7f22b753faab1497957798ee315cb907300e93acef2f91b526b01d363faee62625
|
7
|
+
data.tar.gz: c17f8210cbf0ed44a725f67119c2ea7958f6470dba0ade63c64dc045aa8429b44d84a67560cf26669f137b71871cca0b8c66a07b1c3c5f7c91dd25c0665c304d
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
carwow_rubocop (3.2.
|
4
|
+
carwow_rubocop (3.2.2)
|
5
5
|
rubocop (>= 0.78)
|
6
6
|
rubocop-performance
|
7
7
|
rubocop-rspec
|
@@ -12,23 +12,23 @@ GEM
|
|
12
12
|
ast (2.4.0)
|
13
13
|
jaro_winkler (1.5.4)
|
14
14
|
parallel (1.19.1)
|
15
|
-
parser (2.
|
15
|
+
parser (2.7.0.2)
|
16
16
|
ast (~> 2.4.0)
|
17
17
|
rainbow (3.0.0)
|
18
18
|
rake (12.3.2)
|
19
|
-
rubocop (0.
|
19
|
+
rubocop (0.79.0)
|
20
20
|
jaro_winkler (~> 1.5.1)
|
21
21
|
parallel (~> 1.10)
|
22
|
-
parser (>= 2.
|
22
|
+
parser (>= 2.7.0.1)
|
23
23
|
rainbow (>= 2.2.2, < 4.0)
|
24
24
|
ruby-progressbar (~> 1.7)
|
25
25
|
unicode-display_width (>= 1.4.0, < 1.7)
|
26
26
|
rubocop-performance (1.5.2)
|
27
27
|
rubocop (>= 0.71.0)
|
28
|
-
rubocop-rspec (1.
|
28
|
+
rubocop-rspec (1.38.1)
|
29
29
|
rubocop (>= 0.68.1)
|
30
30
|
ruby-progressbar (1.10.1)
|
31
|
-
unicode-display_width (1.6.
|
31
|
+
unicode-display_width (1.6.1)
|
32
32
|
|
33
33
|
PLATFORMS
|
34
34
|
ruby
|
@@ -39,4 +39,4 @@ DEPENDENCIES
|
|
39
39
|
rake
|
40
40
|
|
41
41
|
BUNDLED WITH
|
42
|
-
2.1.
|
42
|
+
2.1.4
|
data/default.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: 3.2.
|
4
|
+
version: 3.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- carwow Developers
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-02-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -120,8 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
120
120
|
- !ruby/object:Gem::Version
|
121
121
|
version: '0'
|
122
122
|
requirements: []
|
123
|
-
|
124
|
-
rubygems_version: 2.5.2.3
|
123
|
+
rubygems_version: 3.0.3
|
125
124
|
signing_key:
|
126
125
|
specification_version: 4
|
127
126
|
summary: carwow's rubocop configuration
|