ws-style 6.11.3 → 6.12.0

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: daa6d2ab7f58af8de50a454e8896ef182faec674b60e4a718666328ef85bdf2b
4
- data.tar.gz: '08878346e043001559a1b5a329bd81256da5accc99e2d45d9e272cd9d34e79e6'
3
+ metadata.gz: bcd91838a3c1ab7a1ee403112dd820bb9d213cb4965c950be0760aa08ec51365
4
+ data.tar.gz: dab187bd767e395d636a81b62eac5b4a356dd0bd53cafaad2b6fddea527accf0
5
5
  SHA512:
6
- metadata.gz: 9a005b6ad278c2245d2fadadc633203ee70b72c37dfe182b050ccae26719fd03bf10647c177921057d1f196fae2b293063b468d93e07052bc674f6ff4ff42653
7
- data.tar.gz: 332989e5feca789c4a2c7b6702cec25e0d8fa32b8830d9fb09befd5c8d04dd33b64b882a041d333b9caf1a615ec5d7d43bd16b62daed027d23b5ec30cfc40736
6
+ metadata.gz: 83493e3779e1f8a9592c51b1a33382f065d8f8b06a22fc42f26ed8f2f8250d95b30b2abff9dc7cf6a57b88c1a0d3d08f9345d03994d592ef57ae8f340e2aa4c3
7
+ data.tar.gz: cf226675f0220012303559ae445221469930f38132adeba271dda3a5029d27d2bc2f28ea953af10ea28a2a6ff47e71ccffcc86c3d6d3565184f1685156cb8d73
data/CHANGELOG.md CHANGED
@@ -4,6 +4,9 @@ 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.12.0 - 2021-12-06
8
+ - Update `rubocop-vendor`, which disallows `recursive-open-struct`
9
+
7
10
  ## 6.11.3 - 2021-11-19
8
11
  ### Changed
9
12
  - Layout/ArgumentAlignment uses with_fixed_indentation
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (6.11.3)
4
+ ws-style (6.12.0)
5
5
  rubocop (>= 1.12.1)
6
6
  rubocop-performance (>= 1.10.2)
7
7
  rubocop-rails (>= 2.9.1)
@@ -39,7 +39,7 @@ GEM
39
39
  rainbow (3.0.0)
40
40
  rake (13.0.6)
41
41
  rchardet (1.8.0)
42
- regexp_parser (2.1.1)
42
+ regexp_parser (2.2.0)
43
43
  rexml (3.2.5)
44
44
  rspec (3.10.0)
45
45
  rspec-core (~> 3.10.0)
@@ -63,7 +63,7 @@ GEM
63
63
  rubocop-ast (>= 1.12.0, < 2.0)
64
64
  ruby-progressbar (~> 1.7)
65
65
  unicode-display_width (>= 1.4.0, < 3.0)
66
- rubocop-ast (1.13.0)
66
+ rubocop-ast (1.14.0)
67
67
  parser (>= 3.0.1.1)
68
68
  rubocop-performance (1.12.0)
69
69
  rubocop (>= 1.7.0, < 2.0)
@@ -74,7 +74,7 @@ GEM
74
74
  rubocop (>= 1.7.0, < 2.0)
75
75
  rubocop-rspec (2.6.0)
76
76
  rubocop (~> 1.19)
77
- rubocop-vendor (0.6.1)
77
+ rubocop-vendor (0.7.0)
78
78
  rubocop (>= 0.53.0)
79
79
  ruby-progressbar (1.11.0)
80
80
  thor (0.20.3)
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.11.3'.freeze
3
+ VERSION = '6.12.0'.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.3
4
+ version: 6.12.0
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-12-01 00:00:00.000000000 Z
11
+ date: 2021-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop