ws-style 6.13.24 → 6.13.25

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: d64a3f4081b0ba463f72514f8c8e8c12f0fca98d9e5d714ac807726e412a2bec
4
- data.tar.gz: 577c9e47c4d26df280c7ed3a39a596d837ccd1ff6b427adb109dbcb155fda881
3
+ metadata.gz: 63b5294679d17473cc92faa082063c89219e5e6ecfb190d330e89941120f5d74
4
+ data.tar.gz: 87fb63b0fb8a013855b7f7601be5358505abb495bc5dc827237a12837598e25a
5
5
  SHA512:
6
- metadata.gz: 10684197b9f4454740903b93b48168f0c9bf5517ac4086e5677675fab41e57c75d6ad3722ab9fcb23707f5ff3cacb332098fece0141981a40d10426b2f8f0949
7
- data.tar.gz: 847aea905eeab3bd36a2e12bb0c7797519a56ab8bf37ac6c2f162da918b65b5e22ca8a94292744e2a59320bb359127628cf58d01ea10cbe780ea63e1b2888eb3
6
+ metadata.gz: 4100aa60e18c33e7abcc13b336f3aff224f2e3934bf7f503fcb154cce85a4caa727d51c40dc4bc82744e589776d07d118a47e14933408b1667059dbbf19886ed
7
+ data.tar.gz: 51220515ea1199d909fbe470ccaee99486a28a8533dab82ea8b2e1b3cd8a6def80075ca79c302f5ca5f6150ea5462a7d1ac7544fe7d5ebeae432cbc5a0a300b1
data/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ 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.25 - 2022-07-13
8
+ ### Changed
9
+ - Disable AllowForAlignment under Layout/ExtraSpacing.
10
+
7
11
  ## 6.13.24 - 2022-06-27
8
12
  ### Changed
9
13
  - Replaced Gemspec/DateAssignment with Gemspec/DeprecatedAttributesAssignment
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ws-style (6.13.24)
4
+ ws-style (6.13.25)
5
5
  rubocop (>= 1.30)
6
6
  rubocop-performance (>= 1.10.2)
7
7
  rubocop-rails (>= 2.9.1)
@@ -24,17 +24,17 @@ 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
29
  json (2.6.2)
30
30
  keepachangelog (0.6.1)
31
31
  json (~> 2.1)
32
32
  thor (~> 0.20)
33
- minitest (5.16.1)
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.1)
37
+ rack (2.2.4)
38
38
  rainbow (3.1.1)
39
39
  rake (13.0.6)
40
40
  rchardet (1.8.0)
@@ -53,7 +53,8 @@ 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.31.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)
@@ -62,17 +63,17 @@ GEM
62
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.18.0)
66
+ rubocop-ast (1.19.1)
66
67
  parser (>= 3.1.1.0)
67
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.15.1)
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.11.1)
75
- rubocop (~> 1.19)
75
+ rubocop-rspec (2.12.1)
76
+ rubocop (~> 1.31)
76
77
  rubocop-vendor (0.8.10)
77
78
  rubocop (>= 0.53.0)
78
79
  ruby-progressbar (1.11.0)
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
 
@@ -1,5 +1,5 @@
1
1
  module Ws
2
2
  module Style
3
- VERSION = '6.13.24'.freeze
3
+ VERSION = '6.13.25'.freeze
4
4
  end
5
5
  end
data/ws-style.gemspec CHANGED
@@ -5,20 +5,20 @@ $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
 
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.24
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-06-27 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