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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/config/rails.yml +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 292d414c727601387774167d55ba5f64d0a23402e80e79b7524d8444de20aacb
|
4
|
+
data.tar.gz: 922a3d4646d8803e6efa09e1828c682e4d41f3b84c81714d422309e784f6f968
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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
|
|
data/config/rails.yml
CHANGED
@@ -3,8 +3,8 @@ require:
|
|
3
3
|
- rubocop-rails
|
4
4
|
|
5
5
|
AllCops:
|
6
|
-
# rubocop-rails_config still supports Ruby 2.
|
7
|
-
TargetRubyVersion: 2.
|
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.
|
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-
|
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.
|
164
|
+
version: 2.4.0
|
165
165
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
166
166
|
requirements:
|
167
167
|
- - ">="
|