autocop 0.1.4 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/Gemfile.lock +24 -22
- data/README.md +2 -1
- data/lib/autocop/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f284713a45668b122b06f7b79ef4ce901fa4e1d883a4b263008535164b2d5c3f
|
4
|
+
data.tar.gz: e69ceeee347855f4d4a9755d524e6b663633b89c3e510a7412a2ec96d4ad568a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bb6daf7fe95578eae64fce83d36503eeda80044e0417bc9a017bcf403ecf35962892c20a17c790c6ac10dd86cdbbe2046809e538a76e31830e6a9f49bce4a273
|
7
|
+
data.tar.gz: 342d81312d36462a1af8b592718073ef41becf2c67c64c2c6de79d4397a0c14da5b95f40cc07ffbb0d2e562033a89b4d108a38602764c391c6613380609ebf9e
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
autocop (0.
|
4
|
+
autocop (0.2.0)
|
5
5
|
rubocop (>= 0.52.1)
|
6
6
|
rubocop-rspec (>= 1.22.1)
|
7
7
|
|
@@ -11,40 +11,42 @@ GEM
|
|
11
11
|
ast (2.4.0)
|
12
12
|
coderay (1.1.2)
|
13
13
|
diff-lcs (1.3)
|
14
|
+
jaro_winkler (1.5.1)
|
14
15
|
method_source (0.9.0)
|
15
16
|
parallel (1.12.1)
|
16
|
-
parser (2.5.
|
17
|
+
parser (2.5.1.2)
|
17
18
|
ast (~> 2.4.0)
|
18
|
-
powerpack (0.1.
|
19
|
+
powerpack (0.1.2)
|
19
20
|
pry (0.11.3)
|
20
21
|
coderay (~> 1.1.0)
|
21
22
|
method_source (~> 0.9.0)
|
22
23
|
rainbow (3.0.0)
|
23
|
-
rake (12.3.
|
24
|
-
rspec (3.
|
25
|
-
rspec-core (~> 3.
|
26
|
-
rspec-expectations (~> 3.
|
27
|
-
rspec-mocks (~> 3.
|
28
|
-
rspec-core (3.
|
29
|
-
rspec-support (~> 3.
|
30
|
-
rspec-expectations (3.
|
24
|
+
rake (12.3.1)
|
25
|
+
rspec (3.8.0)
|
26
|
+
rspec-core (~> 3.8.0)
|
27
|
+
rspec-expectations (~> 3.8.0)
|
28
|
+
rspec-mocks (~> 3.8.0)
|
29
|
+
rspec-core (3.8.0)
|
30
|
+
rspec-support (~> 3.8.0)
|
31
|
+
rspec-expectations (3.8.1)
|
31
32
|
diff-lcs (>= 1.2.0, < 2.0)
|
32
|
-
rspec-support (~> 3.
|
33
|
-
rspec-mocks (3.
|
33
|
+
rspec-support (~> 3.8.0)
|
34
|
+
rspec-mocks (3.8.0)
|
34
35
|
diff-lcs (>= 1.2.0, < 2.0)
|
35
|
-
rspec-support (~> 3.
|
36
|
-
rspec-support (3.
|
37
|
-
rubocop (0.
|
36
|
+
rspec-support (~> 3.8.0)
|
37
|
+
rspec-support (3.8.0)
|
38
|
+
rubocop (0.58.2)
|
39
|
+
jaro_winkler (~> 1.5.1)
|
38
40
|
parallel (~> 1.10)
|
39
|
-
parser (>= 2.5)
|
41
|
+
parser (>= 2.5, != 2.5.1.1)
|
40
42
|
powerpack (~> 0.1)
|
41
43
|
rainbow (>= 2.2.2, < 4.0)
|
42
44
|
ruby-progressbar (~> 1.7)
|
43
45
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
44
|
-
rubocop-rspec (1.
|
45
|
-
rubocop (>= 0.
|
46
|
-
ruby-progressbar (1.
|
47
|
-
unicode-display_width (1.
|
46
|
+
rubocop-rspec (1.29.0)
|
47
|
+
rubocop (>= 0.58.0)
|
48
|
+
ruby-progressbar (1.10.0)
|
49
|
+
unicode-display_width (1.4.0)
|
48
50
|
|
49
51
|
PLATFORMS
|
50
52
|
ruby
|
@@ -57,4 +59,4 @@ DEPENDENCIES
|
|
57
59
|
rspec
|
58
60
|
|
59
61
|
BUNDLED WITH
|
60
|
-
1.16.
|
62
|
+
1.16.4
|
data/README.md
CHANGED
@@ -1,7 +1,8 @@
|
|
1
1
|
# Autocop
|
2
2
|
|
3
|
-
[![
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/autocop.svg)](https://badge.fury.io/rb/autocop)
|
4
4
|
[![Build Status](https://travis-ci.org/autolist/autocop.svg?branch=master)](https://travis-ci.org/autolist/autocop)
|
5
|
+
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=autolist/autocop)](https://dependabot.com)
|
5
6
|
|
6
7
|
Autolist approved ruby style rules to write code without worrying about upsetting
|
7
8
|
your fellow developer.
|
data/lib/autocop/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: autocop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Autolist Engineering
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-08-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -140,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
140
140
|
version: '0'
|
141
141
|
requirements: []
|
142
142
|
rubyforge_project:
|
143
|
-
rubygems_version: 2.7.
|
143
|
+
rubygems_version: 2.7.6
|
144
144
|
signing_key:
|
145
145
|
specification_version: 4
|
146
146
|
summary: Autolist ruby style guide
|