ws-style 6.10.1 → 6.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/Gemfile.lock +6 -6
- data/core.yml +4 -0
- 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: 62343d4e98841d8bd2f63929ccbbba4ccc0bfb15bd5b7f468ab1b6be8405d9ac
|
4
|
+
data.tar.gz: 3efa670e5f9f7188993bfcfbc06c8ba71846b0ddb9ea0e05d03b49e39e658524
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fe7b7744347c350ac74b19e3f82266ce05849932912cae42f9d903a63bf0ab6f7c76de24c85bb95fb366b63e06e9add2210b6906f33753042deb970c5a7523bf
|
7
|
+
data.tar.gz: 1140579934f26721b60c1b1d527f8ba262d692e7ae350cc88a1c21cb5025f89871ee13e7932ef0a8acea7ac0cb0f7b26bd67c8a7e0787aac1b75bd271a4fb336
|
data/CHANGELOG.md
CHANGED
@@ -4,6 +4,12 @@ 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.0 - 2021-10-21
|
8
|
+
### Changed
|
9
|
+
- Upgrade rubocop to 1.22.3
|
10
|
+
- Upgrade rubocop-performance to 1.12.0
|
11
|
+
- Upgrade rubocop-rails to 2.12.4
|
12
|
+
|
7
13
|
## 6.10.1 - 2021-10-21
|
8
14
|
### Changed
|
9
15
|
- Removed rules that conflict with auto-correcting line-length
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ws-style (6.
|
4
|
+
ws-style (6.11.0)
|
5
5
|
rubocop (>= 1.12.1)
|
6
6
|
rubocop-performance (>= 1.10.2)
|
7
7
|
rubocop-rails (>= 2.9.1)
|
@@ -27,7 +27,7 @@ GEM
|
|
27
27
|
rchardet (~> 1.8)
|
28
28
|
i18n (1.8.10)
|
29
29
|
concurrent-ruby (~> 1.0)
|
30
|
-
json (2.
|
30
|
+
json (2.6.1)
|
31
31
|
keepachangelog (0.6.1)
|
32
32
|
json (~> 2.1)
|
33
33
|
thor (~> 0.20)
|
@@ -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.2)
|
57
|
-
rubocop (1.22.
|
57
|
+
rubocop (1.22.3)
|
58
58
|
parallel (~> 1.10)
|
59
59
|
parser (>= 3.0.0.0)
|
60
60
|
rainbow (>= 2.2.2, < 4.0)
|
@@ -65,10 +65,10 @@ GEM
|
|
65
65
|
unicode-display_width (>= 1.4.0, < 3.0)
|
66
66
|
rubocop-ast (1.12.0)
|
67
67
|
parser (>= 3.0.1.1)
|
68
|
-
rubocop-performance (1.
|
68
|
+
rubocop-performance (1.12.0)
|
69
69
|
rubocop (>= 1.7.0, < 2.0)
|
70
70
|
rubocop-ast (>= 0.4.0)
|
71
|
-
rubocop-rails (2.12.
|
71
|
+
rubocop-rails (2.12.4)
|
72
72
|
activesupport (>= 4.2.0)
|
73
73
|
rack (>= 1.1)
|
74
74
|
rubocop (>= 1.7.0, < 2.0)
|
@@ -81,7 +81,7 @@ GEM
|
|
81
81
|
tzinfo (2.0.4)
|
82
82
|
concurrent-ruby (~> 1.0)
|
83
83
|
unicode-display_width (2.1.0)
|
84
|
-
zeitwerk (2.
|
84
|
+
zeitwerk (2.5.1)
|
85
85
|
|
86
86
|
PLATFORMS
|
87
87
|
ruby
|
data/core.yml
CHANGED
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.
|
4
|
+
version: 6.11.0
|
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-11-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|