ezcater_rubocop 0.52.5 → 0.52.6

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
- SHA1:
3
- metadata.gz: 36a6c9f976b293c7d962dcc016e7ce4578f61a91
4
- data.tar.gz: 3329ea5257d891dc1cf54a724f8401c2db5d634f
2
+ SHA256:
3
+ metadata.gz: 16127e410baceb0b52064cadf7167543c3eae96a88665feb765023478327a553
4
+ data.tar.gz: c227adb07c6179481aff91e9171fc84c62e1ba8426829aea64f41cfb31f07eb7
5
5
  SHA512:
6
- metadata.gz: dfd4b6760cf5084baf9e066065acf65c30894ede346426e92a5e93209caf673acf463b3eee7ab9b58ae835108f4e538537022c5714cb406f8b4de743e3adbd5d
7
- data.tar.gz: 32228db40690919db39fd4e6c24c9727e74c254a48425cc5716003d71f922551bf561fa32ad66ea08d1fc6bd47a5a01c66d910c1fb0c0ce37ca70c634c8cbe5a
6
+ metadata.gz: e5262a0cb2a0b35fe7f216f9c33ccf011c5654d6981c2b9faddd83fd9c52aad575dbde3d6b115e85ce7302f704a5dc15a5fab32d03b122fa6e47c71dda24144e
7
+ data.tar.gz: 3c53917272aae7e3eb8cc9b0fa9ecc78c534470dc13204106797a0da7ab5b682008d16ca657b2a25bb9eacf3d07e09c0100f907bf1936803a434f13ce232687c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # ezcater_rubocop
2
2
 
3
+ ## v0.52.6
4
+ - Configure `Style/TrailingCommaInLiteral` with `consistent_comma` style.
5
+
3
6
  ## v0.52.5
4
7
  - Add `Ezcater/RspecMatchOrderedArray` cop.
5
8
  - Fix array equality matcher violations in specs.
data/conf/rubocop.yml CHANGED
@@ -104,3 +104,7 @@ Style/StderrPuts:
104
104
 
105
105
  Style/StringLiterals:
106
106
  EnforcedStyle: double_quotes
107
+
108
+ Style/TrailingCommaInLiteral:
109
+ EnforcedStyleForMultiline: consistent_comma
110
+
@@ -1,3 +1,3 @@
1
1
  module EzcaterRubocop
2
- VERSION = "0.52.5".freeze
2
+ VERSION = "0.52.6".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ezcater_rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.52.5
4
+ version: 0.52.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - ezCater, Inc
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-05 00:00:00.000000000 Z
11
+ date: 2018-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -157,7 +157,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
157
157
  version: '0'
158
158
  requirements: []
159
159
  rubyforge_project:
160
- rubygems_version: 2.6.11
160
+ rubygems_version: 2.7.6
161
161
  signing_key:
162
162
  specification_version: 4
163
163
  summary: ezCater custom cops and shared configuration