pheme 5.2.14 → 5.2.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/main.yml +1 -1
- data/CHANGELOG.md +8 -0
- data/Gemfile.lock +36 -38
- data/lib/pheme/queue_poller.rb +2 -2
- data/lib/pheme/version.rb +1 -1
- data/pheme.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 17b92ed448a9269cefa037c5a3fddbbcb906d194eba0aaa1dd5d6e1d3a016861
|
4
|
+
data.tar.gz: c408a815a1f1442b1a14ee68711c2e8434494864246dbde223ef349961fbd3e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 909ae3bf62eed77bc5d32145e804838279207004715f3a39e8fd233221c4df43b9ba5beeb70ad701ceb1f916ad1f1bebc06c293335e75a0d9ca9417d8f7ad28a
|
7
|
+
data.tar.gz: 5fcc28682d5e35ea8a802a806ef3c365b57dd5cc99ec7e76d235d26fac3ca09f9dba234851a57394e3761f8b0439e26730d6957668d8804b17d1ca142684e3a9
|
data/.github/workflows/main.yml
CHANGED
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.16 - 2024-03-28
|
8
|
+
### Changed
|
9
|
+
- Updated dependencies
|
10
|
+
|
11
|
+
## 5.2.15 - 2024-02-23
|
12
|
+
### Changed
|
13
|
+
- Updated dependencies
|
14
|
+
|
7
15
|
## 5.2.14 - 2024-02-05
|
8
16
|
### Changed
|
9
17
|
- Do not log message body when publishing. Message bodies may have PII like email addresses in them.
|
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.16)
|
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.1.3)
|
14
|
+
activesupport (7.1.3.2)
|
15
15
|
base64
|
16
16
|
bigdecimal
|
17
17
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
@@ -25,41 +25,40 @@ GEM
|
|
25
25
|
public_suffix (>= 2.0.2, < 6.0)
|
26
26
|
ast (2.4.2)
|
27
27
|
aws-eventstream (1.3.0)
|
28
|
-
aws-partitions (1.
|
29
|
-
aws-sdk-core (3.
|
28
|
+
aws-partitions (1.899.0)
|
29
|
+
aws-sdk-core (3.191.4)
|
30
30
|
aws-eventstream (~> 1, >= 1.3.0)
|
31
31
|
aws-partitions (~> 1, >= 1.651.0)
|
32
32
|
aws-sigv4 (~> 1.8)
|
33
33
|
jmespath (~> 1, >= 1.6.1)
|
34
|
-
aws-sdk-sns (1.
|
35
|
-
aws-sdk-core (~> 3, >= 3.
|
34
|
+
aws-sdk-sns (1.72.0)
|
35
|
+
aws-sdk-core (~> 3, >= 3.191.0)
|
36
36
|
aws-sigv4 (~> 1.1)
|
37
|
-
aws-sdk-sqs (1.
|
38
|
-
aws-sdk-core (~> 3, >= 3.
|
37
|
+
aws-sdk-sqs (1.70.0)
|
38
|
+
aws-sdk-core (~> 3, >= 3.191.0)
|
39
39
|
aws-sigv4 (~> 1.1)
|
40
40
|
aws-sigv4 (1.8.0)
|
41
41
|
aws-eventstream (~> 1, >= 1.0.2)
|
42
42
|
base64 (0.2.0)
|
43
|
-
bigdecimal (3.1.
|
43
|
+
bigdecimal (3.1.7)
|
44
44
|
bundler-audit (0.9.1)
|
45
45
|
bundler (>= 1.2.0, < 3)
|
46
46
|
thor (~> 1.0)
|
47
47
|
concurrent-ruby (1.2.3)
|
48
48
|
connection_pool (2.4.1)
|
49
|
-
diff-lcs (1.5.
|
49
|
+
diff-lcs (1.5.1)
|
50
50
|
docile (1.4.0)
|
51
|
-
drb (2.2.
|
52
|
-
ruby2_keywords
|
51
|
+
drb (2.2.1)
|
53
52
|
git (1.19.1)
|
54
53
|
addressable (~> 2.8)
|
55
54
|
rchardet (~> 1.8)
|
56
|
-
i18n (1.14.
|
55
|
+
i18n (1.14.4)
|
57
56
|
concurrent-ruby (~> 1.0)
|
58
57
|
jmespath (1.6.2)
|
59
58
|
json (2.7.1)
|
60
59
|
language_server-protocol (3.17.0.3)
|
61
60
|
lint_roller (1.1.0)
|
62
|
-
minitest (5.
|
61
|
+
minitest (5.22.3)
|
63
62
|
mutex_m (0.2.0)
|
64
63
|
parallel (1.24.0)
|
65
64
|
parser (3.3.0.5)
|
@@ -67,46 +66,46 @@ GEM
|
|
67
66
|
racc
|
68
67
|
public_suffix (5.0.4)
|
69
68
|
racc (1.7.3)
|
70
|
-
rack (3.0.
|
69
|
+
rack (3.0.10)
|
71
70
|
rainbow (3.1.1)
|
72
71
|
rake (13.1.0)
|
73
72
|
rchardet (1.8.0)
|
74
73
|
regexp_parser (2.9.0)
|
75
74
|
resource-struct (0.4.0)
|
76
75
|
rexml (3.2.6)
|
77
|
-
rspec (3.
|
78
|
-
rspec-core (~> 3.
|
79
|
-
rspec-expectations (~> 3.
|
80
|
-
rspec-mocks (~> 3.
|
76
|
+
rspec (3.13.0)
|
77
|
+
rspec-core (~> 3.13.0)
|
78
|
+
rspec-expectations (~> 3.13.0)
|
79
|
+
rspec-mocks (~> 3.13.0)
|
81
80
|
rspec-collection_matchers (1.2.1)
|
82
81
|
rspec-expectations (>= 2.99.0.beta1)
|
83
|
-
rspec-core (3.
|
84
|
-
rspec-support (~> 3.
|
85
|
-
rspec-expectations (3.
|
82
|
+
rspec-core (3.13.0)
|
83
|
+
rspec-support (~> 3.13.0)
|
84
|
+
rspec-expectations (3.13.0)
|
86
85
|
diff-lcs (>= 1.2.0, < 2.0)
|
87
|
-
rspec-support (~> 3.
|
86
|
+
rspec-support (~> 3.13.0)
|
88
87
|
rspec-its (1.3.0)
|
89
88
|
rspec-core (>= 3.0.0)
|
90
89
|
rspec-expectations (>= 3.0.0)
|
91
|
-
rspec-mocks (3.
|
90
|
+
rspec-mocks (3.13.0)
|
92
91
|
diff-lcs (>= 1.2.0, < 2.0)
|
93
|
-
rspec-support (~> 3.
|
94
|
-
rspec-support (3.
|
92
|
+
rspec-support (~> 3.13.0)
|
93
|
+
rspec-support (3.13.1)
|
95
94
|
rspec_junit_formatter (0.6.0)
|
96
95
|
rspec-core (>= 2, < 4, != 2.12.0)
|
97
|
-
rubocop (1.
|
96
|
+
rubocop (1.62.1)
|
98
97
|
json (~> 2.3)
|
99
98
|
language_server-protocol (>= 3.17.0)
|
100
99
|
parallel (~> 1.10)
|
101
|
-
parser (>= 3.
|
100
|
+
parser (>= 3.3.0.2)
|
102
101
|
rainbow (>= 2.2.2, < 4.0)
|
103
102
|
regexp_parser (>= 1.8, < 3.0)
|
104
103
|
rexml (>= 3.2.5, < 4.0)
|
105
|
-
rubocop-ast (>= 1.
|
104
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
106
105
|
ruby-progressbar (~> 1.7)
|
107
106
|
unicode-display_width (>= 2.4.0, < 3.0)
|
108
|
-
rubocop-ast (1.
|
109
|
-
parser (>= 3.
|
107
|
+
rubocop-ast (1.31.2)
|
108
|
+
parser (>= 3.3.0.4)
|
110
109
|
rubocop-capybara (2.20.0)
|
111
110
|
rubocop (~> 1.41)
|
112
111
|
rubocop-factory_bot (2.25.1)
|
@@ -119,25 +118,24 @@ GEM
|
|
119
118
|
rack (>= 1.1)
|
120
119
|
rubocop (>= 1.33.0, < 2.0)
|
121
120
|
rubocop-ast (>= 1.30.0, < 2.0)
|
122
|
-
rubocop-rspec (2.
|
121
|
+
rubocop-rspec (2.27.1)
|
123
122
|
rubocop (~> 1.40)
|
124
123
|
rubocop-capybara (~> 2.17)
|
125
124
|
rubocop-factory_bot (~> 2.22)
|
126
125
|
rubocop-vendor (0.13.0)
|
127
126
|
rubocop
|
128
127
|
ruby-progressbar (1.13.0)
|
129
|
-
ruby2_keywords (0.0.5)
|
130
128
|
simplecov (0.22.0)
|
131
129
|
docile (~> 1.1)
|
132
130
|
simplecov-html (~> 0.11)
|
133
131
|
simplecov_json_formatter (~> 0.1)
|
134
132
|
simplecov-html (0.12.3)
|
135
133
|
simplecov_json_formatter (0.1.4)
|
136
|
-
smarter_csv (1.10.
|
137
|
-
standard (1.
|
134
|
+
smarter_csv (1.10.3)
|
135
|
+
standard (1.35.1)
|
138
136
|
language_server-protocol (~> 3.17.0.2)
|
139
137
|
lint_roller (~> 1.0)
|
140
|
-
rubocop (~> 1.
|
138
|
+
rubocop (~> 1.62.0)
|
141
139
|
standard-custom (~> 1.0.0)
|
142
140
|
standard-performance (~> 1.3)
|
143
141
|
standard-custom (1.0.2)
|
@@ -149,11 +147,11 @@ GEM
|
|
149
147
|
standard-rails (1.0.2)
|
150
148
|
lint_roller (~> 1.0)
|
151
149
|
rubocop-rails (~> 2.23.1)
|
152
|
-
thor (1.3.
|
150
|
+
thor (1.3.1)
|
153
151
|
tzinfo (2.0.6)
|
154
152
|
concurrent-ruby (~> 1.0)
|
155
153
|
unicode-display_width (2.5.0)
|
156
|
-
ws-style (7.4.
|
154
|
+
ws-style (7.4.3)
|
157
155
|
rubocop-rspec (>= 2.2.0)
|
158
156
|
rubocop-vendor (>= 0.11)
|
159
157
|
standard (>= 1.30.1)
|
data/lib/pheme/queue_poller.rb
CHANGED
@@ -159,9 +159,9 @@ module Pheme
|
|
159
159
|
end
|
160
160
|
end
|
161
161
|
|
162
|
-
def with_optional_connection_pool_block(&
|
162
|
+
def with_optional_connection_pool_block(&)
|
163
163
|
if connection_pool_block
|
164
|
-
ActiveRecord::Base.connection_pool.with_connection(&
|
164
|
+
ActiveRecord::Base.connection_pool.with_connection(&)
|
165
165
|
else
|
166
166
|
yield
|
167
167
|
end
|
data/lib/pheme/version.rb
CHANGED
data/pheme.gemspec
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.16
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Graham
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-03-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -273,7 +273,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
273
273
|
requirements:
|
274
274
|
- - ">="
|
275
275
|
- !ruby/object:Gem::Version
|
276
|
-
version: '3.
|
276
|
+
version: '3.1'
|
277
277
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
278
278
|
requirements:
|
279
279
|
- - ">="
|