ws-style 6.10.0 → 6.10.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: e9572aa52a2fef37a7f98787802a020ced5c093aa41c18a9b6ce9cfe756f15d2
4
- data.tar.gz: '08000808eea62019790f774412b2b1eca289a5a927ba18b8818098b79811e028'
3
+ metadata.gz: 5e96e3715fb367393137d10816a87b455510f7f4e16250f0d663030c5dcbcc18
4
+ data.tar.gz: 11a2589635b1cbfe8bc3a97f5c2747b0bc27264eb409132a59d747eed65c7b56
5
5
  SHA512:
6
- metadata.gz: 46cde8b3a3b9b1700fc46d32a7a523d9c6bc804ff4caaf6ccd0a0bd531c2fe3a6cd298fed46a7e3d65513901e80822a06bf3b64ee0a7c7c8d2b1a3d7f02e328e
7
- data.tar.gz: 56e86e2c84c8e9142dac07613c8f8fd7179cd6132c62b6d9fb5fdc59e771c420972c87858c6291627f58c20ee5613611786249915b35e6a53b79ac340406db18
6
+ metadata.gz: 0baf801c463ec9b39521ff845be2f82863fdc8f2f2736851ebe7834ca06dcaa7ea50a4a4543cc9e61e4cfbe713335b4b1be9f9b0b1aafc24fc06f750e82529e9
7
+ data.tar.gz: 23097f74e1728177d2feec582136bc701a6e9924769f5b6a206c52a7934816945c10b2afe41bcc019b7f4aa0931acc98ffbbcc87b94e937ec25aa8484080cd56
data/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ 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.10.1 - 2021-10-21
8
+ ### Changed
9
+ - Removed rules that conflict with auto-correcting line-length
10
+ - Enable `Layout/ArgumentAlignment`
11
+ - For `Layout/HashAlignment`, change `EnforcedLastArgumentHashStyle` to `always_inspect`
12
+
7
13
  ## 6.10.0 - 2021-10-13
8
14
  ### Changed
9
15
  - Upgrade rubocop to 1.22.1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (6.10.0)
4
+ ws-style (6.10.1)
5
5
  rubocop (>= 1.12.1)
6
6
  rubocop-performance (>= 1.10.2)
7
7
  rubocop-rails (>= 2.9.1)
data/core.yml CHANGED
@@ -27,15 +27,9 @@ AllCops:
27
27
  - "vendor/**/*"
28
28
  SuggestExtensions: false
29
29
 
30
- Layout/HashAlignment:
31
- EnforcedLastArgumentHashStyle: ignore_implicit
32
-
33
30
  Layout/ParameterAlignment:
34
31
  Enabled: false
35
32
 
36
- Layout/ArgumentAlignment:
37
- Enabled: false
38
-
39
33
  Lint/AmbiguousBlockAssociation:
40
34
  Exclude:
41
35
  - "spec/**/*"
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.10.0'.freeze
3
+ VERSION = '6.10.1'.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.10.0
4
+ version: 6.10.1
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-10-13 00:00:00.000000000 Z
11
+ date: 2021-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop