carwow_rubocop 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +4 -4
- data/default.yml +3 -0
- data/lib/carwow_rubocop/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 169cfe5c26e2e349af47e64107989538022abaf8
|
4
|
+
data.tar.gz: 1b43cb1244db448c867c902191c6e8fd59c4c15e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f18f0a28ecf32d88462b37720eabc57574189196e7b0a1d35bec6a376449e0ca7c3b36d3aba27d47e73e04a9655de4d4f9b2f0750733f84f8cef0843917c6bbe
|
7
|
+
data.tar.gz: 533bf5aced9727066e90ce65fde3200b08791b7d31c64306d8bca745e9c9b8b201434e2efaabee2ad7b84a5537a57df836e972a4da57e6ebaa6003a80f2d0e2a
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
carwow_rubocop (2.0.
|
4
|
+
carwow_rubocop (2.0.1)
|
5
5
|
rubocop (~> 0.58)
|
6
6
|
rubocop-rspec (~> 1.28)
|
7
7
|
|
@@ -16,7 +16,7 @@ GEM
|
|
16
16
|
powerpack (0.1.2)
|
17
17
|
rainbow (3.0.0)
|
18
18
|
rake (10.5.0)
|
19
|
-
rubocop (0.
|
19
|
+
rubocop (0.59.1)
|
20
20
|
jaro_winkler (~> 1.5.1)
|
21
21
|
parallel (~> 1.10)
|
22
22
|
parser (>= 2.5, != 2.5.1.1)
|
@@ -24,7 +24,7 @@ GEM
|
|
24
24
|
rainbow (>= 2.2.2, < 4.0)
|
25
25
|
ruby-progressbar (~> 1.7)
|
26
26
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
27
|
-
rubocop-rspec (1.
|
27
|
+
rubocop-rspec (1.29.1)
|
28
28
|
rubocop (>= 0.58.0)
|
29
29
|
ruby-progressbar (1.10.0)
|
30
30
|
unicode-display_width (1.4.0)
|
@@ -38,4 +38,4 @@ DEPENDENCIES
|
|
38
38
|
rake (~> 10.0)
|
39
39
|
|
40
40
|
BUNDLED WITH
|
41
|
-
1.16.
|
41
|
+
1.16.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: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- carwow Developers
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-09-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|