ruboconf 1.9.0 → 1.10.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/cops/layout.yml +3 -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: 94c0467f4b83ef90e3eaf9701bc64bcaf2e457c4de1f4bae90555baad6723bb7
4
- data.tar.gz: 89fca5eb89bf274a15f908ba366d0de99b837fbdbcb6d24d94a55250a13f810d
3
+ metadata.gz: b230fb26f2ea43028bb6956a90d1c22cf5753c62a69b0188efcdc8534df7d522
4
+ data.tar.gz: be7a1cd9654e53750bdbe05c2a97434494476644f2c426dfff9ec342f4e79ebb
5
5
  SHA512:
6
- metadata.gz: c0c02e312d3c25b63d3ab01ffc548a92e44e3d27c15d24059848c769e006e3ce2dd1c0ce32c7f998bc2df92fec8ca1e181578d00a57af5da9b0ebe40980cb150
7
- data.tar.gz: 81c29fa39f674c8bf82b2f99f8a0e882813bf6fc88fd6ff94561b3904b70ebcb7dcd4e05e710c9027793768d6d549133cfebae6fc5d24fb8c5c00399d935ea5c
6
+ metadata.gz: 6a236f07bf70c1e39748ac535f20ee50dcf52ac4e6143c41f5ad9b0843cc4b2786c0893426066aa068b1f7c200c4b6e322b94e452a86ff2aa7e6d917eb6fb628
7
+ data.tar.gz: 071c8eb225382a3c89102416e2a7a537fa9ee0f63711554c21a21c104fbc463bddc838f936ee8bbfceba55c2c6d7638ff95d1623c348f0d30b9123918853bc82
data/cops/layout.yml CHANGED
@@ -39,6 +39,9 @@ Layout/LineEndStringConcatenationIndentation:
39
39
  Layout/MultilineMethodCallBraceLayout:
40
40
  Enabled: true
41
41
 
42
+ Layout/MultilineMethodCallIndentation:
43
+ EnforcedStyle: indented
44
+
42
45
  Layout/MultilineOperationIndentation:
43
46
  EnforcedStyle: indented
44
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.9.0'
5
+ spec.version = '1.10.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.9.0
4
+ version: 1.10.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-11-12 00:00:00.000000000 Z
11
+ date: 2022-12-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop