ws-style 6.13.20 → 6.13.21

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: 5b13ea73c07fbb92211408161f57e3b24273196ded6053ef6683c3d9e70027f2
4
- data.tar.gz: 7f8e19df9e66a5ab149496afbe9ccdfd3b01cfbe5e9e5cd18c94947e683bbe16
3
+ metadata.gz: 39f39840c2d5c568dadb010189dcbda017ffbc9b4232bf288325074e4f672030
4
+ data.tar.gz: e9baedb2ff767fdac86528a0ac2d8dc3fb87e56bbb15cdaefc01a71357987f33
5
5
  SHA512:
6
- metadata.gz: 95f35b1ecbc426b57e383fddc12a6a829a630deb565c208cbfee9e7c7e4cca13af990f96b7effdb830a2b1eb702582d76cec90f0bf1371bb5a343b74fa34dacb
7
- data.tar.gz: 7d96bfeb4be8c72fd4408502e51c77e29e05ad2db6f61c783a35b647fef69deddbe5e6887349d590a52d11ad45983acafa05183026cb1531c6dd6bee5adcc977
6
+ metadata.gz: c9283a717e3ccefd63ae7edc950e14b9d98f5933922694141d986517554ffb2218afcec3406ad6a6bd7a702e53e9aedc45cab9fb4cfffadd2881550f9878ce5e
7
+ data.tar.gz: 87576bdc6e74ec7ef5b9d12dbe89e16ae1379c4d4da31a35b00a2db56cf5ec91d5f3b3ca3e8a11dde6d7d19716ca99ac20ee93d5358757c92b74d59d6f2a9400
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.13.21 - 2022-05-04
8
+ ### Changed
9
+ - Updated obsolete parameter as per rubocop/rubocop#10555
10
+
7
11
  ## 6.13.20 - 2022-05-02
8
12
  ### Changed
9
13
  - Updated dependencies
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (6.13.20)
4
+ ws-style (6.13.21)
5
5
  rubocop (>= 1.23)
6
6
  rubocop-performance (>= 1.10.2)
7
7
  rubocop-rails (>= 2.9.1)
data/core.yml CHANGED
@@ -60,7 +60,7 @@ Layout/IndentationWidth:
60
60
  Width: 2
61
61
 
62
62
  Layout/LineLength:
63
- IgnoredPatterns: ['(\A|\s)#']
63
+ AllowedPatterns: ['(\A|\s)#']
64
64
  Max: 100
65
65
 
66
66
  Layout/FirstHashElementIndentation:
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.13.20'.freeze
3
+ VERSION = '6.13.21'.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.13.20
4
+ version: 6.13.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Graham
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-05-02 00:00:00.000000000 Z
11
+ date: 2022-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop