autocop 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f284713a45668b122b06f7b79ef4ce901fa4e1d883a4b263008535164b2d5c3f
4
- data.tar.gz: e69ceeee347855f4d4a9755d524e6b663633b89c3e510a7412a2ec96d4ad568a
3
+ metadata.gz: 759ec271cfe0ccf4a35f439ce0aab7a18fa7445dbd2154846b48bf5b4c63e974
4
+ data.tar.gz: 37dc73db380ca3eb9bd59bd02908b2bfbac796dc14b1c9bd04942f7dff8c6547
5
5
  SHA512:
6
- metadata.gz: bb6daf7fe95578eae64fce83d36503eeda80044e0417bc9a017bcf403ecf35962892c20a17c790c6ac10dd86cdbbe2046809e538a76e31830e6a9f49bce4a273
7
- data.tar.gz: 342d81312d36462a1af8b592718073ef41becf2c67c64c2c6de79d4397a0c14da5b95f40cc07ffbb0d2e562033a89b4d108a38602764c391c6613380609ebf9e
6
+ metadata.gz: a1649803fb54d4cc8871cf97d623fe34f1272d5d0d26979f0929e93bbfdedf800b2e34fc8a0653562090ec82ca04ad8101c3544fb7538492a8384f60acc7bd67
7
+ data.tar.gz: d772537ea2677f148e3a32afa57f012cfedc9f8070891efc48f536f3f9346fc526a75a2ec9c7518451252e9b4a04d90944ee17e26371e8e35cda60fa5ee5211b
@@ -521,7 +521,8 @@ RSpec/DescribeClass:
521
521
  - 'spec/features/**/*'
522
522
 
523
523
  RSpec/ImplicitExpect:
524
- EnforcedStyle: should
524
+ Enabled: true
525
+ EnforcedStyle: is_expected
525
526
 
526
527
  RSpec/LeadingSubject:
527
528
  Enabled: false
@@ -1,3 +1,8 @@
1
+ ## v0.2.1 - 2018-10-03
2
+
3
+ - Update rubocop version 0.59.2
4
+ - Change `RSpec/ImplicitExpect` enforced style to be `is_expected`
5
+
1
6
  ## v0.2.0 - 2018-08-31
2
7
 
3
8
  - Update rubocop version 0.58
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- autocop (0.2.0)
4
+ autocop (0.2.1)
5
5
  rubocop (>= 0.52.1)
6
6
  rubocop-rspec (>= 1.22.1)
7
7
 
@@ -35,7 +35,7 @@ GEM
35
35
  diff-lcs (>= 1.2.0, < 2.0)
36
36
  rspec-support (~> 3.8.0)
37
37
  rspec-support (3.8.0)
38
- rubocop (0.58.2)
38
+ rubocop (0.59.2)
39
39
  jaro_winkler (~> 1.5.1)
40
40
  parallel (~> 1.10)
41
41
  parser (>= 2.5, != 2.5.1.1)
@@ -43,7 +43,7 @@ GEM
43
43
  rainbow (>= 2.2.2, < 4.0)
44
44
  ruby-progressbar (~> 1.7)
45
45
  unicode-display_width (~> 1.0, >= 1.0.1)
46
- rubocop-rspec (1.29.0)
46
+ rubocop-rspec (1.29.1)
47
47
  rubocop (>= 0.58.0)
48
48
  ruby-progressbar (1.10.0)
49
49
  unicode-display_width (1.4.0)
@@ -59,4 +59,4 @@ DEPENDENCIES
59
59
  rspec
60
60
 
61
61
  BUNDLED WITH
62
- 1.16.4
62
+ 1.16.5
@@ -1,3 +1,3 @@
1
1
  module Autocop
2
- VERSION = '0.2.0'.freeze
2
+ VERSION = '0.2.1'.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.2.0
4
+ version: 0.2.1
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-08-31 00:00:00.000000000 Z
11
+ date: 2018-10-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop