ws-style 6.11.0 → 6.11.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-version +1 -1
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +6 -6
- data/lib/ws/style/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6476ad24069f3a109af754476389fb4e5935becf55638d59a0aeb50f2d2c4d70
|
4
|
+
data.tar.gz: af43b03439e96d261d34151952d1246913fb79e87307529cf958b3b0e06cc7d5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 35091b9338557f5c13ec7d9835557e36dd10793e3c4e4119bcfc2eeb7ea1e8779db64b3e9d004c14ee445726063cd14632e1cac7dd606b89e7261ad058f68ab6
|
7
|
+
data.tar.gz: ee43282a64bfbbdf41b91ee67ac13063a07b0a71e0d997ebcbd411a2f8d2333a6c3ec885d714b6fda3260fa0ed561c027d9ad4fa8140cb3dd3ef573e9b990d7d
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.7.
|
1
|
+
2.7.4
|
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.1 - 2021-11-08
|
8
|
+
### Changed
|
9
|
+
- Upgrade dependencies
|
10
|
+
|
7
11
|
## 6.11.0 - 2021-10-21
|
8
12
|
### Changed
|
9
13
|
- Upgrade rubocop to 1.22.3
|
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.1)
|
5
5
|
rubocop (>= 1.12.1)
|
6
6
|
rubocop-performance (>= 1.10.2)
|
7
7
|
rubocop-rails (>= 2.9.1)
|
@@ -25,7 +25,7 @@ GEM
|
|
25
25
|
diff-lcs (1.4.4)
|
26
26
|
git (1.9.1)
|
27
27
|
rchardet (~> 1.8)
|
28
|
-
i18n (1.8.
|
28
|
+
i18n (1.8.11)
|
29
29
|
concurrent-ruby (~> 1.0)
|
30
30
|
json (2.6.1)
|
31
31
|
keepachangelog (0.6.1)
|
@@ -53,7 +53,7 @@ GEM
|
|
53
53
|
rspec-mocks (3.10.2)
|
54
54
|
diff-lcs (>= 1.2.0, < 2.0)
|
55
55
|
rspec-support (~> 3.10.0)
|
56
|
-
rspec-support (3.10.
|
56
|
+
rspec-support (3.10.3)
|
57
57
|
rubocop (1.22.3)
|
58
58
|
parallel (~> 1.10)
|
59
59
|
parser (>= 3.0.0.0)
|
@@ -63,7 +63,7 @@ GEM
|
|
63
63
|
rubocop-ast (>= 1.12.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.13.0)
|
67
67
|
parser (>= 3.0.1.1)
|
68
68
|
rubocop-performance (1.12.0)
|
69
69
|
rubocop (>= 1.7.0, < 2.0)
|
@@ -72,7 +72,7 @@ GEM
|
|
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.6.0)
|
76
76
|
rubocop (~> 1.19)
|
77
77
|
rubocop-vendor (0.6.1)
|
78
78
|
rubocop (>= 0.53.0)
|
@@ -96,4 +96,4 @@ DEPENDENCIES
|
|
96
96
|
ws-style!
|
97
97
|
|
98
98
|
BUNDLED WITH
|
99
|
-
2.2.
|
99
|
+
2.2.30
|
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.1
|
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-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -216,7 +216,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
216
216
|
- !ruby/object:Gem::Version
|
217
217
|
version: '0'
|
218
218
|
requirements: []
|
219
|
-
rubygems_version: 3.1.
|
219
|
+
rubygems_version: 3.1.6
|
220
220
|
signing_key:
|
221
221
|
specification_version: 4
|
222
222
|
summary: Shared rubocop config
|