pheme 5.2.15 → 5.3.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7fb69436830ceb6a48bac5d53b99b7129b659597a528650786d9363f2afaf7f9
4
- data.tar.gz: 99f7306b0aed6bbd2a6b7a69e9bdb100ac098590ccc2f3dbdd9ea7ad5e178aaa
3
+ metadata.gz: 3209bba8da4aac46487228ddfb6a1366173a09b1402335cab8c880ad3b75f6c6
4
+ data.tar.gz: eb1d30c9e36f9a8ad717dca1ebe9a7dabdf9ffcab24e62486261716d289d4c1c
5
5
  SHA512:
6
- metadata.gz: 2c31f58ea0c1847125ece096afc493f794e817b8b420281c9e949361e29b7882af549e8c951671653db0fcae8f921264ef3d189683fcc1ddcadaeb03e90476bf
7
- data.tar.gz: 908f2f97ad9df0c145694ad36ce80d1831b88c8d082cefc6ea66ce41a9a98e2e0cc16c9b32e2a7e2e0e2e1f5cd5ff4c375967e01bba719c1bd50b88b07006483
6
+ metadata.gz: 9642e09b9922db04e1a8229409410e04e6c254ec69ed743e4f61bde2d1dd5028466bb45ce9d8af37a5735fbfc282bfb48d63f6a23cd2271e66c812e8dddfecb8
7
+ data.tar.gz: 7c1a4094b73188bd71048775f3233cb4164026d18d3ff44713a4153891b196873f34e495e0f39427f264cb409e6d50f9501f744b038fb73e230ee1335b5f9ea5
@@ -12,7 +12,7 @@ jobs:
12
12
  runs-on: ubuntu-22.04
13
13
  strategy:
14
14
  matrix:
15
- ruby-version: [3.0.6, 3.1.4, 3.2.2]
15
+ ruby-version: [3.1.4, 3.2.3, 3.3.0]
16
16
  steps:
17
17
  - uses: actions/checkout@v3
18
18
  with:
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.16 - 2024-03-28
8
+ ### Changed
9
+ - Updated dependencies
10
+
7
11
  ## 5.2.15 - 2024-02-23
8
12
  ### Changed
9
13
  - Updated dependencies
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pheme (5.2.15)
4
+ pheme (5.3.0)
5
5
  activesupport (>= 4)
6
6
  aws-sdk-sns (~> 1.1)
7
7
  aws-sdk-sqs (~> 1.3)
@@ -25,13 +25,13 @@ 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.894.0)
29
- aws-sdk-core (3.191.3)
28
+ aws-partitions (1.916.0)
29
+ aws-sdk-core (3.192.1)
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.72.0)
34
+ aws-sdk-sns (1.73.0)
35
35
  aws-sdk-core (~> 3, >= 3.191.0)
36
36
  aws-sigv4 (~> 1.1)
37
37
  aws-sdk-sqs (1.70.0)
@@ -40,7 +40,7 @@ GEM
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.6)
43
+ bigdecimal (3.1.7)
44
44
  bundler-audit (0.9.1)
45
45
  bundler (>= 1.2.0, < 3)
46
46
  thor (~> 1.0)
@@ -48,28 +48,27 @@ GEM
48
48
  connection_pool (2.4.1)
49
49
  diff-lcs (1.5.1)
50
50
  docile (1.4.0)
51
- drb (2.2.0)
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.1)
55
+ i18n (1.14.4)
57
56
  concurrent-ruby (~> 1.0)
58
57
  jmespath (1.6.2)
59
- json (2.7.1)
58
+ json (2.7.2)
60
59
  language_server-protocol (3.17.0.3)
61
60
  lint_roller (1.1.0)
62
- minitest (5.22.2)
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)
66
65
  ast (~> 2.4.1)
67
66
  racc
68
- public_suffix (5.0.4)
67
+ public_suffix (5.0.5)
69
68
  racc (1.7.3)
70
- rack (3.0.9.1)
69
+ rack (3.0.10)
71
70
  rainbow (3.1.1)
72
- rake (13.1.0)
71
+ rake (13.2.1)
73
72
  rchardet (1.8.0)
74
73
  regexp_parser (2.9.0)
75
74
  resource-struct (0.4.0)
@@ -91,10 +90,10 @@ GEM
91
90
  rspec-mocks (3.13.0)
92
91
  diff-lcs (>= 1.2.0, < 2.0)
93
92
  rspec-support (~> 3.13.0)
94
- 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.60.2)
96
+ rubocop (1.62.1)
98
97
  json (~> 2.3)
99
98
  language_server-protocol (>= 3.17.0)
100
99
  parallel (~> 1.10)
@@ -102,11 +101,11 @@ GEM
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.30.0, < 2.0)
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.30.0)
109
- parser (>= 3.2.1.0)
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,27 @@ 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.26.1)
121
+ rubocop-rspec (2.29.1)
123
122
  rubocop (~> 1.40)
124
123
  rubocop-capybara (~> 2.17)
125
124
  rubocop-factory_bot (~> 2.22)
125
+ rubocop-rspec_rails (~> 2.28)
126
+ rubocop-rspec_rails (2.28.3)
127
+ rubocop (~> 1.40)
126
128
  rubocop-vendor (0.13.0)
127
129
  rubocop
128
130
  ruby-progressbar (1.13.0)
129
- ruby2_keywords (0.0.5)
130
131
  simplecov (0.22.0)
131
132
  docile (~> 1.1)
132
133
  simplecov-html (~> 0.11)
133
134
  simplecov_json_formatter (~> 0.1)
134
135
  simplecov-html (0.12.3)
135
136
  simplecov_json_formatter (0.1.4)
136
- smarter_csv (1.10.2)
137
- standard (1.34.0)
137
+ smarter_csv (1.10.3)
138
+ standard (1.35.1)
138
139
  language_server-protocol (~> 3.17.0.2)
139
140
  lint_roller (~> 1.0)
140
- rubocop (~> 1.60)
141
+ rubocop (~> 1.62.0)
141
142
  standard-custom (~> 1.0.0)
142
143
  standard-performance (~> 1.3)
143
144
  standard-custom (1.0.2)
@@ -149,11 +150,11 @@ GEM
149
150
  standard-rails (1.0.2)
150
151
  lint_roller (~> 1.0)
151
152
  rubocop-rails (~> 2.23.1)
152
- thor (1.3.0)
153
+ thor (1.3.1)
153
154
  tzinfo (2.0.6)
154
155
  concurrent-ruby (~> 1.0)
155
156
  unicode-display_width (2.5.0)
156
- ws-style (7.4.3)
157
+ ws-style (7.4.4)
157
158
  rubocop-rspec (>= 2.2.0)
158
159
  rubocop-vendor (>= 0.11)
159
160
  standard (>= 1.30.1)
@@ -159,9 +159,9 @@ module Pheme
159
159
  end
160
160
  end
161
161
 
162
- def with_optional_connection_pool_block(&block)
162
+ def with_optional_connection_pool_block(&)
163
163
  if connection_pool_block
164
- ActiveRecord::Base.connection_pool.with_connection(&block)
164
+ ActiveRecord::Base.connection_pool.with_connection(&)
165
165
  else
166
166
  yield
167
167
  end
data/lib/pheme/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Pheme
2
- VERSION = '5.2.15'.freeze
2
+ VERSION = '5.3.0'.freeze
3
3
  end
data/pheme.gemspec CHANGED
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
20
20
  s.require_paths = ['lib']
21
21
  s.license = 'MIT'
22
22
 
23
- s.required_ruby_version = '>= 3.0'
23
+ s.required_ruby_version = '>= 3.1'
24
24
 
25
25
  s.add_dependency 'activesupport', '>= 4'
26
26
  s.add_dependency 'aws-sdk-sns', '~> 1.1'
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.15
4
+ version: 5.3.0
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-02-23 00:00:00.000000000 Z
11
+ date: 2024-04-19 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.0'
276
+ version: '3.1'
277
277
  required_rubygems_version: !ruby/object:Gem::Requirement
278
278
  requirements:
279
279
  - - ">="