arcadia_cops 3.5.2 → 3.5.3

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -0
  3. data/config/config.yml +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1de22ddff459b8551fb3042552b94a683600fe2987581029c94d66f9cd982ee8
4
- data.tar.gz: f0f15d8212cc4b70c9fc7b13db2f89cdee6eb9b0dc306040ffa159454a2d53e2
3
+ metadata.gz: a307ceaf1d85dbfb6fdc61340ac7a377c1ccce6f425dce4638b430c4deea5577
4
+ data.tar.gz: 10596c1b66bc0a161d2d36472800919baa0eff4f3ce2125a8ff2193202cfb234
5
5
  SHA512:
6
- metadata.gz: 175b4faf9ef5e8679c1aa1ed8b8da37f43bf33eb82b74f6489a8c2aa9702b1ec3b2174221757330763b6fa12209ae2824d6ac0a81e82d247e21ff1a9319089c4
7
- data.tar.gz: 8bf405fc5f047876afa618158ee1e7c68a97196d0befa3c87ec7798267d0feb6f79c98cd4f699d98cc92226d471f90c635cf2d3eaf7746a052484a9567f5aa1f
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
 
@@ -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.2
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-02-20 00:00:00.000000000 Z
11
+ date: 2020-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop