ruboconf 1.7.0 → 1.9.0

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/cops/layout.yml +6 -0
  3. data/ruboconf.gemspec +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 56cccd0ac73416f79a03e264a281cf06bc1270606d4bd941a0ea2ecf7d448690
4
- data.tar.gz: 919813fbaa610f26dcb2578563720eea6bc2f2cf636daae441d470e7a4d6bda0
3
+ metadata.gz: 94c0467f4b83ef90e3eaf9701bc64bcaf2e457c4de1f4bae90555baad6723bb7
4
+ data.tar.gz: 89fca5eb89bf274a15f908ba366d0de99b837fbdbcb6d24d94a55250a13f810d
5
5
  SHA512:
6
- metadata.gz: 3d969bbdb1109e935239aaa69a7d2e85e4433dfd8f8b23ca5daca884efa3691eab0f0f572412f0908fb50688b25ad20a602edd6c50ffe3856d1889ce3ecb82e0
7
- data.tar.gz: 38553c6882fafc35e83ad77a02e859e71d7260d6ece0aaecc4627ec55253aa51956374a55700c2ef17edb89e9b5a81853d5fdbfa17a5e17b5d8b00f654c94a09
6
+ metadata.gz: c0c02e312d3c25b63d3ab01ffc548a92e44e3d27c15d24059848c769e006e3ce2dd1c0ce32c7f998bc2df92fec8ca1e181578d00a57af5da9b0ebe40980cb150
7
+ data.tar.gz: 81c29fa39f674c8bf82b2f99f8a0e882813bf6fc88fd6ff94561b3904b70ebcb7dcd4e05e710c9027793768d6d549133cfebae6fc5d24fb8c5c00399d935ea5c
data/cops/layout.yml CHANGED
@@ -24,6 +24,9 @@ Layout/ExtraSpacing:
24
24
  Layout/FirstArgumentIndentation:
25
25
  Enabled: true
26
26
 
27
+ Layout/FirstArrayElementIndentation:
28
+ EnforcedStyle: consistent
29
+
27
30
  Layout/LineContinuationLeadingSpace:
28
31
  Enabled: true
29
32
 
@@ -36,6 +39,9 @@ Layout/LineEndStringConcatenationIndentation:
36
39
  Layout/MultilineMethodCallBraceLayout:
37
40
  Enabled: true
38
41
 
42
+ Layout/MultilineOperationIndentation:
43
+ EnforcedStyle: indented
44
+
39
45
  Layout/LineLength:
40
46
  Max: 200
41
47
 
data/ruboconf.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = 'ruboconf'
5
- spec.version = '1.7.0'
5
+ spec.version = '1.9.0'
6
6
  spec.authors = ['Richard Böhme']
7
7
  spec.email = ['richard.boehme1999@gmail.com']
8
8
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruboconf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Böhme
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-07 00:00:00.000000000 Z
11
+ date: 2022-11-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop