ws-style 6.12.2 → 6.12.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +6 -8
- 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: f7cb06c661a7c24b64c6e391b3df81d413fb413eeef95efbdf5a0e67d092b695
|
4
|
+
data.tar.gz: 1abf98fb2f10293796a517d035d04dc7812962736cb03b187f5e006cc911f2e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8699af6589b802710523266df4204fdf904767d85119a6cffec3c9d87adae2d50a42ae7e84d03f5c660e872ea58ee4c58198fb8fd20b25a0a8cf5a21e72afe7e
|
7
|
+
data.tar.gz: 6753438da316b4e70158380c91b4472614909786a418e3c0ef19d572913305f87455aa81d4b7dfdfb9746a6dd2ad4c6e3aed2217752162c4c2dc870ad285df31
|
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.12.3 - 2021-12-20
|
8
|
+
### Changed
|
9
|
+
- Updated dependencies
|
10
|
+
|
7
11
|
## 6.12.2 - 2021-12-16
|
8
12
|
### Changed
|
9
13
|
- Upgraded rubocop to 1.23
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ws-style (6.12.
|
4
|
+
ws-style (6.12.3)
|
5
5
|
rubocop (>= 1.23)
|
6
6
|
rubocop-performance (>= 1.10.2)
|
7
7
|
rubocop-rails (>= 2.9.1)
|
@@ -11,12 +11,11 @@ PATH
|
|
11
11
|
GEM
|
12
12
|
remote: https://rubygems.org/
|
13
13
|
specs:
|
14
|
-
activesupport (
|
14
|
+
activesupport (7.0.0)
|
15
15
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
16
16
|
i18n (>= 1.6, < 2)
|
17
17
|
minitest (>= 5.1)
|
18
18
|
tzinfo (~> 2.0)
|
19
|
-
zeitwerk (~> 2.3)
|
20
19
|
ast (2.4.2)
|
21
20
|
bundler-audit (0.7.0.1)
|
22
21
|
bundler (>= 1.2.0, < 3)
|
@@ -31,9 +30,9 @@ GEM
|
|
31
30
|
keepachangelog (0.6.1)
|
32
31
|
json (~> 2.1)
|
33
32
|
thor (~> 0.20)
|
34
|
-
minitest (5.
|
33
|
+
minitest (5.15.0)
|
35
34
|
parallel (1.21.0)
|
36
|
-
parser (3.0.3.
|
35
|
+
parser (3.0.3.2)
|
37
36
|
ast (~> 2.4.1)
|
38
37
|
rack (2.2.3)
|
39
38
|
rainbow (3.0.0)
|
@@ -63,7 +62,7 @@ GEM
|
|
63
62
|
rubocop-ast (>= 1.12.0, < 2.0)
|
64
63
|
ruby-progressbar (~> 1.7)
|
65
64
|
unicode-display_width (>= 1.4.0, < 3.0)
|
66
|
-
rubocop-ast (1.
|
65
|
+
rubocop-ast (1.15.0)
|
67
66
|
parser (>= 3.0.1.1)
|
68
67
|
rubocop-performance (1.12.0)
|
69
68
|
rubocop (>= 1.7.0, < 2.0)
|
@@ -74,14 +73,13 @@ GEM
|
|
74
73
|
rubocop (>= 1.7.0, < 2.0)
|
75
74
|
rubocop-rspec (2.6.0)
|
76
75
|
rubocop (~> 1.19)
|
77
|
-
rubocop-vendor (0.7.
|
76
|
+
rubocop-vendor (0.7.1)
|
78
77
|
rubocop (>= 0.53.0)
|
79
78
|
ruby-progressbar (1.11.0)
|
80
79
|
thor (0.20.3)
|
81
80
|
tzinfo (2.0.4)
|
82
81
|
concurrent-ruby (~> 1.0)
|
83
82
|
unicode-display_width (2.1.0)
|
84
|
-
zeitwerk (2.5.1)
|
85
83
|
|
86
84
|
PLATFORMS
|
87
85
|
ruby
|
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.12.
|
4
|
+
version: 6.12.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-12-
|
11
|
+
date: 2021-12-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|