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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 214a8af01de4bdbfa7b987471c5ec833c5b64652bef001fca5067bf2076c2f7c
4
- data.tar.gz: 550301b3db55a04d8225e6a1d689d7f090988edbc237c39ffeb116a614dca630
3
+ metadata.gz: f284713a45668b122b06f7b79ef4ce901fa4e1d883a4b263008535164b2d5c3f
4
+ data.tar.gz: e69ceeee347855f4d4a9755d524e6b663633b89c3e510a7412a2ec96d4ad568a
5
5
  SHA512:
6
- metadata.gz: 7e2dbfdae22a85108febf005f6109edd1b6aa0bd631129fbd336d91881d6ddc14edbc21ceab3de6df123f154ea80cb90d7343cd13d9f13e9bf619756958e3af5
7
- data.tar.gz: a32660e9dd8393774e215a659b7d5e6324cb5f6dc4d1e0618f115ca69cc582202920851eec87d8bc844fd63532c94bdebc5611d917173220023a1e4caf9aab38
6
+ metadata.gz: bb6daf7fe95578eae64fce83d36503eeda80044e0417bc9a017bcf403ecf35962892c20a17c790c6ac10dd86cdbbe2046809e538a76e31830e6a9f49bce4a273
7
+ data.tar.gz: 342d81312d36462a1af8b592718073ef41becf2c67c64c2c6de79d4397a0c14da5b95f40cc07ffbb0d2e562033a89b4d108a38602764c391c6613380609ebf9e
@@ -1,3 +1,8 @@
1
+ ## v0.2.0 - 2018-08-31
2
+
3
+ - Update rubocop version 0.58
4
+ - Update rubocop-rspec 1.29
5
+
1
6
  ## v0.1.4 - 2018-03-27
2
7
 
3
8
  - Performance/HashEachMethods removed
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- autocop (0.1.4)
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.0.5)
17
+ parser (2.5.1.2)
17
18
  ast (~> 2.4.0)
18
- powerpack (0.1.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.0)
24
- rspec (3.7.0)
25
- rspec-core (~> 3.7.0)
26
- rspec-expectations (~> 3.7.0)
27
- rspec-mocks (~> 3.7.0)
28
- rspec-core (3.7.1)
29
- rspec-support (~> 3.7.0)
30
- rspec-expectations (3.7.0)
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.7.0)
33
- rspec-mocks (3.7.0)
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.7.0)
36
- rspec-support (3.7.1)
37
- rubocop (0.54.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.24.0)
45
- rubocop (>= 0.53.0)
46
- ruby-progressbar (1.9.0)
47
- unicode-display_width (1.3.0)
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.1
62
+ 1.16.4
data/README.md CHANGED
@@ -1,7 +1,8 @@
1
1
  # Autocop
2
2
 
3
- [![Latest Version](https://img.shields.io/gem/v/autocop.svg)](http://rubygems.org/gems/autocop)
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.
@@ -1,3 +1,3 @@
1
1
  module Autocop
2
- VERSION = '0.1.4'.freeze
2
+ VERSION = '0.2.0'.freeze
3
3
  end
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.1.4
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-03-27 00:00:00.000000000 Z
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.3
143
+ rubygems_version: 2.7.6
144
144
  signing_key:
145
145
  specification_version: 4
146
146
  summary: Autolist ruby style guide