pheme 5.2.3 → 5.2.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f73be2c0198c779c7160e45a9822d56bc75dead45e91162d0fc404c6b50823a0
4
- data.tar.gz: 652c61378164b2c04aa8b8785aebd53ab4f423dd2d4fee35f0e59d95554e2a58
3
+ metadata.gz: 40dd2e103e265a46728ce465907f217118e613868c6eb52da1c32e3b1442e4c2
4
+ data.tar.gz: 7727107cb264a06806a03fe9fff0be41146d23e9c47e72aa3ee7242c01cb8975
5
5
  SHA512:
6
- metadata.gz: 890b6bba427ebcedd1f9678736ce83b90b71886248d586528f84a35537cdc5d593d54d1551077613bbba82ae2c98ae1d63f86425c4cca8f2c4a93d0765cfd035
7
- data.tar.gz: 8da31084687842480e05028030d0bedeab510f71d6310bf1201f266389c346179168adaaf5465880ea24299c80dfb110a67807c7afd95d9e9bc3e38d33aee27b
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.3)
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.6)
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.4)
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.786.0)
24
- aws-sdk-core (3.178.0)
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.61.0)
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.18.1)
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.5)
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.22.0)
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.11.0)
114
- rubocop (>= 0.53.0)
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.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.1.3)
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
@@ -1,3 +1,3 @@
1
1
  module Pheme
2
- VERSION = '5.2.3'.freeze
2
+ VERSION = '5.2.5'.freeze
3
3
  end
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.3
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-07-17 00:00:00.000000000 Z
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: