ws-style 6.11.3 → 6.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/Gemfile.lock +4 -4
- data/lib/ws/style/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bcd91838a3c1ab7a1ee403112dd820bb9d213cb4965c950be0760aa08ec51365
|
4
|
+
data.tar.gz: dab187bd767e395d636a81b62eac5b4a356dd0bd53cafaad2b6fddea527accf0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
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.
|
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.
|
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)
|
data/lib/ws/style/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2021-12-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|