ezcater_rubocop 0.52.7 → 0.52.8
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 +4 -4
- data/CHANGELOG.md +3 -0
- data/README.md +1 -0
- data/conf/rubocop_gem.yml +7 -0
- data/lib/ezcater_rubocop/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fdb09905d411723ee6c51bf7d58f124da5c453e44b843ae4b6dd6a7f53d022b0
|
|
4
|
+
data.tar.gz: 0b5bfc85d3458e9d7253afab30a6fb46e88cef232d1ce464e69f0acbb396d27f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6aa386230e67e633a1928574df73d038f2286c2805ccbbf3cab1b588fc3a912e9ea001f0229a08fac55594e38e2dc522ea80026d60c4717e662338d28f5d6b3a
|
|
7
|
+
data.tar.gz: 843e13e70d55f8d7125b28b486d9de18d2a60d8854575214b3b35889d1cf7e892ec45b7895c39b87e746759e1f87212e397f6d22d73fe5ffc3a0c5457f63ac1e
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -45,6 +45,7 @@ Further customization of RuboCop for your local project may be added to this fil
|
|
|
45
45
|
|
|
46
46
|
- **rubocop**: Assumes RSpec is used and requires [rubocop-rspec](https://github.com/backus/rubocop-rspec).
|
|
47
47
|
This configuration should be used for gems.
|
|
48
|
+
- **rubocop_gem**: For use in Ruby gem projects, this inherits from the **rubocop** configuration.
|
|
48
49
|
- **rubocop_rails**: For Rails projects, this inherits from the **rubocop** configuration.
|
|
49
50
|
|
|
50
51
|
## Usage
|
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.
|
|
4
|
+
version: 0.52.8
|
|
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-05-
|
|
11
|
+
date: 2018-05-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -122,6 +122,7 @@ files:
|
|
|
122
122
|
- README.md
|
|
123
123
|
- bin/circle_rubocop.rb
|
|
124
124
|
- conf/rubocop.yml
|
|
125
|
+
- conf/rubocop_gem.yml
|
|
125
126
|
- conf/rubocop_rails.yml
|
|
126
127
|
- config/default.yml
|
|
127
128
|
- ezcater_rubocop.gemspec
|