rubocop-gem_dev 0.8.2 → 0.9.0
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/config/rubocop.yml +5 -0
- 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: d5298770b9e134774d8abad485280363398ef46c290baad3ec0bd9c9d127eb24
|
|
4
|
+
data.tar.gz: 7fc67c000853fd6e52259eb5dfb953e80051ba4843d7e01c7ecff5d45bb35e4f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6204652388a4b3d6637c0ea77ef45e182699fe05a7706797d29b1c86816ff3171e01d643f2ff4c9c7117d223828fb93c558f6e1aa71f1067138308581ef284ad
|
|
7
|
+
data.tar.gz: 10c253be5642e91ecebe042368c36f1ebf802019e494e1eb9e8413c00debcc77ca35f7b7afecf369bea306ef1608b65042e7797d74a3d1d293df48e8b1d55971
|
data/config/rubocop.yml
CHANGED
|
@@ -59,6 +59,11 @@ Style/MethodCallWithArgsParentheses:
|
|
|
59
59
|
- 'test/**/*'
|
|
60
60
|
- 'spec/**/*'
|
|
61
61
|
|
|
62
|
+
# We need multiple classes for demonstration purpose in README
|
|
63
|
+
Style/OneClassPerFile:
|
|
64
|
+
Exclude:
|
|
65
|
+
- 'README.md'
|
|
66
|
+
|
|
62
67
|
# Changing require order affects code execution
|
|
63
68
|
# This should not be a style cop
|
|
64
69
|
Style/RequireOrder:
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop-gem_dev
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.9.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OKURA Masafumi
|
|
@@ -15,14 +15,14 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - ">="
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: '1.
|
|
18
|
+
version: '1.85'
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
23
|
- - ">="
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: '1.
|
|
25
|
+
version: '1.85'
|
|
26
26
|
description: RuboCop configuration for gem development
|
|
27
27
|
email:
|
|
28
28
|
- masafumi.o1988@gmail.com
|