rubocop-aha 0.1.1 → 0.1.2

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
  SHA1:
3
- metadata.gz: c29ce75faadd0c57479b5e5b61043cd81b725c96
4
- data.tar.gz: 6b4a85a555cccc1523f104dd9fc75f201395a97c
3
+ metadata.gz: f739993e0662e6f8cb9f50d126c9d33ea2f0118b
4
+ data.tar.gz: b409162825b3dd0b21019d6a21539f043b1c5f78
5
5
  SHA512:
6
- metadata.gz: ced4d321614b5ba02a5f089e9bf40ba8d6c112a7b6185e109daf0462b51e5f905fbcfa05e9d65cbdfeb7ea09bd18e61426959714cb647b815dd595441710fbba
7
- data.tar.gz: 5fa09686103026dc81a513c9a889ac695e29637ce12fdac4da3714754a495b89879d68e7675cdbe50be91ffec9dbec0dc53cfd46f56c72b08a622ea2942d32b1
6
+ metadata.gz: 9067b9c45df3648fbd21a096fcc49be41ec6dd8a39e41a516e5b0739bb96b53eba83ca30acb906188a8420fcc8c4c00b3f2f2ef52563f224372d6c27f8799f24
7
+ data.tar.gz: 2ebf11a7ec24e20da6b37fc5902ff3d9d3bbde56342e650be7babc8ce4485e4d20a0e728e2d8cae1625de8fae9102b2eaf1c93e78f39a19ee29c1aa60e3554cf
data/lib/config.yml CHANGED
@@ -151,5 +151,8 @@ Style/TernaryParentheses:
151
151
  Style/TrailingCommaInArguments:
152
152
  EnforcedStyleForMultiline: comma
153
153
 
154
+ Style/TrailingCommaInLiteral:
155
+ EnforcedStyleForMultiline: comma
156
+
154
157
  Style/WordArray:
155
158
  Enabled: false
@@ -1,5 +1,5 @@
1
1
  module RuboCop
2
2
  module Aha
3
- VERSION = '0.1.1'.freeze
3
+ VERSION = '0.1.2'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-aha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zach Schneider