ws-style 6.13.22 → 6.13.25

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: ab86e339b3a08d6e1fc45624cc060bd8823878e7a27336d0831b8c2ad87b249a
4
- data.tar.gz: a6028f9c4ded10a046754d5768778c6f9f36bbc77fa4b9b5f5e34a314d262adc
3
+ metadata.gz: 63b5294679d17473cc92faa082063c89219e5e6ecfb190d330e89941120f5d74
4
+ data.tar.gz: 87fb63b0fb8a013855b7f7601be5358505abb495bc5dc827237a12837598e25a
5
5
  SHA512:
6
- metadata.gz: f3ddb145168010136d7543878279dc9262df4159bf2587aa5aa3e28bcfcc87ff62125cc85bfcdfc14b92518c4875654d553f1e1d032f68a3a25399a677e38169
7
- data.tar.gz: 37787874eead275a6bb6902da345d0ab58bfa718377592ac808fdb9b9aedbd6f23c70bc9e323543fca02c4f8d96711b9c5c52cc5c2f0a82d16b4bee3271d4ec4
6
+ metadata.gz: 4100aa60e18c33e7abcc13b336f3aff224f2e3934bf7f503fcb154cce85a4caa727d51c40dc4bc82744e589776d07d118a47e14933408b1667059dbbf19886ed
7
+ data.tar.gz: 51220515ea1199d909fbe470ccaee99486a28a8533dab82ea8b2e1b3cd8a6def80075ca79c302f5ca5f6150ea5462a7d1ac7544fe7d5ebeae432cbc5a0a300b1
@@ -1,7 +1,7 @@
1
1
  name: 'Close stale PRs'
2
2
  on:
3
3
  schedule:
4
- - cron: '30 6 * * *' # 6:30 am UTC: 1:30 am EST
4
+ - cron: '30 6 1 * *' # 6:30 am UTC: 1:30 am EST on 1st day of the month
5
5
 
6
6
  jobs:
7
7
  stale:
data/CHANGELOG.md CHANGED
@@ -4,7 +4,20 @@ 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.13.22 - 2022-05-9
7
+ ## 6.13.25 - 2022-07-13
8
+ ### Changed
9
+ - Disable AllowForAlignment under Layout/ExtraSpacing.
10
+
11
+ ## 6.13.24 - 2022-06-27
12
+ ### Changed
13
+ - Replaced Gemspec/DateAssignment with Gemspec/DeprecatedAttributesAssignment
14
+
15
+ ## 6.13.23 - 2022-05-16
16
+ ### Changed
17
+ - Updated dependencies
18
+ - Stop requiring version / changelog entries for dependency updates
19
+
20
+ ## 6.13.22 - 2022-05-09
8
21
  ### Changed
9
22
  - Updated dependencies
10
23
 
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (6.13.22)
5
- rubocop (>= 1.23)
4
+ ws-style (6.13.25)
5
+ rubocop (>= 1.30)
6
6
  rubocop-performance (>= 1.10.2)
7
7
  rubocop-rails (>= 2.9.1)
8
8
  rubocop-rspec (>= 2.2.0)
@@ -24,21 +24,21 @@ GEM
24
24
  diff-lcs (1.5.0)
25
25
  git (1.11.0)
26
26
  rchardet (~> 1.8)
27
- i18n (1.10.0)
27
+ i18n (1.11.0)
28
28
  concurrent-ruby (~> 1.0)
29
- json (2.6.1)
29
+ json (2.6.2)
30
30
  keepachangelog (0.6.1)
31
31
  json (~> 2.1)
32
32
  thor (~> 0.20)
33
- minitest (5.15.0)
33
+ minitest (5.16.2)
34
34
  parallel (1.22.1)
35
35
  parser (3.1.2.0)
36
36
  ast (~> 2.4.1)
37
- rack (2.2.3)
37
+ rack (2.2.4)
38
38
  rainbow (3.1.1)
39
39
  rake (13.0.6)
40
40
  rchardet (1.8.0)
41
- regexp_parser (2.3.1)
41
+ regexp_parser (2.5.0)
42
42
  rexml (3.2.5)
43
43
  rspec (3.11.0)
44
44
  rspec-core (~> 3.11.0)
@@ -53,33 +53,34 @@ GEM
53
53
  diff-lcs (>= 1.2.0, < 2.0)
54
54
  rspec-support (~> 3.11.0)
55
55
  rspec-support (3.11.0)
56
- rubocop (1.29.0)
56
+ rubocop (1.31.2)
57
+ json (~> 2.3)
57
58
  parallel (~> 1.10)
58
59
  parser (>= 3.1.0.0)
59
60
  rainbow (>= 2.2.2, < 4.0)
60
61
  regexp_parser (>= 1.8, < 3.0)
61
62
  rexml (>= 3.2.5, < 4.0)
62
- rubocop-ast (>= 1.17.0, < 2.0)
63
+ rubocop-ast (>= 1.18.0, < 2.0)
63
64
  ruby-progressbar (~> 1.7)
64
65
  unicode-display_width (>= 1.4.0, < 3.0)
65
- rubocop-ast (1.17.0)
66
+ rubocop-ast (1.19.1)
66
67
  parser (>= 3.1.1.0)
67
- rubocop-performance (1.13.3)
68
+ rubocop-performance (1.14.2)
68
69
  rubocop (>= 1.7.0, < 2.0)
69
70
  rubocop-ast (>= 0.4.0)
70
- rubocop-rails (2.14.2)
71
+ rubocop-rails (2.15.2)
71
72
  activesupport (>= 4.2.0)
72
73
  rack (>= 1.1)
73
74
  rubocop (>= 1.7.0, < 2.0)
74
- rubocop-rspec (2.10.0)
75
- rubocop (~> 1.19)
76
- rubocop-vendor (0.8.9)
75
+ rubocop-rspec (2.12.1)
76
+ rubocop (~> 1.31)
77
+ rubocop-vendor (0.8.10)
77
78
  rubocop (>= 0.53.0)
78
79
  ruby-progressbar (1.11.0)
79
80
  thor (0.20.3)
80
81
  tzinfo (2.0.4)
81
82
  concurrent-ruby (~> 1.0)
82
- unicode-display_width (2.1.0)
83
+ unicode-display_width (2.2.0)
83
84
 
84
85
  PLATFORMS
85
86
  ruby
@@ -94,4 +95,4 @@ DEPENDENCIES
94
95
  ws-style!
95
96
 
96
97
  BUNDLED WITH
97
- 2.3.12
98
+ 2.3.16
data/core.yml CHANGED
@@ -52,6 +52,10 @@ Layout/EmptyLineBetweenDefs:
52
52
  Layout/EndAlignment:
53
53
  Enabled: false
54
54
 
55
+ Layout/ExtraSpacing:
56
+ Enabled: true
57
+ AllowForAlignment: false
58
+
55
59
  Layout/FirstArrayElementIndentation:
56
60
  EnforcedStyle: consistent
57
61
 
@@ -437,8 +441,8 @@ Lint/TripleQuotes:
437
441
  Style/IfWithBooleanLiteralBranches:
438
442
  Enabled: False
439
443
 
440
- # rubocop 1.10
441
- Gemspec/DateAssignment:
444
+ # rubocop 1.30
445
+ Gemspec/DeprecatedAttributeAssignment:
442
446
  Enabled: True
443
447
 
444
448
  # rubocop 1.23
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.13.22'.freeze
3
+ VERSION = '6.13.25'.freeze
4
4
  end
5
5
  end
data/ws-style.gemspec CHANGED
@@ -5,24 +5,24 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
5
  require 'ws/style/version'
6
6
 
7
7
  Gem::Specification.new do |s|
8
- s.name = 'ws-style'
9
- s.version = Ws::Style::VERSION
10
- s.authors = ['Peter Graham']
11
- s.email = ['peterghm@gmail.com']
8
+ s.name = 'ws-style'
9
+ s.version = Ws::Style::VERSION
10
+ s.authors = ['Peter Graham']
11
+ s.email = ['peterghm@gmail.com']
12
12
 
13
- s.summary = 'Shared rubocop config'
14
- s.description = 'Shared config to enforce Ruby style consistently across Wealthsimple services.'
15
- s.homepage = 'https://github.com/wealthsimple/ws-style'
13
+ s.summary = 'Shared rubocop config'
14
+ s.description = 'Shared config to enforce Ruby style consistently across Wealthsimple services.'
15
+ s.homepage = 'https://github.com/wealthsimple/ws-style'
16
16
 
17
- s.files = `git ls-files -z`.split("\x0").reject do |f|
17
+ s.files = `git ls-files -z`.split("\x0").reject do |f|
18
18
  f.match(%r{^(test|spec|features)/})
19
19
  end
20
- s.bindir = 'exe'
21
- s.executables = s.files.grep(%r{^exe/}) { |f| File.basename(f) }
20
+ s.bindir = 'exe'
21
+ s.executables = s.files.grep(%r{^exe/}) { |f| File.basename(f) }
22
22
  s.require_paths = ['lib']
23
23
  s.required_ruby_version = '>= 2.7.2'
24
24
 
25
- s.add_dependency 'rubocop', '>= 1.23'
25
+ s.add_dependency 'rubocop', '>= 1.30'
26
26
  s.add_dependency 'rubocop-performance', '>= 1.10.2'
27
27
  s.add_dependency 'rubocop-rails', '>= 2.9.1'
28
28
  s.add_dependency 'rubocop-rspec', '>= 2.2.0'
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.13.22
4
+ version: 6.13.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Graham
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-05-09 00:00:00.000000000 Z
11
+ date: 2022-07-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '1.23'
19
+ version: '1.30'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: '1.23'
26
+ version: '1.30'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rubocop-performance
29
29
  requirement: !ruby/object:Gem::Requirement