ws-style 6.9.1 → 6.9.2
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 +9 -9
- 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: 85e54ef5442990f57a187d4b06813063c59d646fc727c0b5d6c617c2312e88d1
|
4
|
+
data.tar.gz: 83df75ca1d0ce896d256a127a1d64977ca39e558a9644dcd5d62cd2d8d57047f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ec6481086ccd35a57f923f55bb64eff1e779853b8bf18793ebff40674dec049562b947692757bd889c777dd94883a38796ea1a7751d7f39ad7d4cf33a421192
|
7
|
+
data.tar.gz: b44f9d372ac9055447097a38f0981e4f4779cac81b18096557f0e919dd0624daaefa2c255b5e32342daa252fa1320bee5259dedc636d93541d6c9eaa5761cec2
|
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.9.2 - 2021-06-28
|
8
|
+
- Update dependencies
|
9
|
+
|
7
10
|
## 6.9.1 - 2021-05-06
|
8
11
|
- Migrate CI from CircleCI to GitHub Actions
|
9
12
|
- Change default GitHub branch to `main`
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ws-style (6.9.
|
4
|
+
ws-style (6.9.2)
|
5
5
|
rubocop (>= 1.12.1)
|
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 (6.1.
|
14
|
+
activesupport (6.1.4)
|
15
15
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
16
16
|
i18n (>= 1.6, < 2)
|
17
17
|
minitest (>= 5.1)
|
@@ -21,7 +21,7 @@ GEM
|
|
21
21
|
bundler-audit (0.7.0.1)
|
22
22
|
bundler (>= 1.2.0, < 3)
|
23
23
|
thor (>= 0.18, < 2)
|
24
|
-
concurrent-ruby (1.1.
|
24
|
+
concurrent-ruby (1.1.9)
|
25
25
|
diff-lcs (1.4.4)
|
26
26
|
git (1.8.1)
|
27
27
|
rchardet (~> 1.8)
|
@@ -54,28 +54,28 @@ GEM
|
|
54
54
|
diff-lcs (>= 1.2.0, < 2.0)
|
55
55
|
rspec-support (~> 3.10.0)
|
56
56
|
rspec-support (3.10.2)
|
57
|
-
rubocop (1.
|
57
|
+
rubocop (1.17.0)
|
58
58
|
parallel (~> 1.10)
|
59
59
|
parser (>= 3.0.0.0)
|
60
60
|
rainbow (>= 2.2.2, < 4.0)
|
61
61
|
regexp_parser (>= 1.8, < 3.0)
|
62
62
|
rexml
|
63
|
-
rubocop-ast (>= 1.
|
63
|
+
rubocop-ast (>= 1.7.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.7.0)
|
67
67
|
parser (>= 3.0.1.1)
|
68
68
|
rubocop-performance (1.11.3)
|
69
69
|
rubocop (>= 1.7.0, < 2.0)
|
70
70
|
rubocop-ast (>= 0.4.0)
|
71
|
-
rubocop-rails (2.
|
71
|
+
rubocop-rails (2.11.1)
|
72
72
|
activesupport (>= 4.2.0)
|
73
73
|
rack (>= 1.1)
|
74
74
|
rubocop (>= 1.7.0, < 2.0)
|
75
|
-
rubocop-rspec (2.
|
75
|
+
rubocop-rspec (2.4.0)
|
76
76
|
rubocop (~> 1.0)
|
77
77
|
rubocop-ast (>= 1.1.0)
|
78
|
-
rubocop-vendor (0.6.
|
78
|
+
rubocop-vendor (0.6.1)
|
79
79
|
rubocop (>= 0.53.0)
|
80
80
|
ruby-progressbar (1.11.0)
|
81
81
|
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.9.
|
4
|
+
version: 6.9.2
|
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-
|
11
|
+
date: 2021-06-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|