ws-style 6.13.12 → 6.13.13
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 +3 -3
- 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: ae4fb28c4aaed4d6f0862d4be1556ebd786536f3d2d110a895ffa5d0de1c3a58
|
4
|
+
data.tar.gz: e07d15e1b68da094283416575b5fa1e68217094e5ff57442bfa0cbcf3d3538c7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 906c363f55149fd480fdde6bb804c488ecd19cb83d973b32829f7fb3f14bb806fb2d0e19cdc614cef999ad5468e7db297e49c01bc5ea667e0e08935b98759cd0
|
7
|
+
data.tar.gz: 85828b5aa2db09e67416a5d81196087a851b264d6b12761dc5a6025b5a81193b46e4fdbf42a36e868812893db22615a7eafd8c9e2d75bf602bcff1d8ae9e1736
|
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.13.13 - 2022-03-21
|
8
|
+
- Updated dependencies
|
9
|
+
|
7
10
|
## 6.13.12 - 2022-03-15
|
8
11
|
- Updated dependencies
|
9
12
|
|
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.13)
|
5
5
|
rubocop (>= 1.23)
|
6
6
|
rubocop-performance (>= 1.10.2)
|
7
7
|
rubocop-rails (>= 2.9.1)
|
@@ -31,7 +31,7 @@ GEM
|
|
31
31
|
json (~> 2.1)
|
32
32
|
thor (~> 0.20)
|
33
33
|
minitest (5.15.0)
|
34
|
-
parallel (1.
|
34
|
+
parallel (1.22.0)
|
35
35
|
parser (3.1.1.0)
|
36
36
|
ast (~> 2.4.1)
|
37
37
|
rack (2.2.3)
|
@@ -67,7 +67,7 @@ GEM
|
|
67
67
|
rubocop-performance (1.13.3)
|
68
68
|
rubocop (>= 1.7.0, < 2.0)
|
69
69
|
rubocop-ast (>= 0.4.0)
|
70
|
-
rubocop-rails (2.14.
|
70
|
+
rubocop-rails (2.14.2)
|
71
71
|
activesupport (>= 4.2.0)
|
72
72
|
rack (>= 1.1)
|
73
73
|
rubocop (>= 1.7.0, < 2.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.13.
|
4
|
+
version: 6.13.13
|
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-03-
|
11
|
+
date: 2022-03-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|