netsoft-rubocop 1.0.0 → 1.0.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8cf6516546fb841a50c1ae074379461322412af26b550d185a29732bd89ff601
4
- data.tar.gz: b7f3bf4846b605d70a81c9f6dafa991eb14d33a036e67895d09caf921d38e89e
3
+ metadata.gz: e86de24376bfed977d94126b45613e783089f2096ac204f92f6afa9e653c85ad
4
+ data.tar.gz: 010de2547ec8cd8a46bb08c90dbfeeb17f78ac4b21b7b16c0ff8a00fadb1d1ed
5
5
  SHA512:
6
- metadata.gz: d6279ee377b16ca8faed2b20d9ee54d881f2e40acc58a272ae779936cda7319a217c352e9edcc44a88219f0a0d82ccc4d5ea1372ab891b1dbac50b17317b63fd
7
- data.tar.gz: 3c6376c673f1d22ac69c87b4051963af7d6a941541f4fb0b4f346ac8fad46151ab45f2ac480251015315101c2b5e3cab5857cc9bf1c9fb5e4e71189479c5bca7
6
+ metadata.gz: a357004d69df5da5a276eb038fe46c3e274e2b8f6a61aa81a5f7f85ddf9ed723978ce53f634e10438d0f95c61fe0270153462f7a5a4e317f712bcc9c9ed4972f
7
+ data.tar.gz: ea4632ef422eed761a3a8a94bccc2fd6432aa3f7d9f17b58fc8c4b9f88d45a1f00d3bb6cbbe0833d6d6943b3f627218c95a57e7fce5d6305eb6b2652002670cf
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.0.1] - 2019-10-11
11
+ ### Added
12
+ - Adjusted MultilineMethodCallIndentation rule
13
+
10
14
  ## [1.0.0] - 2019-08-28
11
15
  ### Added
12
16
  - Default rubocop config
@@ -46,6 +46,10 @@ Layout/IndentFirstHashElement:
46
46
  EnforcedStyle: consistent
47
47
  IndentationWidth: 4
48
48
 
49
+ Layout/MultilineMethodCallIndentation:
50
+ EnforcedStyle: indented_relative_to_receiver
51
+ IndentationWidth: 4
52
+
49
53
  Layout/SpaceInsideBlockBraces:
50
54
  EnforcedStyle: space
51
55
  SpaceBeforeBlockParameters: true
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Netsoft
4
4
  module Rubocop
5
- VERSION = '1.0.0'
5
+ VERSION = '1.0.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: netsoft-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Yarotsky
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-09-02 00:00:00.000000000 Z
11
+ date: 2019-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler