ws-style 6.13.24 → 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 +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +10 -9
- data/core.yml +4 -0
- data/lib/ws/style/version.rb +1 -1
- data/ws-style.gemspec +10 -10
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 63b5294679d17473cc92faa082063c89219e5e6ecfb190d330e89941120f5d74
|
|
4
|
+
data.tar.gz: 87fb63b0fb8a013855b7f7601be5358505abb495bc5dc827237a12837598e25a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
75
|
-
rubocop (~> 1.
|
|
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
data/lib/ws/style/version.rb
CHANGED
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
|
|
9
|
-
s.version
|
|
10
|
-
s.authors
|
|
11
|
-
s.email
|
|
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
|
|
14
|
-
s.description
|
|
15
|
-
s.homepage
|
|
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
|
|
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
|
|
21
|
-
s.executables
|
|
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.
|
|
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-
|
|
11
|
+
date: 2022-07-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|