rubocop-rails_config 1.1.1 → 1.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/config/rails.yml +3 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f46b18a0b8698b08247c3526940a05038450c6709d989d2ad1e6d91e2224a644
|
4
|
+
data.tar.gz: eb585819e5f4c0a81c9c5fed5159ef4401661127afd30d392fb7b4b9d567fbb7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2497f2f94ca577408860eec24d50e066ef043c8dde13f8a1e0141056250f9c1cd227b83664f49b31527c06814178f3d3611f518a8c22c1d77f9e3263bf1cc733
|
7
|
+
data.tar.gz: 614c9512c93e4eb7ebd0534b7bdcc4078f1af9ce8477faae07b35348c806189031dd5a67c49434b99ea7e7576b9fb6bcefd4858b74a66055eb561c4c186e0a90
|
data/README.md
CHANGED
@@ -60,7 +60,7 @@ class AssertNotTest < ActiveSupport::TestCase
|
|
60
60
|
end
|
61
61
|
```
|
62
62
|
|
63
|
-
See also. [ActiveSupport::
|
63
|
+
See also. [ActiveSupport::Testing::Assertions](https://api.rubyonrails.org/classes/ActiveSupport/Testing/Assertions.html)
|
64
64
|
|
65
65
|
## Customization
|
66
66
|
|
@@ -76,10 +76,10 @@ inherit_gem:
|
|
76
76
|
|
77
77
|
# Override Setting
|
78
78
|
AllCops:
|
79
|
-
TargetRubyVersion: 2.
|
79
|
+
TargetRubyVersion: 2.7
|
80
80
|
```
|
81
81
|
|
82
|
-
This overrides `config/rails.yml` setting with `TargetRubyVersion: 2.
|
82
|
+
This overrides `config/rails.yml` setting with `TargetRubyVersion: 2.7`.
|
83
83
|
|
84
84
|
## License
|
85
85
|
|
data/config/rails.yml
CHANGED
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: 1.
|
4
|
+
version: 1.2.2
|
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:
|
12
|
+
date: 2021-02-01 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rubocop
|
@@ -73,14 +73,14 @@ dependencies:
|
|
73
73
|
requirements:
|
74
74
|
- - "~>"
|
75
75
|
- !ruby/object:Gem::Version
|
76
|
-
version: '0.
|
76
|
+
version: '0.5'
|
77
77
|
type: :runtime
|
78
78
|
prerelease: false
|
79
79
|
version_requirements: !ruby/object:Gem::Requirement
|
80
80
|
requirements:
|
81
81
|
- - "~>"
|
82
82
|
- !ruby/object:Gem::Version
|
83
|
-
version: '0.
|
83
|
+
version: '0.5'
|
84
84
|
- !ruby/object:Gem::Dependency
|
85
85
|
name: railties
|
86
86
|
requirement: !ruby/object:Gem::Requirement
|
@@ -126,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
126
126
|
- !ruby/object:Gem::Version
|
127
127
|
version: '0'
|
128
128
|
requirements: []
|
129
|
-
rubygems_version: 3.
|
129
|
+
rubygems_version: 3.2.3
|
130
130
|
signing_key:
|
131
131
|
specification_version: 4
|
132
132
|
summary: RuboCop configuration which has the same code style checking as official
|