pheme 5.2.3 → 5.2.5
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 +13 -13
- data/lib/pheme/version.rb +1 -1
- data/pheme.gemspec +1 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 40dd2e103e265a46728ce465907f217118e613868c6eb52da1c32e3b1442e4c2
|
|
4
|
+
data.tar.gz: 7727107cb264a06806a03fe9fff0be41146d23e9c47e72aa3ee7242c01cb8975
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 89f16d8375f40d5f8ac437437a2faef885cc4382606f3c05b963f766f4a055f95a02b0c05c915ca90f0b25bf61ba8492a07506e91e8e84dd5fd8d8f59f99367a
|
|
7
|
+
data.tar.gz: 3caa98df5b8255769ff393cbbf98056f10276e9cf1e2b9407bdd9b1f3a68fcc69edc6bb3c01fa872eab9c2d0c69501d1e3b383c12f4e78a9099b20468c7f5863
|
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
|
+
## 5.2.4 - 2023-07-26
|
|
8
|
+
### Added
|
|
9
|
+
- chore: add changelog link to gemspec
|
|
10
|
+
|
|
7
11
|
|
|
8
12
|
## 5.2.3 - 2023-07-17
|
|
9
13
|
### Changed
|
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.5)
|
|
5
5
|
activesupport (>= 4)
|
|
6
6
|
aws-sdk-sns (~> 1.1)
|
|
7
7
|
aws-sdk-sqs (~> 1.3)
|
|
@@ -11,17 +11,17 @@ PATH
|
|
|
11
11
|
GEM
|
|
12
12
|
remote: https://rubygems.org/
|
|
13
13
|
specs:
|
|
14
|
-
activesupport (7.0.
|
|
14
|
+
activesupport (7.0.7)
|
|
15
15
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
16
16
|
i18n (>= 1.6, < 2)
|
|
17
17
|
minitest (>= 5.1)
|
|
18
18
|
tzinfo (~> 2.0)
|
|
19
|
-
addressable (2.8.
|
|
19
|
+
addressable (2.8.5)
|
|
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.802.0)
|
|
24
|
+
aws-sdk-core (3.180.3)
|
|
25
25
|
aws-eventstream (~> 1, >= 1.0.2)
|
|
26
26
|
aws-partitions (~> 1, >= 1.651.0)
|
|
27
27
|
aws-sigv4 (~> 1.5)
|
|
@@ -29,7 +29,7 @@ GEM
|
|
|
29
29
|
aws-sdk-sns (1.65.0)
|
|
30
30
|
aws-sdk-core (~> 3, >= 3.177.0)
|
|
31
31
|
aws-sigv4 (~> 1.1)
|
|
32
|
-
aws-sdk-sqs (1.
|
|
32
|
+
aws-sdk-sqs (1.62.0)
|
|
33
33
|
aws-sdk-core (~> 3, >= 3.177.0)
|
|
34
34
|
aws-sigv4 (~> 1.1)
|
|
35
35
|
aws-sigv4 (1.6.0)
|
|
@@ -49,7 +49,7 @@ GEM
|
|
|
49
49
|
json (2.6.3)
|
|
50
50
|
language_server-protocol (3.17.0.3)
|
|
51
51
|
lint_roller (1.1.0)
|
|
52
|
-
minitest (5.
|
|
52
|
+
minitest (5.19.0)
|
|
53
53
|
parallel (1.23.0)
|
|
54
54
|
parser (3.2.2.3)
|
|
55
55
|
ast (~> 2.4.1)
|
|
@@ -62,7 +62,7 @@ GEM
|
|
|
62
62
|
rchardet (1.8.0)
|
|
63
63
|
regexp_parser (2.8.1)
|
|
64
64
|
resource-struct (0.4.0)
|
|
65
|
-
rexml (3.2.
|
|
65
|
+
rexml (3.2.6)
|
|
66
66
|
rspec (3.12.0)
|
|
67
67
|
rspec-core (~> 3.12.0)
|
|
68
68
|
rspec-expectations (~> 3.12.0)
|
|
@@ -106,12 +106,12 @@ GEM
|
|
|
106
106
|
activesupport (>= 4.2.0)
|
|
107
107
|
rack (>= 1.1)
|
|
108
108
|
rubocop (>= 1.33.0, < 2.0)
|
|
109
|
-
rubocop-rspec (2.
|
|
109
|
+
rubocop-rspec (2.23.2)
|
|
110
110
|
rubocop (~> 1.33)
|
|
111
111
|
rubocop-capybara (~> 2.17)
|
|
112
112
|
rubocop-factory_bot (~> 2.22)
|
|
113
|
-
rubocop-vendor (0.
|
|
114
|
-
rubocop
|
|
113
|
+
rubocop-vendor (0.12.1)
|
|
114
|
+
rubocop
|
|
115
115
|
ruby-progressbar (1.13.0)
|
|
116
116
|
simplecov (0.22.0)
|
|
117
117
|
docile (~> 1.1)
|
|
@@ -129,7 +129,7 @@ GEM
|
|
|
129
129
|
standard-custom (1.0.2)
|
|
130
130
|
lint_roller (~> 1.0)
|
|
131
131
|
rubocop (~> 1.50)
|
|
132
|
-
standard-performance (1.1.
|
|
132
|
+
standard-performance (1.1.2)
|
|
133
133
|
lint_roller (~> 1.1)
|
|
134
134
|
rubocop-performance (~> 1.18.0)
|
|
135
135
|
standard-rails (0.1.0)
|
|
@@ -139,7 +139,7 @@ GEM
|
|
|
139
139
|
tzinfo (2.0.6)
|
|
140
140
|
concurrent-ruby (~> 1.0)
|
|
141
141
|
unicode-display_width (2.4.2)
|
|
142
|
-
ws-style (7.
|
|
142
|
+
ws-style (7.2.0)
|
|
143
143
|
rubocop-rspec (>= 2.2.0)
|
|
144
144
|
rubocop-vendor (>= 0.11)
|
|
145
145
|
standard (>= 1.30.1)
|
data/lib/pheme/version.rb
CHANGED
data/pheme.gemspec
CHANGED
|
@@ -13,6 +13,7 @@ Gem::Specification.new do |s|
|
|
|
13
13
|
s.description = 'Ruby AWS SNS publisher + SQS poller & message handler'
|
|
14
14
|
s.summary = 'Ruby SNS publisher + SQS poller & message handler'
|
|
15
15
|
s.homepage = 'https://github.com/wealthsimple/pheme'
|
|
16
|
+
s.metadata['changelog_uri'] = 'https://github.com/wealthsimple/pheme/blob/main/CHANGELOG.md'
|
|
16
17
|
|
|
17
18
|
s.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
|
|
18
19
|
s.executables = s.files.grep(%r{^bin/}).map { |f| File.basename(f) }
|
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.5
|
|
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-
|
|
11
|
+
date: 2023-08-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -263,7 +263,8 @@ files:
|
|
|
263
263
|
homepage: https://github.com/wealthsimple/pheme
|
|
264
264
|
licenses:
|
|
265
265
|
- MIT
|
|
266
|
-
metadata:
|
|
266
|
+
metadata:
|
|
267
|
+
changelog_uri: https://github.com/wealthsimple/pheme/blob/main/CHANGELOG.md
|
|
267
268
|
post_install_message:
|
|
268
269
|
rdoc_options: []
|
|
269
270
|
require_paths:
|