ws-style 6.11.0 → 6.12.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 62343d4e98841d8bd2f63929ccbbba4ccc0bfb15bd5b7f468ab1b6be8405d9ac
4
- data.tar.gz: 3efa670e5f9f7188993bfcfbc06c8ba71846b0ddb9ea0e05d03b49e39e658524
3
+ metadata.gz: bcd91838a3c1ab7a1ee403112dd820bb9d213cb4965c950be0760aa08ec51365
4
+ data.tar.gz: dab187bd767e395d636a81b62eac5b4a356dd0bd53cafaad2b6fddea527accf0
5
5
  SHA512:
6
- metadata.gz: fe7b7744347c350ac74b19e3f82266ce05849932912cae42f9d903a63bf0ab6f7c76de24c85bb95fb366b63e06e9add2210b6906f33753042deb970c5a7523bf
7
- data.tar.gz: 1140579934f26721b60c1b1d527f8ba262d692e7ae350cc88a1c21cb5025f89871ee13e7932ef0a8acea7ac0cb0f7b26bd67c8a7e0787aac1b75bd271a4fb336
6
+ metadata.gz: 83493e3779e1f8a9592c51b1a33382f065d8f8b06a22fc42f26ed8f2f8250d95b30b2abff9dc7cf6a57b88c1a0d3d08f9345d03994d592ef57ae8f340e2aa4c3
7
+ data.tar.gz: cf226675f0220012303559ae445221469930f38132adeba271dda3a5029d27d2bc2f28ea953af10ea28a2a6ff47e71ccffcc86c3d6d3565184f1685156cb8d73
@@ -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,21 @@ 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.12.0 - 2021-12-06
8
+ - Update `rubocop-vendor`, which disallows `recursive-open-struct`
9
+
10
+ ## 6.11.3 - 2021-11-19
11
+ ### Changed
12
+ - Layout/ArgumentAlignment uses with_fixed_indentation
13
+
14
+ ## 6.11.2 - 2021-11-19
15
+ ### Changed
16
+ - Add concurrenty to GitHub Actions workflow
17
+
18
+ ## 6.11.1 - 2021-11-08
19
+ ### Changed
20
+ - Upgrade dependencies
21
+
7
22
  ## 6.11.0 - 2021-10-21
8
23
  ### Changed
9
24
  - 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.0)
4
+ ws-style (6.12.0)
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.10)
28
+ i18n (1.8.11)
29
29
  concurrent-ruby (~> 1.0)
30
30
  json (2.6.1)
31
31
  keepachangelog (0.6.1)
@@ -33,13 +33,13 @@ GEM
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)
40
40
  rake (13.0.6)
41
41
  rchardet (1.8.0)
42
- regexp_parser (2.1.1)
42
+ regexp_parser (2.2.0)
43
43
  rexml (3.2.5)
44
44
  rspec (3.10.0)
45
45
  rspec-core (~> 3.10.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.3)
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,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.12.0)
66
+ rubocop-ast (1.14.0)
67
67
  parser (>= 3.0.1.1)
68
68
  rubocop-performance (1.12.0)
69
69
  rubocop (>= 1.7.0, < 2.0)
@@ -72,9 +72,9 @@ GEM
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
- rubocop-vendor (0.6.1)
77
+ rubocop-vendor (0.7.0)
78
78
  rubocop (>= 0.53.0)
79
79
  ruby-progressbar (1.11.0)
80
80
  thor (0.20.3)
@@ -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
 
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.11.0'.freeze
3
+ VERSION = '6.12.0'.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.11.0
4
+ version: 6.12.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-01 00:00:00.000000000 Z
11
+ date: 2021-12-07 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