autocop 0.2.3 → 0.2.4

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: 3874cf65ae2cd1e59494d250683565611fa99a077a01d4d473e88e47bb226ad9
4
- data.tar.gz: c9dbac3a1a50cafca90cd5998de7c5afefc53ba02b188dc0129de654228cd2cc
3
+ metadata.gz: 70f94c9116926b33432095fd097c2bcb462be5eed0fab397d0297cdda1316886
4
+ data.tar.gz: 3ab232a7c46643117c56e5399ffa78a3dd79777a7da09d4c0cd0df08a33f08ec
5
5
  SHA512:
6
- metadata.gz: 397353935397b5815f2a7f6e83d7a24008c2debbe99e8f08e02d3ed5d3bac1c8ec836c77ccd7037852c50cb54d5872d3beabb95b62108348137f37dd1d785219
7
- data.tar.gz: 2f830dac8d70639bfbc2ee61a6a2028143f3ee6a962e29a39bec4185e1d877745d71baeecbe5e798f97df3176cdd6deb0af6a7eba8215987bfac4ff3acb03b98
6
+ metadata.gz: c062ea4a466b28944a1fee5424bf1a005087e81683c1bc7ccdd890ffe2c0399c6c2e6b509c18c1713c78a371f9b3d2a867c7f6e2037260ce2785efa7c9b6283a
7
+ data.tar.gz: e796cb2f8147ce9aec9101fdf723021c2ca7113f9d63cbd34d0167a0337f958d1355941407d55e74ce261aa344d1cc008ad59577be8e66fb54c4bc20985f74a5
data/.autocop-rubocop.yml CHANGED
@@ -1526,7 +1526,7 @@ Style/SignalException:
1526
1526
  Description: Checks for proper usage of fail and raise.
1527
1527
  StyleGuide: https://github.com/bbatsov/ruby-style-guide#fail-method
1528
1528
  Enabled: true
1529
- EnforcedStyle: semantic
1529
+ EnforcedStyle: only_raise
1530
1530
  SupportedStyles:
1531
1531
  - only_raise
1532
1532
  - only_fail
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## v0.2.4 - 2018-12-19
2
+
3
+ - Change styling for signal exception to be only raise (@tlubz)
4
+
1
5
  ## v0.2.3 - 2018-12-14
2
6
 
3
7
  - Update allowed ruby versions to include 2.6.x
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- autocop (0.2.3)
4
+ autocop (0.2.4)
5
5
  rubocop (>= 0.52.1)
6
6
  rubocop-rspec (>= 1.22.1)
7
7
 
@@ -1,3 +1,3 @@
1
1
  module Autocop
2
- VERSION = '0.2.3'.freeze
2
+ VERSION = '0.2.4'.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.3
4
+ version: 0.2.4
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-12-14 00:00:00.000000000 Z
11
+ date: 2018-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop