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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5e96e3715fb367393137d10816a87b455510f7f4e16250f0d663030c5dcbcc18
4
- data.tar.gz: 11a2589635b1cbfe8bc3a97f5c2747b0bc27264eb409132a59d747eed65c7b56
3
+ metadata.gz: daa6d2ab7f58af8de50a454e8896ef182faec674b60e4a718666328ef85bdf2b
4
+ data.tar.gz: '08878346e043001559a1b5a329bd81256da5accc99e2d45d9e272cd9d34e79e6'
5
5
  SHA512:
6
- metadata.gz: 0baf801c463ec9b39521ff845be2f82863fdc8f2f2736851ebe7834ca06dcaa7ea50a4a4543cc9e61e4cfbe713335b4b1be9f9b0b1aafc24fc06f750e82529e9
7
- data.tar.gz: 23097f74e1728177d2feec582136bc701a6e9924769f5b6a206c52a7934816945c10b2afe41bcc019b7f4aa0931acc98ffbbcc87b94e937ec25aa8484080cd56
6
+ metadata.gz: 9a005b6ad278c2245d2fadadc633203ee70b72c37dfe182b050ccae26719fd03bf10647c177921057d1f196fae2b293063b468d93e07052bc674f6ff4ff42653
7
+ data.tar.gz: 332989e5feca789c4a2c7b6702cec25e0d8fa32b8830d9fb09befd5c8d04dd33b64b882a041d333b9caf1a615ec5d7d43bd16b62daed027d23b5ec30cfc40736
@@ -2,6 +2,10 @@
2
2
  name: Pipeline
3
3
  on:
4
4
  - push
5
+ concurrency:
6
+ group: ${{ github.workflow }}-${{ github.ref }}
7
+ cancel-in-progress: true
8
+
5
9
  jobs:
6
10
  build:
7
11
  name: Build
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.7.2
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.10.1)
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.10)
28
+ i18n (1.8.11)
29
29
  concurrent-ruby (~> 1.0)
30
- json (2.5.1)
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.2.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.2)
57
- rubocop (1.22.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.12.0)
66
+ rubocop-ast (1.13.0)
67
67
  parser (>= 3.0.1.1)
68
- rubocop-performance (1.11.5)
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.3)
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.5.0)
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.4.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.16
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
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.10.1'.freeze
3
+ VERSION = '6.11.3'.freeze
4
4
  end
5
5
  end
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.10.1
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-10-25 00:00:00.000000000 Z
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.4
219
+ rubygems_version: 3.1.6
220
220
  signing_key:
221
221
  specification_version: 4
222
222
  summary: Shared rubocop config