arcadia_cops 3.5.0 → 3.5.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/enabled.yml +0 -4
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1de22ddff459b8551fb3042552b94a683600fe2987581029c94d66f9cd982ee8
|
4
|
+
data.tar.gz: f0f15d8212cc4b70c9fc7b13db2f89cdee6eb9b0dc306040ffa159454a2d53e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 175b4faf9ef5e8679c1aa1ed8b8da37f43bf33eb82b74f6489a8c2aa9702b1ec3b2174221757330763b6fa12209ae2824d6ac0a81e82d247e21ff1a9319089c4
|
7
|
+
data.tar.gz: 8bf405fc5f047876afa618158ee1e7c68a97196d0befa3c87ec7798267d0feb6f79c98cd4f699d98cc92226d471f90c635cf2d3eaf7746a052484a9567f5aa1f
|
data/config/enabled.yml
CHANGED
@@ -106,10 +106,6 @@ Style/TrailingCommaInArguments:
|
|
106
106
|
Description: 'Checks for trailing comma in argument lists.'
|
107
107
|
StyleGuide: '#no-trailing-params-comma'
|
108
108
|
|
109
|
-
Style/TrailingCommaInArguments:
|
110
|
-
Description: 'Checks for trailing comma in argument lists.'
|
111
|
-
StyleGuide: '#no-trailing-params-comma'
|
112
|
-
|
113
109
|
Style/TrailingCommaInArrayLiteral:
|
114
110
|
Description: 'Checks for trailing comma in array literals.'
|
115
111
|
StyleGuide: '#no-trailing-array-commas'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: arcadia_cops
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.5.
|
4
|
+
version: 3.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- justin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-02-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -42,16 +42,16 @@ dependencies:
|
|
42
42
|
name: bundler
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- - "
|
45
|
+
- - ">"
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version:
|
47
|
+
version: 2.0.2
|
48
48
|
type: :development
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- - "
|
52
|
+
- - ">"
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version:
|
54
|
+
version: 2.0.2
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: rake
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
@@ -76,7 +76,7 @@ files:
|
|
76
76
|
- README.md
|
77
77
|
- config/config.yml
|
78
78
|
- config/enabled.yml
|
79
|
-
homepage: https://github.com/ArcadiaPower/
|
79
|
+
homepage: https://github.com/ArcadiaPower/arcadia_cops/
|
80
80
|
licenses:
|
81
81
|
- MIT
|
82
82
|
metadata: {}
|
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '0'
|
97
97
|
requirements: []
|
98
|
-
rubygems_version: 3.
|
98
|
+
rubygems_version: 3.1.2
|
99
99
|
signing_key:
|
100
100
|
specification_version: 4
|
101
101
|
summary: Arcadia Power Style Cops
|