ws-style 6.13.8 → 6.13.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -0
- data/Gemfile.lock +10 -10
- 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: be4135a0d011abfa96989a02c13285fe8c5c758af900ec1f9ffb735bdd17b63d
|
4
|
+
data.tar.gz: ab5779195280edd6af3e38894cce9d98b07e61b0d3bcd61e04f3514894b9df53
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d429bdaf98d1cdf9c593ae7d962051440c9670ce71fe148e6de0b35c5df3073f63e268dbb07ebae20087e3d07168b60c14b27fcbbac5f21950dcf2de2309dd1d
|
7
|
+
data.tar.gz: ddf1420003ceb6686f8c8adbca1f855ad1ebb9e49aad780ea1d099147b667d7abaf6890d9ae3160e9bc1bbd244d9d3f81dfc687c2b9802b23ebc9a48b88d0ab7
|
data/CHANGELOG.md
CHANGED
@@ -4,6 +4,18 @@ 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.11 - 2022-03-08
|
8
|
+
### Changed
|
9
|
+
- Updated dependencies
|
10
|
+
|
11
|
+
## 6.13.10 - 2022-02-22
|
12
|
+
### Changed
|
13
|
+
- Updated dependencies
|
14
|
+
|
15
|
+
## 6.13.9 - 2022-02-14
|
16
|
+
### Changed
|
17
|
+
- Updated dependencies
|
18
|
+
|
7
19
|
## 6.13.8 - 2022-02-10
|
8
20
|
### Changed
|
9
21
|
- Updated rspec dependencies
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ws-style (6.13.
|
4
|
+
ws-style (6.13.11)
|
5
5
|
rubocop (>= 1.23)
|
6
6
|
rubocop-performance (>= 1.10.2)
|
7
7
|
rubocop-rails (>= 2.9.1)
|
@@ -11,7 +11,7 @@ PATH
|
|
11
11
|
GEM
|
12
12
|
remote: https://rubygems.org/
|
13
13
|
specs:
|
14
|
-
activesupport (7.0.
|
14
|
+
activesupport (7.0.2.3)
|
15
15
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
16
16
|
i18n (>= 1.6, < 2)
|
17
17
|
minitest (>= 5.1)
|
@@ -24,7 +24,7 @@ GEM
|
|
24
24
|
diff-lcs (1.5.0)
|
25
25
|
git (1.10.2)
|
26
26
|
rchardet (~> 1.8)
|
27
|
-
i18n (1.
|
27
|
+
i18n (1.10.0)
|
28
28
|
concurrent-ruby (~> 1.0)
|
29
29
|
json (2.6.1)
|
30
30
|
keepachangelog (0.6.1)
|
@@ -32,13 +32,13 @@ GEM
|
|
32
32
|
thor (~> 0.20)
|
33
33
|
minitest (5.15.0)
|
34
34
|
parallel (1.21.0)
|
35
|
-
parser (3.1.
|
35
|
+
parser (3.1.1.0)
|
36
36
|
ast (~> 2.4.1)
|
37
37
|
rack (2.2.3)
|
38
38
|
rainbow (3.1.1)
|
39
39
|
rake (13.0.6)
|
40
40
|
rchardet (1.8.0)
|
41
|
-
regexp_parser (2.2.
|
41
|
+
regexp_parser (2.2.1)
|
42
42
|
rexml (3.2.5)
|
43
43
|
rspec (3.11.0)
|
44
44
|
rspec-core (~> 3.11.0)
|
@@ -62,18 +62,18 @@ GEM
|
|
62
62
|
rubocop-ast (>= 1.15.1, < 2.0)
|
63
63
|
ruby-progressbar (~> 1.7)
|
64
64
|
unicode-display_width (>= 1.4.0, < 3.0)
|
65
|
-
rubocop-ast (1.
|
66
|
-
parser (>= 3.
|
67
|
-
rubocop-performance (1.13.
|
65
|
+
rubocop-ast (1.16.0)
|
66
|
+
parser (>= 3.1.1.0)
|
67
|
+
rubocop-performance (1.13.3)
|
68
68
|
rubocop (>= 1.7.0, < 2.0)
|
69
69
|
rubocop-ast (>= 0.4.0)
|
70
70
|
rubocop-rails (2.13.2)
|
71
71
|
activesupport (>= 4.2.0)
|
72
72
|
rack (>= 1.1)
|
73
73
|
rubocop (>= 1.7.0, < 2.0)
|
74
|
-
rubocop-rspec (2.
|
74
|
+
rubocop-rspec (2.9.0)
|
75
75
|
rubocop (~> 1.19)
|
76
|
-
rubocop-vendor (0.8.
|
76
|
+
rubocop-vendor (0.8.3)
|
77
77
|
rubocop (>= 0.53.0)
|
78
78
|
ruby-progressbar (1.11.0)
|
79
79
|
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.13.
|
4
|
+
version: 6.13.11
|
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-
|
11
|
+
date: 2022-03-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|