ezcater_rubocop 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -2
- data/conf/rubocop_rails.yml +6 -0
- data/lib/ezcater_rubocop/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3d02f5757933c7be1b1a9e9a241538356c9065b6a04c34b1dfaa277654731c7b
|
4
|
+
data.tar.gz: 57202741bf6252b2ac2bbd5199032bbd9c6bdde31246a48324a02ad4b95fbb6b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5392b2b295c38b07aea42910192df5c5f095b12cdbbc0863f95acf558b91e994c404eaca0e8c8044bbc7a819214accb44b713342771ab310e028ab326f307f71
|
7
|
+
data.tar.gz: dac7a7cfbf12311396c612bbe4831801b0ec8dac98d3ed13bcf2cd1ac23b4ce1b24ef0bb48998eb2d96322a17f8418b1062db97b6cedfa49022bc16173210a86
|
data/CHANGELOG.md
CHANGED
@@ -7,13 +7,14 @@ This gem is moving onto its own [Semantic Versioning](https://semver.org/) schem
|
|
7
7
|
Prior to v1.0.0 this gem was versioned based on the `MAJOR`.`MINOR` version of RuboCop. The first release of the
|
8
8
|
ezcater_rubocop gem was `v0.49.0`.
|
9
9
|
|
10
|
-
## v1.0.
|
10
|
+
## v1.0.2
|
11
|
+
- Exclude bootsnap cache directory (`tmp/cache`).
|
11
12
|
|
13
|
+
## v1.0.1
|
12
14
|
- Disable `Rails/HasAndBelongsToMany` cop.
|
13
15
|
- Disable `Style/DoubleNegation` cop.
|
14
16
|
|
15
17
|
## v1.0.0
|
16
|
-
|
17
18
|
- Begin using Semantic Versioning
|
18
19
|
- Delete `Ezcater/PrivateAttr`
|
19
20
|
|
data/conf/rubocop_rails.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: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ezCater, Inc
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-04-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -187,7 +187,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
187
187
|
version: '0'
|
188
188
|
requirements: []
|
189
189
|
rubyforge_project:
|
190
|
-
rubygems_version: 2.7.
|
190
|
+
rubygems_version: 2.7.6
|
191
191
|
signing_key:
|
192
192
|
specification_version: 4
|
193
193
|
summary: ezCater custom cops and shared configuration
|