arcadia_cops 3.4.0 → 3.5.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/config.yml +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 25a9276239d688406b6b3c3b78267e448f09e584d20be02174f6b1e681cd0d59
|
|
4
|
+
data.tar.gz: eb3aa52983007204c1d112d55196b5f2c760c7ccf3d5f11391e984b1049ba6cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e917bc80c1c167aa1981ce9b5ea2c37ee5a948d6bde8a2b693a4ba3e95fc0ee518b55dde94d255eadb67f5f520630bca6e30f05a64044595ef80840ae17a7ace
|
|
7
|
+
data.tar.gz: 10ebe7cbf2f18fa8c6baff92d51cc1c92aa4acb555328a96682650e92c719b5488f4d8cef5e0c7fa95487e273ce5bf9956f6b18ba7d7c4c02191a3621a59b3ab
|
data/config/config.yml
CHANGED
|
@@ -70,7 +70,7 @@ AllCops:
|
|
|
70
70
|
# If a value is specified for TargetRubyVersion then it is used.
|
|
71
71
|
# Else if .ruby-version exists and it contains an MRI version it is used.
|
|
72
72
|
# Otherwise we fallback to the oldest officially supported Ruby version (2.1).
|
|
73
|
-
TargetRubyVersion: 2.
|
|
73
|
+
TargetRubyVersion: 2.5
|
|
74
74
|
|
|
75
75
|
Rails:
|
|
76
76
|
Enabled: false
|
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.
|
|
4
|
+
version: 3.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- justin
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-02-
|
|
11
|
+
date: 2019-02-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|
|
@@ -95,8 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
96
|
version: '0'
|
|
97
97
|
requirements: []
|
|
98
|
-
|
|
99
|
-
rubygems_version: 2.7.6
|
|
98
|
+
rubygems_version: 3.0.2
|
|
100
99
|
signing_key:
|
|
101
100
|
specification_version: 4
|
|
102
101
|
summary: Arcadia Power Style Cops
|