ws-style 6.11.1 → 6.11.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/pipeline.yml +4 -0
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +2 -2
- 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: d448cb82a29cb217cba79d373bdb02b706d5e059b14e74d01a3f333f470bcb61
|
4
|
+
data.tar.gz: 30a86222b81b2c6b24dda59a54b9ce9c68e78dc12d98a429e6c0c7b0b478a6a8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d49f3988f54b1cf3d258c80166e945d1e4feb84a8435cf350352c7dbf2564fdc087f8ca30dc57fdf4aeae699dffa1d2765b9346908d4cf527ade2b2399e22109
|
7
|
+
data.tar.gz: 6bb0ad4435fe043555200fc6df9da156bc117e5ed82a3916576f10ff1063b62cb5262c86dfb1d9ed9344bb117071ade2311984f3bdfc7be9ec0e381568f0e8b0
|
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.11.2 - 2021-11-19
|
8
|
+
### Changed
|
9
|
+
- Add concurrenty to GitHub Actions workflow
|
10
|
+
|
7
11
|
## 6.11.1 - 2021-11-08
|
8
12
|
### Changed
|
9
13
|
- Upgrade dependencies
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ws-style (6.11.
|
4
|
+
ws-style (6.11.2)
|
5
5
|
rubocop (>= 1.12.1)
|
6
6
|
rubocop-performance (>= 1.10.2)
|
7
7
|
rubocop-rails (>= 2.9.1)
|
@@ -54,7 +54,7 @@ GEM
|
|
54
54
|
diff-lcs (>= 1.2.0, < 2.0)
|
55
55
|
rspec-support (~> 3.10.0)
|
56
56
|
rspec-support (3.10.3)
|
57
|
-
rubocop (1.
|
57
|
+
rubocop (1.23.0)
|
58
58
|
parallel (~> 1.10)
|
59
59
|
parser (>= 3.0.0.0)
|
60
60
|
rainbow (>= 2.2.2, < 4.0)
|
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.11.
|
4
|
+
version: 6.11.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-
|
11
|
+
date: 2021-11-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|