ws-style 6.11.2 → 6.11.3

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: d448cb82a29cb217cba79d373bdb02b706d5e059b14e74d01a3f333f470bcb61
4
- data.tar.gz: 30a86222b81b2c6b24dda59a54b9ce9c68e78dc12d98a429e6c0c7b0b478a6a8
3
+ metadata.gz: daa6d2ab7f58af8de50a454e8896ef182faec674b60e4a718666328ef85bdf2b
4
+ data.tar.gz: '08878346e043001559a1b5a329bd81256da5accc99e2d45d9e272cd9d34e79e6'
5
5
  SHA512:
6
- metadata.gz: d49f3988f54b1cf3d258c80166e945d1e4feb84a8435cf350352c7dbf2564fdc087f8ca30dc57fdf4aeae699dffa1d2765b9346908d4cf527ade2b2399e22109
7
- data.tar.gz: 6bb0ad4435fe043555200fc6df9da156bc117e5ed82a3916576f10ff1063b62cb5262c86dfb1d9ed9344bb117071ade2311984f3bdfc7be9ec0e381568f0e8b0
6
+ metadata.gz: 9a005b6ad278c2245d2fadadc633203ee70b72c37dfe182b050ccae26719fd03bf10647c177921057d1f196fae2b293063b468d93e07052bc674f6ff4ff42653
7
+ data.tar.gz: 332989e5feca789c4a2c7b6702cec25e0d8fa32b8830d9fb09befd5c8d04dd33b64b882a041d333b9caf1a615ec5d7d43bd16b62daed027d23b5ec30cfc40736
data/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## 6.11.3 - 2021-11-19
8
+ ### Changed
9
+ - Layout/ArgumentAlignment uses with_fixed_indentation
10
+
7
11
  ## 6.11.2 - 2021-11-19
8
12
  ### Changed
9
13
  - Add concurrenty to GitHub Actions workflow
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (6.11.2)
4
+ ws-style (6.11.3)
5
5
  rubocop (>= 1.12.1)
6
6
  rubocop-performance (>= 1.10.2)
7
7
  rubocop-rails (>= 2.9.1)
@@ -33,7 +33,7 @@ GEM
33
33
  thor (~> 0.20)
34
34
  minitest (5.14.4)
35
35
  parallel (1.21.0)
36
- parser (3.0.2.0)
36
+ parser (3.0.3.1)
37
37
  ast (~> 2.4.1)
38
38
  rack (2.2.3)
39
39
  rainbow (3.0.0)
@@ -96,4 +96,4 @@ DEPENDENCIES
96
96
  ws-style!
97
97
 
98
98
  BUNDLED WITH
99
- 2.2.30
99
+ 2.2.32
data/core.yml CHANGED
@@ -34,6 +34,9 @@ Lint/AmbiguousBlockAssociation:
34
34
  Exclude:
35
35
  - "spec/**/*"
36
36
 
37
+ Layout/ArgumentAlignment:
38
+ EnforcedStyle: with_fixed_indentation
39
+
37
40
  Layout/DotPosition:
38
41
  EnforcedStyle: trailing
39
42
 
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.11.2'.freeze
3
+ VERSION = '6.11.3'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ws-style
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.11.2
4
+ version: 6.11.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Graham
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-11-19 00:00:00.000000000 Z
11
+ date: 2021-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop