ezcater_rubocop 0.61.0 → 0.61.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/CHANGELOG.md +9 -0
- data/conf/rubocop.yml +6 -0
- data/lib/ezcater_rubocop/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 1dd63f47a3bcd703e5aa60616979f405bda811f12de11488f001b16fb0898ae9
|
4
|
+
data.tar.gz: 3d49e4d9d83e11e04672e52ac3a8c66234d517683842b6d2a91ae63b72880aad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 636d2d18f91cb5f8ca0293a88cdb3c2a5222bbf12c8969996e3e78f50c662a0037e8ad66825e2dc6ebbe4e648f37334f13fce3003042cc7eec8b7ef26f2a8a1c
|
7
|
+
data.tar.gz: c300ccec1951724482cc508b82b0f5aa7453d566c3a0f84ab89b4b58a62059e501d1fd3f580c9a4b4765de993eb2bfec367389010e28e28ade9cd3c23acd7ee3
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# ezcater_rubocop
|
2
2
|
|
3
|
+
# Versioning
|
4
|
+
|
5
|
+
NB: This gem is versioned based on the `MAJOR`.`MINOR` version of rubocop. The first release of the
|
6
|
+
ezcater_rubocop gem was `v0.49.0`.
|
7
|
+
|
8
|
+
## v0.61.1
|
9
|
+
- `Layout/IndentHash` enforces consistent style
|
10
|
+
- `Layout/IndentArray` enforces consistent style
|
11
|
+
|
3
12
|
## v0.61.0
|
4
13
|
- Update to `rubocop` v0.61.1.
|
5
14
|
- Update to `rubocop-rspec` v1.30.1
|
data/conf/rubocop.yml
CHANGED
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.61.
|
4
|
+
version: 0.61.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ezCater, Inc
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-01-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -188,7 +188,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
188
188
|
version: '0'
|
189
189
|
requirements: []
|
190
190
|
rubyforge_project:
|
191
|
-
rubygems_version: 2.
|
191
|
+
rubygems_version: 2.7.7
|
192
192
|
signing_key:
|
193
193
|
specification_version: 4
|
194
194
|
summary: ezCater custom cops and shared configuration
|