rubocop-rails_config 0.10.0 → 0.11.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/config/rails.yml +2 -2
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 59350b4787b1f9775aac4629c1839e0d96da05f9bf5d3e7582c1dd3b9c8f2b46
4
- data.tar.gz: a4ea1d1033b4153883566aec73e6917d279f0dadf441262a2d1ff569fce82ef9
3
+ metadata.gz: 292d414c727601387774167d55ba5f64d0a23402e80e79b7524d8444de20aacb
4
+ data.tar.gz: 922a3d4646d8803e6efa09e1828c682e4d41f3b84c81714d422309e784f6f968
5
5
  SHA512:
6
- metadata.gz: e857a2e79a07c9692cd82c93b2450745d851b5db76e3d8841735c9dfa6b81d38d945eed6f3c827dd7dba4a7730f43fcbdef86ba97f2889ec303d7704037342b0
7
- data.tar.gz: 13f2718ea5364ad8f873e6d2da4e9dbf8c71e0e4258dd6d69d301e547b1583eb8398489f0b003edf6cb4cc04b65128d465097b85b574f7454470e405c0ac51a5
6
+ metadata.gz: d0464bb698da3961aa27e8940473d9fd6a96119c336be09f237cc0679378b9d6cb62288aeb3f0e11aad3cfe0a6ee43c777d2155d9641c9672a90a5ef87b79635
7
+ data.tar.gz: c19b3487746c698873c7934ac725f4f09cf92f43505cb4eb3c50de4408b522b1e2d5d09368317ae4769019c5bbc8ddf1213226e3209a57b6682469bd6ec01b47
data/README.md CHANGED
@@ -35,7 +35,7 @@ $ rails generate rubocop_rails_config:install
35
35
 
36
36
  ### TargetRubyVersion
37
37
 
38
- Although Rails 6 only supports Ruby 2.5 or more, rubocop-rails_config still supports Ruby 2.3 or more to support as many Ruby versions as possible.
38
+ Although Rails 6 only supports Ruby 2.5 or more, rubocop-rails_config still supports Ruby 2.4 or more to support as many Ruby versions as possible.
39
39
 
40
40
  If you'd like to change `TargetRubyVersion`, see [Customization](#customization).
41
41
 
@@ -3,8 +3,8 @@ require:
3
3
  - rubocop-rails
4
4
 
5
5
  AllCops:
6
- # rubocop-rails_config still supports Ruby 2.3
7
- TargetRubyVersion: 2.3
6
+ # rubocop-rails_config still supports Ruby 2.4
7
+ TargetRubyVersion: 2.4
8
8
  # RuboCop has a bunch of cops enabled by default. This setting tells RuboCop
9
9
  # to ignore them, so only the ones explicitly set in this file are enabled.
10
10
  DisabledByDefault: true
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-rails_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Toshimaru
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-02-22 00:00:00.000000000 Z
12
+ date: 2020-04-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rubocop
@@ -161,7 +161,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
161
161
  requirements:
162
162
  - - ">="
163
163
  - !ruby/object:Gem::Version
164
- version: 2.3.0
164
+ version: 2.4.0
165
165
  required_rubygems_version: !ruby/object:Gem::Requirement
166
166
  requirements:
167
167
  - - ">="