netsoft-rubocop 1.1.4 → 1.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 29338bcea3cbca8f4e26d89ea88cf206ec61498a5cef6cc68f9598201fe376d8
4
- data.tar.gz: fdf938c69440639df40a861c8be50b7bc22ad75d3144166600fbcf1261062d33
3
+ metadata.gz: 137bac43dbc24c4c97d694b86c893d4d8ea0d1257484502e6f4b5b3bd2397f81
4
+ data.tar.gz: d5572d8300095922e67612bb861a717b325f9dcc1c970b48b2063ac9d0156366
5
5
  SHA512:
6
- metadata.gz: 8f7aed7b249aabeb1f393d68a62760071b97522b5c0f8c53333ed57e2d37ecfc8bb4b5b07b1ac81e1c15d8fb6c6e90458615b160fa0f195128df3d3f8dbee53d
7
- data.tar.gz: fdfa5f21f1c722336ff68e9d7840998c71893623d36f2bf0a912f017cd01c593e3e029b69223177fd26c63f4f05917a2ada579f6f27f6846de3e3ab9b0c05dbf
6
+ metadata.gz: d0363016db98c292c39722f2002ebeb1e3bb328830ec67f509e91521da6faa51cd5d63ba24bfffdea7f4d10cd9e38926938b60c4311778a45fdee04cc4bb098d
7
+ data.tar.gz: 21b11561021e15205431a124d6aca6e28f7f1c3a614c45ac218c0c336c82101cbeeedd534ff0b65a9c2812275c46565a22b96432e2942236e81629a163265ac5
data/CHANGELOG.md CHANGED
@@ -10,11 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
  ### Changed
11
11
  ### Fixed
12
12
 
13
+ ## [1.1.5] - 2022-03-18
14
+ ### Changed
15
+ - adjust assignment indent rule to be default 2 space indent
16
+
13
17
  ## [1.1.4] - 2022-01-26
14
18
  ### Changed
15
19
  - update rubocop, and rubocop-[everything] to latest versions
16
20
 
17
-
18
21
  ## [1.1.3] - 2021-05-10
19
22
  ### Changed
20
23
  - update rubocop, and rubocop-[everything] to latest versions
data/config/default.yml CHANGED
@@ -29,7 +29,7 @@ Gemspec/RequireMFA:
29
29
 
30
30
  # region Layout
31
31
  Layout/AssignmentIndentation:
32
- IndentationWidth: 4
32
+ IndentationWidth: 2
33
33
 
34
34
  Layout/ExtraSpacing:
35
35
  AllowForAlignment: true
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Netsoft
4
4
  module Rubocop
5
- VERSION = '1.1.4'
5
+ VERSION = '1.1.5'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: netsoft-rubocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Yarotsky
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-01-31 00:00:00.000000000 Z
12
+ date: 2022-03-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler