ws-style 7.1.1 → 7.1.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/Gemfile.lock +19 -17
- data/SECURITY.md +15 -0
- data/core.yml +1 -0
- data/lib/ws/style/version.rb +1 -1
- data/ws-style.gemspec +2 -1
- metadata +19 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5fe3269a1694f7819531c7c780b3ccbfc78ae27bdb77fdb8fa82997145a50212
|
|
4
|
+
data.tar.gz: 0dfde80831fef18d0a234faef188a80a2f8b64f28067db6a9a5ce01681b06b69
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3dfc5d658bb39169c72b04c0f40361288497d4591c08880b69cb3b39542140d5f3cd100d4b7bdd450be83208a8d9d0eb8d85c769b66cac7193643e29eb9fffb3
|
|
7
|
+
data.tar.gz: fe72dfb39543ef44ccfeb0d8b2b976ad9d0cfe2b33d709554c905bf7f5ab5deeb7d8186c9b090c052ffa2f8777203d2883a58132d615d86c5d5d0d4feaf0b268
|
data/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## 7.1.3 - 2023-07-14
|
|
10
|
+
### Changed
|
|
11
|
+
- Added SECURITY.md file
|
|
12
|
+
|
|
13
|
+
## 7.1.2 - 2023-07-13
|
|
14
|
+
### Changed
|
|
15
|
+
- Fix missing cop error with standard 1.3.0
|
|
16
|
+
|
|
9
17
|
## 7.1.1 - 2023-06-19
|
|
10
18
|
### Changed
|
|
11
19
|
- Added Gitleaks as a pre-commit step
|
data/Gemfile.lock
CHANGED
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
ws-style (7.1.
|
|
4
|
+
ws-style (7.1.3)
|
|
5
5
|
rubocop-rspec (>= 2.2.0)
|
|
6
6
|
rubocop-vendor (>= 0.11)
|
|
7
|
-
standard (>= 1.
|
|
7
|
+
standard (>= 1.30.1)
|
|
8
|
+
standard-custom (>= 1.0.2)
|
|
8
9
|
standard-rails (>= 0.1.0)
|
|
9
10
|
|
|
10
11
|
GEM
|
|
11
12
|
remote: https://rubygems.org/
|
|
12
13
|
specs:
|
|
13
|
-
activesupport (7.0.
|
|
14
|
+
activesupport (7.0.6)
|
|
14
15
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
15
16
|
i18n (>= 1.6, < 2)
|
|
16
17
|
minitest (>= 5.1)
|
|
@@ -30,18 +31,18 @@ GEM
|
|
|
30
31
|
concurrent-ruby (~> 1.0)
|
|
31
32
|
json (2.6.3)
|
|
32
33
|
language_server-protocol (3.17.0.3)
|
|
33
|
-
lint_roller (1.
|
|
34
|
-
minitest (5.18.
|
|
34
|
+
lint_roller (1.1.0)
|
|
35
|
+
minitest (5.18.1)
|
|
35
36
|
parallel (1.23.0)
|
|
36
|
-
parse_a_changelog (1.
|
|
37
|
+
parse_a_changelog (1.3.0)
|
|
37
38
|
treetop (~> 1.6)
|
|
38
39
|
parser (3.2.2.3)
|
|
39
40
|
ast (~> 2.4.1)
|
|
40
41
|
racc
|
|
41
42
|
polyglot (0.3.5)
|
|
42
|
-
public_suffix (5.0.
|
|
43
|
-
racc (1.7.
|
|
44
|
-
rack (3.0.
|
|
43
|
+
public_suffix (5.0.3)
|
|
44
|
+
racc (1.7.1)
|
|
45
|
+
rack (3.0.8)
|
|
45
46
|
rainbow (3.1.1)
|
|
46
47
|
rake (13.0.6)
|
|
47
48
|
rchardet (1.8.0)
|
|
@@ -56,14 +57,14 @@ GEM
|
|
|
56
57
|
rspec-expectations (3.12.3)
|
|
57
58
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
58
59
|
rspec-support (~> 3.12.0)
|
|
59
|
-
rspec-mocks (3.12.
|
|
60
|
+
rspec-mocks (3.12.6)
|
|
60
61
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
61
62
|
rspec-support (~> 3.12.0)
|
|
62
|
-
rspec-support (3.12.
|
|
63
|
-
rubocop (1.52.
|
|
63
|
+
rspec-support (3.12.1)
|
|
64
|
+
rubocop (1.52.1)
|
|
64
65
|
json (~> 2.3)
|
|
65
66
|
parallel (~> 1.10)
|
|
66
|
-
parser (>= 3.2.
|
|
67
|
+
parser (>= 3.2.2.3)
|
|
67
68
|
rainbow (>= 2.2.2, < 4.0)
|
|
68
69
|
regexp_parser (>= 1.8, < 3.0)
|
|
69
70
|
rexml (>= 3.2.5, < 4.0)
|
|
@@ -90,16 +91,17 @@ GEM
|
|
|
90
91
|
rubocop-vendor (0.11.0)
|
|
91
92
|
rubocop (>= 0.53.0)
|
|
92
93
|
ruby-progressbar (1.13.0)
|
|
93
|
-
standard (1.
|
|
94
|
+
standard (1.30.1)
|
|
94
95
|
language_server-protocol (~> 3.17.0.2)
|
|
95
96
|
lint_roller (~> 1.0)
|
|
96
97
|
rubocop (~> 1.52.0)
|
|
97
98
|
standard-custom (~> 1.0.0)
|
|
98
99
|
standard-performance (~> 1.1.0)
|
|
99
|
-
standard-custom (1.0.
|
|
100
|
-
lint_roller (~> 1.0)
|
|
101
|
-
standard-performance (1.1.0)
|
|
100
|
+
standard-custom (1.0.2)
|
|
102
101
|
lint_roller (~> 1.0)
|
|
102
|
+
rubocop (~> 1.50)
|
|
103
|
+
standard-performance (1.1.1)
|
|
104
|
+
lint_roller (~> 1.1)
|
|
103
105
|
rubocop-performance (~> 1.18.0)
|
|
104
106
|
standard-rails (0.1.0)
|
|
105
107
|
lint_roller (~> 1.0)
|
data/SECURITY.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Security Policy
|
|
2
|
+
|
|
3
|
+
Wealthsimple secures our code base using a combination of code review, dependency review, and periodic security reviews. Static analysis is performed during automated verification additionally safeguards against common coding errors which may result in vulnerabilities.
|
|
4
|
+
|
|
5
|
+
### Reporting a Vulnerability
|
|
6
|
+
|
|
7
|
+
For general defects about this project, please file a [Bug Report](https://github.com/wealthsimple/ws-style/issues/new/choose)
|
|
8
|
+
|
|
9
|
+
To report a vulnerability about this project please [Report a security vulnerability](https://github.com/wealthsimple/ws-style/security/advisories/new)
|
|
10
|
+
|
|
11
|
+
If you have a vulnerability to report about the Wealthsimple platform, please use our white hat bug bounty program at [Hackerone](https://hackerone.com/wealthsimple)
|
|
12
|
+
|
|
13
|
+
### General Support
|
|
14
|
+
|
|
15
|
+
For additional support, please open a [Github Discussion](https://github.com/wealthsimple/ws-style/discussions).
|
data/core.yml
CHANGED
data/lib/ws/style/version.rb
CHANGED
data/ws-style.gemspec
CHANGED
|
@@ -22,7 +22,8 @@ Gem::Specification.new do |s|
|
|
|
22
22
|
s.require_paths = ['lib']
|
|
23
23
|
s.required_ruby_version = '>= 3.2.0'
|
|
24
24
|
|
|
25
|
-
s.add_dependency 'standard', '>= 1.
|
|
25
|
+
s.add_dependency 'standard', '>= 1.30.1'
|
|
26
|
+
s.add_dependency 'standard-custom', '>= 1.0.2'
|
|
26
27
|
s.add_dependency 'standard-rails', '>= 0.1.0'
|
|
27
28
|
s.add_dependency 'rubocop-rspec', '>= 2.2.0'
|
|
28
29
|
s.add_dependency 'rubocop-vendor', '>= 0.11'
|
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: 7.1.
|
|
4
|
+
version: 7.1.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: 2023-
|
|
11
|
+
date: 2023-07-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: standard
|
|
@@ -16,14 +16,28 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 1.
|
|
19
|
+
version: 1.30.1
|
|
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.
|
|
26
|
+
version: 1.30.1
|
|
27
|
+
- !ruby/object:Gem::Dependency
|
|
28
|
+
name: standard-custom
|
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - ">="
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: 1.0.2
|
|
34
|
+
type: :runtime
|
|
35
|
+
prerelease: false
|
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
+
requirements:
|
|
38
|
+
- - ">="
|
|
39
|
+
- !ruby/object:Gem::Version
|
|
40
|
+
version: 1.0.2
|
|
27
41
|
- !ruby/object:Gem::Dependency
|
|
28
42
|
name: standard-rails
|
|
29
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -171,6 +185,7 @@ files:
|
|
|
171
185
|
- Gemfile.lock
|
|
172
186
|
- README.md
|
|
173
187
|
- Rakefile
|
|
188
|
+
- SECURITY.md
|
|
174
189
|
- bin/console
|
|
175
190
|
- bin/rake
|
|
176
191
|
- bin/rspec
|