pheme 5.2.0 → 5.2.2
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 +43 -26
- data/SECURITY.md +15 -0
- data/lib/pheme/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ec9089dddd142dda957b8fb946cd87474f71b8b362f8b611d91281c3c24152bd
|
|
4
|
+
data.tar.gz: 1a8c7b5b02ba48c21f34cbb5777662e5ae861d5de744955493796cbd1adef68f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a9cf69734e26b601dcd586c553ef6612ef29000ad0f73d5c8e47704c29b1d9ae59ea123e7448e17a9100c21054f7cd831288871264c8bdc4a3c3321fa11a9358
|
|
7
|
+
data.tar.gz: d6d786fbc224cabf9eb8c4069727f213f3ab4cdcd7a19e7f2605e73fc29dba589d6a6f634bbd688d7b9e8f0cd4f2a7f61c73fab4e41426a6f261c921174189ef
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,14 @@ 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
|
+
## 5.2.2 - 2023-07-14
|
|
8
|
+
### Changed
|
|
9
|
+
- Added SECURITY.md file to repo
|
|
10
|
+
|
|
11
|
+
## 5.2.1 - 2023-07-05
|
|
12
|
+
### Changed
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
7
15
|
## 5.2.0 - 2023-07-05
|
|
8
16
|
### Changed
|
|
9
17
|
- Bumped min Ruby version to 3.2
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
pheme (5.2.
|
|
4
|
+
pheme (5.2.2)
|
|
5
5
|
activesupport (>= 4)
|
|
6
6
|
aws-sdk-sns (~> 1.1)
|
|
7
7
|
aws-sdk-sqs (~> 1.3)
|
|
@@ -11,7 +11,7 @@ PATH
|
|
|
11
11
|
GEM
|
|
12
12
|
remote: https://rubygems.org/
|
|
13
13
|
specs:
|
|
14
|
-
activesupport (7.0.
|
|
14
|
+
activesupport (7.0.6)
|
|
15
15
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
16
16
|
i18n (>= 1.6, < 2)
|
|
17
17
|
minitest (>= 5.1)
|
|
@@ -20,19 +20,19 @@ GEM
|
|
|
20
20
|
public_suffix (>= 2.0.2, < 6.0)
|
|
21
21
|
ast (2.4.2)
|
|
22
22
|
aws-eventstream (1.2.0)
|
|
23
|
-
aws-partitions (1.
|
|
24
|
-
aws-sdk-core (3.
|
|
23
|
+
aws-partitions (1.783.0)
|
|
24
|
+
aws-sdk-core (3.176.1)
|
|
25
25
|
aws-eventstream (~> 1, >= 1.0.2)
|
|
26
26
|
aws-partitions (~> 1, >= 1.651.0)
|
|
27
27
|
aws-sigv4 (~> 1.5)
|
|
28
28
|
jmespath (~> 1, >= 1.6.1)
|
|
29
|
-
aws-sdk-sns (1.
|
|
30
|
-
aws-sdk-core (~> 3, >= 3.
|
|
29
|
+
aws-sdk-sns (1.63.0)
|
|
30
|
+
aws-sdk-core (~> 3, >= 3.176.0)
|
|
31
31
|
aws-sigv4 (~> 1.1)
|
|
32
|
-
aws-sdk-sqs (1.
|
|
33
|
-
aws-sdk-core (~> 3, >= 3.
|
|
32
|
+
aws-sdk-sqs (1.59.0)
|
|
33
|
+
aws-sdk-core (~> 3, >= 3.176.0)
|
|
34
34
|
aws-sigv4 (~> 1.1)
|
|
35
|
-
aws-sigv4 (1.
|
|
35
|
+
aws-sigv4 (1.6.0)
|
|
36
36
|
aws-eventstream (~> 1, >= 1.0.2)
|
|
37
37
|
bundler-audit (0.9.1)
|
|
38
38
|
bundler (>= 1.2.0, < 3)
|
|
@@ -43,20 +43,24 @@ GEM
|
|
|
43
43
|
git (1.18.0)
|
|
44
44
|
addressable (~> 2.8)
|
|
45
45
|
rchardet (~> 1.8)
|
|
46
|
-
i18n (1.
|
|
46
|
+
i18n (1.14.1)
|
|
47
47
|
concurrent-ruby (~> 1.0)
|
|
48
48
|
jmespath (1.6.2)
|
|
49
49
|
json (2.6.3)
|
|
50
|
-
|
|
50
|
+
language_server-protocol (3.17.0.3)
|
|
51
|
+
lint_roller (1.0.0)
|
|
52
|
+
minitest (5.18.1)
|
|
51
53
|
parallel (1.23.0)
|
|
52
|
-
parser (3.2.2.
|
|
54
|
+
parser (3.2.2.3)
|
|
53
55
|
ast (~> 2.4.1)
|
|
56
|
+
racc
|
|
54
57
|
public_suffix (5.0.1)
|
|
55
|
-
|
|
58
|
+
racc (1.7.1)
|
|
59
|
+
rack (3.0.8)
|
|
56
60
|
rainbow (3.1.1)
|
|
57
61
|
rake (13.0.6)
|
|
58
62
|
rchardet (1.8.0)
|
|
59
|
-
regexp_parser (2.8.
|
|
63
|
+
regexp_parser (2.8.1)
|
|
60
64
|
resource-struct (0.4.0)
|
|
61
65
|
rexml (3.2.5)
|
|
62
66
|
rspec (3.12.0)
|
|
@@ -76,26 +80,26 @@ GEM
|
|
|
76
80
|
rspec-mocks (3.12.5)
|
|
77
81
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
78
82
|
rspec-support (~> 3.12.0)
|
|
79
|
-
rspec-support (3.12.
|
|
83
|
+
rspec-support (3.12.1)
|
|
80
84
|
rspec_junit_formatter (0.6.0)
|
|
81
85
|
rspec-core (>= 2, < 4, != 2.12.0)
|
|
82
|
-
rubocop (1.
|
|
86
|
+
rubocop (1.52.1)
|
|
83
87
|
json (~> 2.3)
|
|
84
88
|
parallel (~> 1.10)
|
|
85
|
-
parser (>= 3.2.
|
|
89
|
+
parser (>= 3.2.2.3)
|
|
86
90
|
rainbow (>= 2.2.2, < 4.0)
|
|
87
91
|
regexp_parser (>= 1.8, < 3.0)
|
|
88
92
|
rexml (>= 3.2.5, < 4.0)
|
|
89
93
|
rubocop-ast (>= 1.28.0, < 2.0)
|
|
90
94
|
ruby-progressbar (~> 1.7)
|
|
91
95
|
unicode-display_width (>= 2.4.0, < 3.0)
|
|
92
|
-
rubocop-ast (1.
|
|
96
|
+
rubocop-ast (1.29.0)
|
|
93
97
|
parser (>= 3.2.1.0)
|
|
94
98
|
rubocop-capybara (2.18.0)
|
|
95
99
|
rubocop (~> 1.41)
|
|
96
100
|
rubocop-factory_bot (2.23.1)
|
|
97
101
|
rubocop (~> 1.33)
|
|
98
|
-
rubocop-performance (1.
|
|
102
|
+
rubocop-performance (1.18.0)
|
|
99
103
|
rubocop (>= 1.7.0, < 2.0)
|
|
100
104
|
rubocop-ast (>= 0.4.0)
|
|
101
105
|
rubocop-rails (2.19.1)
|
|
@@ -106,7 +110,7 @@ GEM
|
|
|
106
110
|
rubocop (~> 1.33)
|
|
107
111
|
rubocop-capybara (~> 2.17)
|
|
108
112
|
rubocop-factory_bot (~> 2.22)
|
|
109
|
-
rubocop-vendor (0.
|
|
113
|
+
rubocop-vendor (0.11.0)
|
|
110
114
|
rubocop (>= 0.53.0)
|
|
111
115
|
ruby-progressbar (1.13.0)
|
|
112
116
|
simplecov (0.22.0)
|
|
@@ -115,17 +119,30 @@ GEM
|
|
|
115
119
|
simplecov_json_formatter (~> 0.1)
|
|
116
120
|
simplecov-html (0.12.3)
|
|
117
121
|
simplecov_json_formatter (0.1.4)
|
|
118
|
-
smarter_csv (1.8.
|
|
122
|
+
smarter_csv (1.8.5)
|
|
123
|
+
standard (1.29.0)
|
|
124
|
+
language_server-protocol (~> 3.17.0.2)
|
|
125
|
+
lint_roller (~> 1.0)
|
|
126
|
+
rubocop (~> 1.52.0)
|
|
127
|
+
standard-custom (~> 1.0.0)
|
|
128
|
+
standard-performance (~> 1.1.0)
|
|
129
|
+
standard-custom (1.0.1)
|
|
130
|
+
lint_roller (~> 1.0)
|
|
131
|
+
standard-performance (1.1.0)
|
|
132
|
+
lint_roller (~> 1.0)
|
|
133
|
+
rubocop-performance (~> 1.18.0)
|
|
134
|
+
standard-rails (0.1.0)
|
|
135
|
+
lint_roller (~> 1.0)
|
|
136
|
+
rubocop-rails (~> 2.19.0)
|
|
119
137
|
thor (1.2.2)
|
|
120
138
|
tzinfo (2.0.6)
|
|
121
139
|
concurrent-ruby (~> 1.0)
|
|
122
140
|
unicode-display_width (2.4.2)
|
|
123
|
-
ws-style (
|
|
124
|
-
rubocop (>= 1.36)
|
|
125
|
-
rubocop-performance (>= 1.10.2)
|
|
126
|
-
rubocop-rails (>= 2.9.1)
|
|
141
|
+
ws-style (7.1.1)
|
|
127
142
|
rubocop-rspec (>= 2.2.0)
|
|
128
|
-
rubocop-vendor (>= 0.
|
|
143
|
+
rubocop-vendor (>= 0.11)
|
|
144
|
+
standard (>= 1.28.2)
|
|
145
|
+
standard-rails (>= 0.1.0)
|
|
129
146
|
|
|
130
147
|
PLATFORMS
|
|
131
148
|
ruby
|
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/pheme/issues/new/choose)
|
|
8
|
+
|
|
9
|
+
To report a vulnerability about this project please [Report a security vulnerability](https://github.com/wealthsimple/pheme/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/pheme/discussions).
|
data/lib/pheme/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pheme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.2.
|
|
4
|
+
version: 5.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Graham
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-07-
|
|
11
|
+
date: 2023-07-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -228,6 +228,7 @@ files:
|
|
|
228
228
|
- LICENSE
|
|
229
229
|
- README.md
|
|
230
230
|
- Rakefile
|
|
231
|
+
- SECURITY.md
|
|
231
232
|
- catalog-info.yaml
|
|
232
233
|
- lib/pheme.rb
|
|
233
234
|
- lib/pheme/compression.rb
|