arcadia_cops 3.5.2 → 3.5.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/config/config.yml +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: a307ceaf1d85dbfb6fdc61340ac7a377c1ccce6f425dce4638b430c4deea5577
|
4
|
+
data.tar.gz: 10596c1b66bc0a161d2d36472800919baa0eff4f3ce2125a8ff2193202cfb234
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9c96aab67cfbd5b4200e56234bad254b63487a53520000be9f21905f83e2df33a25ce31b7c8364bdc256a2be314dc803f48b2dcb1e897367d08b20239f5a90b3
|
7
|
+
data.tar.gz: 2a9ec0ad89dbc322c8014cc861889fa03d1a5ed680aef2933e903d724b34c39c94bcd6b2ef7cea4c879f4500864588a32fa807eaf1526f2152e58983458f5b47
|
data/README.md
CHANGED
@@ -21,6 +21,8 @@ To see all cops including those that aren't enabled run `bundle exec rubocop --s
|
|
21
21
|
## Release
|
22
22
|
|
23
23
|
Ensure you have bumped the version and run `rake release` to release to rubygems.org.
|
24
|
+
If this command appears to be hanging, it's probably expecting an OTP code for authentication.
|
25
|
+
Updating rubygems (`gem update --system`) and bundler (`bundle update --bundler`) seem to fix this.
|
24
26
|
|
25
27
|
## Other
|
26
28
|
|
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.5
|
73
|
+
# TargetRubyVersion: 2.5 # SPECIFY IN PROJECT .ruby-version file
|
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.5.
|
4
|
+
version: 3.5.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- justin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-05-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|