rubocop-rails_config 1.5.5 → 1.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/config/rails.yml +3 -0
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9e56064e2fa343c382fa80055096da96cb451a7f722ba23c6214ff15a3d1da14
4
- data.tar.gz: c20e0ff879c3911619c302da1fceb266c5e43a21ad4c9bb6d05a63d9e51c7332
3
+ metadata.gz: 8bb36f1fe12e2087a799eb6b258f13164d1a6b3eca28594fd1844f894568dd69
4
+ data.tar.gz: 6a496a9297a718f0c098406c24bf1bfaa1bd90bae37181fc06858261ea1d32ad
5
5
  SHA512:
6
- metadata.gz: cf70e64356317ed7646a75ca3d4dee20f01c03c4cb8d208bc5a19bde47f95ad9fafbc00fe06d06a0ddf573d496f73258f483cb125d65880ebcc1e9a657a48d40
7
- data.tar.gz: c3d2fffe2cd17395eeaa816023313752da0d697edaad0f2f7ef70640cbb8c5ecf81daf9736d1854519a7928f6cd9d8916aad92b5c6ea1be6205d39d1a7ce04bf
6
+ metadata.gz: 70b0c438982ee976976a871779b6497e8e97d2cc909b524555bb44bf85d9be0db45c1bad1d460e0b44468240ebbdc50a1c14fe1f5280d34aaf9030625bcaabcf
7
+ data.tar.gz: f2bddb4496067aa769a9eca878ad7e7f896754f0603ded9c68b0fca8ab9a068a55c3a6ec098719f27dde7da11f3fb3cdd61b51545319590ab648190a9f549c66
data/config/rails.yml CHANGED
@@ -51,6 +51,9 @@ Layout/CaseIndentation:
51
51
  Layout/ClosingHeredocIndentation:
52
52
  Enabled: true
53
53
 
54
+ Layout/ClosingParenthesisIndentation:
55
+ Enabled: true
56
+
54
57
  # Align comments with method definitions.
55
58
  Layout/CommentIndentation:
56
59
  Enabled: 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: 1.5.5
4
+ version: 1.6.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: 2021-07-03 00:00:00.000000000 Z
12
+ date: 2021-07-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rubocop
@@ -17,14 +17,14 @@ dependencies:
17
17
  requirements:
18
18
  - - ">="
19
19
  - !ruby/object:Gem::Version
20
- version: '1.13'
20
+ version: '1.18'
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
25
  - - ">="
26
26
  - !ruby/object:Gem::Version
27
- version: '1.13'
27
+ version: '1.18'
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: rubocop-ast
30
30
  requirement: !ruby/object:Gem::Requirement