ramsey_cop 0.20.0 → 0.22.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/Gemfile.lock +2 -4
- data/default.yml +8 -2
- data/lib/ramsey_cop/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8d12a9c277dca5698664af0a576c9a40dba850152cf3273060747198dd5aa343
|
|
4
|
+
data.tar.gz: 1e1cfdc14c2c68242078acf736424b53994ef06a013be9381f225b641761d62e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cde07dfccf7c2c61821c364c8d20af77e685e819a3d638585cb9a99c11d277570aaa9b59a6d54d47cb6c8d115264c7e9d30a26507bdf28e4fc941141abaf3771
|
|
7
|
+
data.tar.gz: 459ec765e770988788a85799e969cd49275f54db4b43ee08c1ddfad6b3c5b2dd64fdfd583beed37d53db2623855682cf4af82db9e1c4e1be320c1bbc4315d863
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
ramsey_cop (0.
|
|
4
|
+
ramsey_cop (0.22.0)
|
|
5
5
|
rubocop (>= 0.82)
|
|
6
6
|
rubocop-performance (>= 1.5.2)
|
|
7
7
|
|
|
@@ -10,7 +10,6 @@ GEM
|
|
|
10
10
|
specs:
|
|
11
11
|
ast (2.4.0)
|
|
12
12
|
diff-lcs (1.3)
|
|
13
|
-
jaro_winkler (1.5.4)
|
|
14
13
|
parallel (1.19.1)
|
|
15
14
|
parser (2.7.1.2)
|
|
16
15
|
ast (~> 2.4.0)
|
|
@@ -30,8 +29,7 @@ GEM
|
|
|
30
29
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
31
30
|
rspec-support (~> 3.9.0)
|
|
32
31
|
rspec-support (3.9.2)
|
|
33
|
-
rubocop (0.
|
|
34
|
-
jaro_winkler (~> 1.5.1)
|
|
32
|
+
rubocop (0.83.0)
|
|
35
33
|
parallel (~> 1.10)
|
|
36
34
|
parser (>= 2.7.0.1)
|
|
37
35
|
rainbow (>= 2.2.2, < 4.0)
|
data/default.yml
CHANGED
|
@@ -9,6 +9,9 @@ AllCops:
|
|
|
9
9
|
Layout/AccessModifierIndentation:
|
|
10
10
|
EnforcedStyle: outdent
|
|
11
11
|
|
|
12
|
+
Layout/EmptyLinesAroundAttributeAccessor:
|
|
13
|
+
Enabled: true
|
|
14
|
+
|
|
12
15
|
Layout/LineLength:
|
|
13
16
|
Max: 120
|
|
14
17
|
Exclude:
|
|
@@ -20,7 +23,7 @@ Lint/RaiseException:
|
|
|
20
23
|
Enabled: true
|
|
21
24
|
|
|
22
25
|
Layout/SpaceAroundMethodCallOperator:
|
|
23
|
-
Enabled:
|
|
26
|
+
Enabled: true
|
|
24
27
|
|
|
25
28
|
Lint/StructNewOverride:
|
|
26
29
|
Enabled: true
|
|
@@ -74,7 +77,7 @@ Style/Documentation:
|
|
|
74
77
|
Enabled: false
|
|
75
78
|
|
|
76
79
|
Style/ExponentialNotation:
|
|
77
|
-
Enabled:
|
|
80
|
+
Enabled: true
|
|
78
81
|
|
|
79
82
|
Style/FrozenStringLiteralComment:
|
|
80
83
|
Enabled: false
|
|
@@ -106,6 +109,9 @@ Style/PercentLiteralDelimiters:
|
|
|
106
109
|
'%W': ()
|
|
107
110
|
'%x': ()
|
|
108
111
|
|
|
112
|
+
Style/SlicingWithRange:
|
|
113
|
+
Enabled: true
|
|
114
|
+
|
|
109
115
|
Style/StringLiterals:
|
|
110
116
|
EnforcedStyle: double_quotes
|
|
111
117
|
Enabled: true
|
data/lib/ramsey_cop/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ramsey_cop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.22.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rick Peyton
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2020-05-
|
|
12
|
+
date: 2020-05-20 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rubocop
|