rubocop-rails_config 0.6.1 → 0.6.2

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 -2
  3. data/config/rails.yml +4 -0
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b1988dc03372fab47a1d9a68c6315fe586bd8a115e9dce0e1f3ec55bf122124a
4
- data.tar.gz: 380796ac06e7f9d0220da38b8b22161390c13db237b0a279f8c8222665ef89e9
3
+ metadata.gz: 970c387cd4d4beabea2350ca3b25d2c3357059ef0b06fe4b0702f17fee653746
4
+ data.tar.gz: 51e976f87ad3deb183e73e3a8b724859c2e778dded8f905bdbeea68b18d867b3
5
5
  SHA512:
6
- metadata.gz: 42433d06f86ec1fb7e1b03256524b0c9c7ba94f229dc85586dc0ad21d2426be76167c9344ab6792eaf691049c44a15557f2d53735b018137cc34f505cb6b603d
7
- data.tar.gz: 5be145326f739f7c6189ef0ddee8b9b0cbfcdae01ab044e52c143d3f40640cb73139e2e393daf64837e71791557eb118b446d84984afd946fad736f33e0d8475
6
+ metadata.gz: fe525a5a85459a05f95d5d4b6fe17da55f6e055d3ba652295b278fc90ba2286c8fa3e13cf37056eeba606b2f75ed094b3860acf8c27d0ddb7608cfb0830d6784
7
+ data.tar.gz: '095d4ef891b4ed68f11c140bafb5abae758e6acf8fd1903ea5b2a8c318f40f442cb0e0bfb44752be5f563d8215f85a903b6e1b81294d9fac5a55179868385e8a'
data/README.md CHANGED
@@ -37,10 +37,10 @@ inherit_gem:
37
37
  - config/rails.yml
38
38
 
39
39
  AllCops:
40
- TargetRubyVersion: 2.3
40
+ TargetRubyVersion: 2.6
41
41
  ```
42
42
 
43
- This overrides `config/rails.yml` setting with `TargetRubyVersion: 2.3`.
43
+ This overrides `config/rails.yml` setting with `TargetRubyVersion: 2.6`.
44
44
 
45
45
  ## License
46
46
 
data/config/rails.yml CHANGED
@@ -15,6 +15,10 @@ AllCops:
15
15
  - 'actionmailbox/test/dummy/**/*'
16
16
  - 'actiontext/test/dummy/**/*'
17
17
  - '**/node_modules/**/*'
18
+ # Additional exclude files by rubocop-rails_config
19
+ - 'bin/**/*'
20
+ - 'config/**/*'
21
+ - 'db/**/*'
18
22
 
19
23
  Performance:
20
24
  Exclude:
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.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Toshimaru