ws-style 6.10.1 → 6.11.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/pipeline.yml +4 -0
- data/.ruby-version +1 -1
- data/CHANGELOG.md +18 -0
- data/Gemfile.lock +12 -12
- data/core.yml +7 -0
- 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: daa6d2ab7f58af8de50a454e8896ef182faec674b60e4a718666328ef85bdf2b
|
|
4
|
+
data.tar.gz: '08878346e043001559a1b5a329bd81256da5accc99e2d45d9e272cd9d34e79e6'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9a005b6ad278c2245d2fadadc633203ee70b72c37dfe182b050ccae26719fd03bf10647c177921057d1f196fae2b293063b468d93e07052bc674f6ff4ff42653
|
|
7
|
+
data.tar.gz: 332989e5feca789c4a2c7b6702cec25e0d8fa32b8830d9fb09befd5c8d04dd33b64b882a041d333b9caf1a615ec5d7d43bd16b62daed027d23b5ec30cfc40736
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.7.
|
|
1
|
+
2.7.4
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,24 @@ 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.3 - 2021-11-19
|
|
8
|
+
### Changed
|
|
9
|
+
- Layout/ArgumentAlignment uses with_fixed_indentation
|
|
10
|
+
|
|
11
|
+
## 6.11.2 - 2021-11-19
|
|
12
|
+
### Changed
|
|
13
|
+
- Add concurrenty to GitHub Actions workflow
|
|
14
|
+
|
|
15
|
+
## 6.11.1 - 2021-11-08
|
|
16
|
+
### Changed
|
|
17
|
+
- Upgrade dependencies
|
|
18
|
+
|
|
19
|
+
## 6.11.0 - 2021-10-21
|
|
20
|
+
### Changed
|
|
21
|
+
- Upgrade rubocop to 1.22.3
|
|
22
|
+
- Upgrade rubocop-performance to 1.12.0
|
|
23
|
+
- Upgrade rubocop-rails to 2.12.4
|
|
24
|
+
|
|
7
25
|
## 6.10.1 - 2021-10-21
|
|
8
26
|
### Changed
|
|
9
27
|
- 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.3)
|
|
5
5
|
rubocop (>= 1.12.1)
|
|
6
6
|
rubocop-performance (>= 1.10.2)
|
|
7
7
|
rubocop-rails (>= 2.9.1)
|
|
@@ -25,15 +25,15 @@ 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
|
-
json (2.
|
|
30
|
+
json (2.6.1)
|
|
31
31
|
keepachangelog (0.6.1)
|
|
32
32
|
json (~> 2.1)
|
|
33
33
|
thor (~> 0.20)
|
|
34
34
|
minitest (5.14.4)
|
|
35
35
|
parallel (1.21.0)
|
|
36
|
-
parser (3.0.
|
|
36
|
+
parser (3.0.3.1)
|
|
37
37
|
ast (~> 2.4.1)
|
|
38
38
|
rack (2.2.3)
|
|
39
39
|
rainbow (3.0.0)
|
|
@@ -53,8 +53,8 @@ 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.
|
|
57
|
-
rubocop (1.
|
|
56
|
+
rspec-support (3.10.3)
|
|
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)
|
|
@@ -63,16 +63,16 @@ 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
|
-
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)
|
|
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)
|
|
@@ -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
|
|
@@ -96,4 +96,4 @@ DEPENDENCIES
|
|
|
96
96
|
ws-style!
|
|
97
97
|
|
|
98
98
|
BUNDLED WITH
|
|
99
|
-
2.2.
|
|
99
|
+
2.2.32
|
data/core.yml
CHANGED
|
@@ -34,6 +34,9 @@ Lint/AmbiguousBlockAssociation:
|
|
|
34
34
|
Exclude:
|
|
35
35
|
- "spec/**/*"
|
|
36
36
|
|
|
37
|
+
Layout/ArgumentAlignment:
|
|
38
|
+
EnforcedStyle: with_fixed_indentation
|
|
39
|
+
|
|
37
40
|
Layout/DotPosition:
|
|
38
41
|
EnforcedStyle: trailing
|
|
39
42
|
|
|
@@ -523,3 +526,7 @@ RSpec/ExcessiveDocstringSpacing:
|
|
|
523
526
|
|
|
524
527
|
RSpec/SubjectDeclaration:
|
|
525
528
|
Enabled: True
|
|
529
|
+
|
|
530
|
+
# rubocop-performance 1.12
|
|
531
|
+
Performance/ConcurrentMonotonicTime:
|
|
532
|
+
Enabled: True
|
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.3
|
|
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-12-01 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
|