pheme 6.0.0 → 6.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/guardrails.yaml +15 -0
- data/.github/workflows/stale.yml +1 -1
- data/CHANGELOG.md +9 -0
- data/Gemfile.lock +82 -73
- data/README.md +3 -3
- data/lib/pheme/version.rb +1 -1
- data/pheme.gemspec +1 -0
- metadata +17 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '02147649c5dec0a1ad1e85813ce883f94d6a05b1cdb0aab9d7cd1d3fded41579'
|
4
|
+
data.tar.gz: f791e3d557b2c5bdbeb907e1eb4358d779db3d22105d9ce4fd813b7fb8498d33
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a09ad2729eb5f69fe5858cccee90227cff403b5e8ba06cc5fd03bfb06bf4f193a8eab8e2a62aa8951bab753d76e27ddcc545c35f1489b6f9df970725fa6ac208
|
7
|
+
data.tar.gz: deec50f932617340704a0ea16b1b709098e84562745de8de58f11e3baf3e0d14ccae468ead8e898e4dab0a21009d55fa4d5056d0a4fcc64ea174fb20147d08e4
|
data/.github/workflows/stale.yml
CHANGED
data/CHANGELOG.md
CHANGED
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
6
6
|
|
7
7
|
## Unreleased
|
8
8
|
|
9
|
+
## 6.0.2 - 2025-02-13
|
10
|
+
### Changed
|
11
|
+
- Update docs
|
12
|
+
|
13
|
+
## 6.0.1 - 2025-02-13
|
14
|
+
### Changed
|
15
|
+
- Updated dependencies
|
16
|
+
- Added rexml as explicit dependency
|
17
|
+
|
9
18
|
## 6.0.0 - 2024-07-04
|
10
19
|
### Changed
|
11
20
|
- **breaking changes** Removed support for Rollbar configuration. `config.rollbar` is no longer supported.
|
data/Gemfile.lock
CHANGED
@@ -1,163 +1,170 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
pheme (6.0.
|
4
|
+
pheme (6.0.2)
|
5
5
|
activesupport (>= 4)
|
6
6
|
aws-sdk-sns (~> 1.1)
|
7
7
|
aws-sdk-sqs (~> 1.3)
|
8
8
|
resource-struct (~> 0.4)
|
9
|
+
rexml (~> 3.4)
|
9
10
|
smarter_csv (~> 1)
|
10
11
|
|
11
12
|
GEM
|
12
13
|
remote: https://rubygems.org/
|
13
14
|
specs:
|
14
|
-
activesupport (
|
15
|
+
activesupport (8.0.1)
|
15
16
|
base64
|
17
|
+
benchmark (>= 0.3)
|
16
18
|
bigdecimal
|
17
|
-
concurrent-ruby (~> 1.0, >= 1.
|
19
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
18
20
|
connection_pool (>= 2.2.5)
|
19
21
|
drb
|
20
22
|
i18n (>= 1.6, < 2)
|
23
|
+
logger (>= 1.4.2)
|
21
24
|
minitest (>= 5.1)
|
22
|
-
|
23
|
-
tzinfo (~> 2.0)
|
24
|
-
|
25
|
-
|
25
|
+
securerandom (>= 0.3)
|
26
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
27
|
+
uri (>= 0.13.1)
|
28
|
+
addressable (2.8.7)
|
29
|
+
public_suffix (>= 2.0.2, < 7.0)
|
26
30
|
ast (2.4.2)
|
27
31
|
aws-eventstream (1.3.0)
|
28
|
-
aws-partitions (1.
|
29
|
-
aws-sdk-core (3.
|
32
|
+
aws-partitions (1.1050.0)
|
33
|
+
aws-sdk-core (3.218.1)
|
30
34
|
aws-eventstream (~> 1, >= 1.3.0)
|
31
|
-
aws-partitions (~> 1, >= 1.
|
32
|
-
aws-sigv4 (~> 1.
|
35
|
+
aws-partitions (~> 1, >= 1.992.0)
|
36
|
+
aws-sigv4 (~> 1.9)
|
37
|
+
base64
|
33
38
|
jmespath (~> 1, >= 1.6.1)
|
34
|
-
aws-sdk-sns (1.
|
35
|
-
aws-sdk-core (~> 3, >= 3.
|
36
|
-
aws-sigv4 (~> 1.
|
37
|
-
aws-sdk-sqs (1.
|
38
|
-
aws-sdk-core (~> 3, >= 3.
|
39
|
-
aws-sigv4 (~> 1.
|
40
|
-
aws-sigv4 (1.
|
39
|
+
aws-sdk-sns (1.95.0)
|
40
|
+
aws-sdk-core (~> 3, >= 3.216.0)
|
41
|
+
aws-sigv4 (~> 1.5)
|
42
|
+
aws-sdk-sqs (1.92.0)
|
43
|
+
aws-sdk-core (~> 3, >= 3.216.0)
|
44
|
+
aws-sigv4 (~> 1.5)
|
45
|
+
aws-sigv4 (1.11.0)
|
41
46
|
aws-eventstream (~> 1, >= 1.0.2)
|
42
47
|
base64 (0.2.0)
|
43
|
-
|
44
|
-
|
48
|
+
benchmark (0.4.0)
|
49
|
+
bigdecimal (3.1.9)
|
50
|
+
bundler-audit (0.9.2)
|
45
51
|
bundler (>= 1.2.0, < 3)
|
46
52
|
thor (~> 1.0)
|
47
|
-
concurrent-ruby (1.3.
|
48
|
-
connection_pool (2.
|
53
|
+
concurrent-ruby (1.3.5)
|
54
|
+
connection_pool (2.5.0)
|
49
55
|
diff-lcs (1.5.1)
|
50
|
-
docile (1.4.
|
56
|
+
docile (1.4.1)
|
51
57
|
drb (2.2.1)
|
52
|
-
git (2.
|
58
|
+
git (2.3.3)
|
53
59
|
activesupport (>= 5.0)
|
54
60
|
addressable (~> 2.8)
|
55
61
|
process_executer (~> 1.1)
|
56
62
|
rchardet (~> 1.8)
|
57
|
-
i18n (1.14.
|
63
|
+
i18n (1.14.7)
|
58
64
|
concurrent-ruby (~> 1.0)
|
59
65
|
jmespath (1.6.2)
|
60
|
-
json (2.
|
61
|
-
language_server-protocol (3.17.0.
|
66
|
+
json (2.10.1)
|
67
|
+
language_server-protocol (3.17.0.4)
|
62
68
|
lint_roller (1.1.0)
|
63
|
-
|
64
|
-
|
65
|
-
parallel (1.
|
66
|
-
parse_a_changelog (1.3.
|
69
|
+
logger (1.6.5)
|
70
|
+
minitest (5.25.4)
|
71
|
+
parallel (1.26.3)
|
72
|
+
parse_a_changelog (1.3.3)
|
67
73
|
treetop (~> 1.6)
|
68
|
-
parser (3.3.
|
74
|
+
parser (3.3.7.1)
|
69
75
|
ast (~> 2.4.1)
|
70
76
|
racc
|
71
77
|
polyglot (0.3.5)
|
72
|
-
process_executer (1.
|
73
|
-
public_suffix (
|
74
|
-
racc (1.8.
|
75
|
-
rack (3.1.
|
78
|
+
process_executer (1.2.0)
|
79
|
+
public_suffix (6.0.1)
|
80
|
+
racc (1.8.1)
|
81
|
+
rack (3.1.10)
|
76
82
|
rainbow (3.1.1)
|
77
83
|
rake (13.2.1)
|
78
|
-
rchardet (1.
|
79
|
-
regexp_parser (2.
|
84
|
+
rchardet (1.9.0)
|
85
|
+
regexp_parser (2.10.0)
|
80
86
|
resource-struct (0.4.0)
|
81
|
-
rexml (3.
|
82
|
-
strscan
|
87
|
+
rexml (3.4.0)
|
83
88
|
rspec (3.13.0)
|
84
89
|
rspec-core (~> 3.13.0)
|
85
90
|
rspec-expectations (~> 3.13.0)
|
86
91
|
rspec-mocks (~> 3.13.0)
|
87
92
|
rspec-collection_matchers (1.2.1)
|
88
93
|
rspec-expectations (>= 2.99.0.beta1)
|
89
|
-
rspec-core (3.13.
|
94
|
+
rspec-core (3.13.3)
|
90
95
|
rspec-support (~> 3.13.0)
|
91
|
-
rspec-expectations (3.13.
|
96
|
+
rspec-expectations (3.13.3)
|
92
97
|
diff-lcs (>= 1.2.0, < 2.0)
|
93
98
|
rspec-support (~> 3.13.0)
|
94
|
-
rspec-its (
|
95
|
-
rspec-core (>= 3.
|
96
|
-
rspec-expectations (>= 3.
|
97
|
-
rspec-mocks (3.13.
|
99
|
+
rspec-its (2.0.0)
|
100
|
+
rspec-core (>= 3.13.0)
|
101
|
+
rspec-expectations (>= 3.13.0)
|
102
|
+
rspec-mocks (3.13.2)
|
98
103
|
diff-lcs (>= 1.2.0, < 2.0)
|
99
104
|
rspec-support (~> 3.13.0)
|
100
|
-
rspec-support (3.13.
|
105
|
+
rspec-support (3.13.2)
|
101
106
|
rspec_junit_formatter (0.6.0)
|
102
107
|
rspec-core (>= 2, < 4, != 2.12.0)
|
103
|
-
rubocop (1.
|
108
|
+
rubocop (1.71.2)
|
104
109
|
json (~> 2.3)
|
105
110
|
language_server-protocol (>= 3.17.0)
|
106
111
|
parallel (~> 1.10)
|
107
112
|
parser (>= 3.3.0.2)
|
108
113
|
rainbow (>= 2.2.2, < 4.0)
|
109
|
-
regexp_parser (>=
|
110
|
-
|
111
|
-
rubocop-ast (>= 1.31.1, < 2.0)
|
114
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
115
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
112
116
|
ruby-progressbar (~> 1.7)
|
113
|
-
unicode-display_width (>= 2.4.0, <
|
114
|
-
rubocop-ast (1.
|
117
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
118
|
+
rubocop-ast (1.38.0)
|
115
119
|
parser (>= 3.3.1.0)
|
116
120
|
rubocop-factory_bot (2.26.1)
|
117
121
|
rubocop (~> 1.61)
|
118
|
-
rubocop-performance (1.
|
122
|
+
rubocop-performance (1.23.1)
|
119
123
|
rubocop (>= 1.48.1, < 2.0)
|
120
124
|
rubocop-ast (>= 1.31.1, < 2.0)
|
121
|
-
rubocop-rails (2.
|
125
|
+
rubocop-rails (2.26.2)
|
122
126
|
activesupport (>= 4.2.0)
|
123
127
|
rack (>= 1.1)
|
124
|
-
rubocop (>= 1.
|
125
|
-
rubocop-ast (>= 1.
|
126
|
-
rubocop-rspec (3.0
|
128
|
+
rubocop (>= 1.52.0, < 2.0)
|
129
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
130
|
+
rubocop-rspec (3.4.0)
|
127
131
|
rubocop (~> 1.61)
|
128
|
-
rubocop-vendor (0.13.
|
132
|
+
rubocop-vendor (0.13.2)
|
129
133
|
rubocop
|
130
134
|
ruby-progressbar (1.13.0)
|
135
|
+
securerandom (0.4.1)
|
131
136
|
simplecov (0.22.0)
|
132
137
|
docile (~> 1.1)
|
133
138
|
simplecov-html (~> 0.11)
|
134
139
|
simplecov_json_formatter (~> 0.1)
|
135
|
-
simplecov-html (0.
|
140
|
+
simplecov-html (0.13.1)
|
136
141
|
simplecov_json_formatter (0.1.4)
|
137
|
-
smarter_csv (1.
|
138
|
-
standard (1.
|
142
|
+
smarter_csv (1.13.1)
|
143
|
+
standard (1.45.0)
|
139
144
|
language_server-protocol (~> 3.17.0.2)
|
140
145
|
lint_roller (~> 1.0)
|
141
|
-
rubocop (~> 1.
|
146
|
+
rubocop (~> 1.71.0)
|
142
147
|
standard-custom (~> 1.0.0)
|
143
|
-
standard-performance (~> 1.
|
148
|
+
standard-performance (~> 1.6)
|
144
149
|
standard-custom (1.0.2)
|
145
150
|
lint_roller (~> 1.0)
|
146
151
|
rubocop (~> 1.50)
|
147
|
-
standard-performance (1.
|
152
|
+
standard-performance (1.6.0)
|
148
153
|
lint_roller (~> 1.1)
|
149
|
-
rubocop-performance (~> 1.
|
150
|
-
standard-rails (1.0
|
154
|
+
rubocop-performance (~> 1.23.0)
|
155
|
+
standard-rails (1.2.0)
|
151
156
|
lint_roller (~> 1.0)
|
152
|
-
rubocop-rails (~> 2.
|
153
|
-
|
154
|
-
|
155
|
-
treetop (1.6.12)
|
157
|
+
rubocop-rails (~> 2.26.0)
|
158
|
+
thor (1.3.2)
|
159
|
+
treetop (1.6.14)
|
156
160
|
polyglot (~> 0.3)
|
157
161
|
tzinfo (2.0.6)
|
158
162
|
concurrent-ruby (~> 1.0)
|
159
|
-
unicode-display_width (
|
160
|
-
|
163
|
+
unicode-display_width (3.1.4)
|
164
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
165
|
+
unicode-emoji (4.0.4)
|
166
|
+
uri (1.0.2)
|
167
|
+
ws-style (7.6.1)
|
161
168
|
rubocop-factory_bot (>= 2.26.0)
|
162
169
|
rubocop-rspec (>= 3.0.0)
|
163
170
|
rubocop-vendor (>= 0.11)
|
@@ -166,7 +173,9 @@ GEM
|
|
166
173
|
standard-rails (>= 0.1.0)
|
167
174
|
|
168
175
|
PLATFORMS
|
176
|
+
arm64-darwin-23
|
169
177
|
ruby
|
178
|
+
x86_64-linux
|
170
179
|
|
171
180
|
DEPENDENCIES
|
172
181
|
bundler
|
data/README.md
CHANGED
@@ -36,11 +36,11 @@ Pheme.configure do |config|
|
|
36
36
|
config.logger = Logger.new(STDOUT) # Optionally replace with your app logger, e.g. `Rails.logger`
|
37
37
|
|
38
38
|
# Internal wealthsimple error handler
|
39
|
-
config.error_reporting_func = Ws::Railway::ErrorReporting.capture_exception
|
39
|
+
config.error_reporting_func = Ws::Railway::ErrorReporting.method(:capture_exception)
|
40
40
|
# Sentry
|
41
|
-
config.error_reporting_func = Sentry.capture_exception
|
41
|
+
config.error_reporting_func = Sentry.method(:capture_exception)
|
42
42
|
# Rollbar
|
43
|
-
config.error_reporting_func = Rollbar.error
|
43
|
+
config.error_reporting_func = Rollbar.method(:error)
|
44
44
|
end
|
45
45
|
```
|
46
46
|
|
data/lib/pheme/version.rb
CHANGED
data/pheme.gemspec
CHANGED
@@ -26,6 +26,7 @@ Gem::Specification.new do |s|
|
|
26
26
|
s.add_dependency 'aws-sdk-sns', '~> 1.1'
|
27
27
|
s.add_dependency 'aws-sdk-sqs', '~> 1.3'
|
28
28
|
s.add_dependency 'resource-struct', '~> 0.4'
|
29
|
+
s.add_dependency 'rexml', '~> 3.4'
|
29
30
|
s.add_dependency 'smarter_csv', '~> 1'
|
30
31
|
|
31
32
|
s.add_development_dependency 'bundler'
|
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: 6.0.
|
4
|
+
version: 6.0.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:
|
11
|
+
date: 2025-02-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -66,6 +66,20 @@ dependencies:
|
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '0.4'
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: rexml
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - "~>"
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: '3.4'
|
76
|
+
type: :runtime
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - "~>"
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: '3.4'
|
69
83
|
- !ruby/object:Gem::Dependency
|
70
84
|
name: smarter_csv
|
71
85
|
requirement: !ruby/object:Gem::Requirement
|
@@ -230,6 +244,7 @@ files:
|
|
230
244
|
- ".github/CODEOWNERS"
|
231
245
|
- ".github/PULL_REQUEST_TEMPLATE.md"
|
232
246
|
- ".github/workflows/default.yaml"
|
247
|
+
- ".github/workflows/guardrails.yaml"
|
233
248
|
- ".github/workflows/stale.yml"
|
234
249
|
- ".gitignore"
|
235
250
|
- ".rspec"
|