makandra-rubocop 4.2.0 → 4.3.0

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: 2eb2f279fb7d984037fbe5ac17b31485b95da9bd7bc0e6d70b35db2b4643d77f
4
- data.tar.gz: 4a6f7c331bd9405475cfc3b9a29853f7432ec634139573492e368b6fecb84b64
3
+ metadata.gz: 93e4c18cb367baad1a56c04d738b270e4aceaaf3dc190a76cdf9dfba26bd6c63
4
+ data.tar.gz: d5fe465946c21cefa496c01cdd0aadad4a62b11f79ac63b7164f11ee117ab8c9
5
5
  SHA512:
6
- metadata.gz: ad044fd984253317df2fee2fc569c5977679b61ccc6f8e19669cfaba4d881f24ae744a99585de9b5c09033ae11d288881a33ae5fef7ff09a19ac1895d474f973
7
- data.tar.gz: bed2b366e299281903a54dd891a2bcded7fcc2f002a8aca5a8b14478a2c67bd7b3ea5071bfa43320859a216ca7bce184dd3c31d3c6f507c1126299bdab7e6632
6
+ metadata.gz: 6426ee821d5c9bf2361c0ac82cb492a869c6d014413897644ba34708ba4caefa071f6bd15d2c4c9c0900f7b32b29a128df26075d78faa9ee138a8b90653bf7b4
7
+ data.tar.gz: 89fe63ca6d19981fc082a348a4db3db260e1847f60fa06232e07fb498acbc00a4426caf701454890e92e770b1c259057d4e01f4e6b25e2e4b0118a41e4019034
data/CHANGELOG.md CHANGED
@@ -9,9 +9,15 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
9
9
  ### Compatible changes
10
10
 
11
11
 
12
- ## 4.2.0 - 2020-01-02
12
+ ## 4.3.0 - 2020-02-13
13
13
 
14
- ### Breaking changes
14
+ ### Compatible changes
15
+
16
+ - Temporary disable `Layout/RescueEnsureAlignment` again, rubocop-hq/rubocop#6771 seems not to have fixed the issue
17
+ in our 4.0.0 release.
18
+
19
+
20
+ ## 4.2.0 - 2020-01-02
15
21
 
16
22
  ### Compatible changes
17
23
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- makandra-rubocop (4.2.0)
4
+ makandra-rubocop (4.3.0)
5
5
  rubocop (~> 0.76.0)
6
6
  rubocop-rails (~> 2.3.2)
7
7
 
data/config/default.yml CHANGED
@@ -966,7 +966,7 @@ Layout/MultilineOperationIndentation:
966
966
 
967
967
  Layout/RescueEnsureAlignment:
968
968
  Description: 'Align rescues and ensures correctly.'
969
- Enabled: true
969
+ Enabled: false # Temporary disable this cop again #16, rubocop-hq/rubocop#6771 seems not have fixed the issue
970
970
  VersionAdded: '0.49'
971
971
 
972
972
  Layout/SpaceAfterColon:
@@ -1,3 +1,3 @@
1
1
  module MakandraRubocop
2
- VERSION = '4.2.0'.freeze
2
+ VERSION = '4.3.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: makandra-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.2.0
4
+ version: 4.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arne Hartherz
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2020-01-02 00:00:00.000000000 Z
12
+ date: 2020-02-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rubocop