pheme 5.2.15 → 5.2.16

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: 17b92ed448a9269cefa037c5a3fddbbcb906d194eba0aaa1dd5d6e1d3a016861
4
+ data.tar.gz: c408a815a1f1442b1a14ee68711c2e8434494864246dbde223ef349961fbd3e8
5
5
  SHA512:
6
- metadata.gz: 2c31f58ea0c1847125ece096afc493f794e817b8b420281c9e949361e29b7882af549e8c951671653db0fcae8f921264ef3d189683fcc1ddcadaeb03e90476bf
7
- data.tar.gz: 908f2f97ad9df0c145694ad36ce80d1831b88c8d082cefc6ea66ce41a9a98e2e0cc16c9b32e2a7e2e0e2e1f5cd5ff4c375967e01bba719c1bd50b88b07006483
6
+ metadata.gz: 909ae3bf62eed77bc5d32145e804838279207004715f3a39e8fd233221c4df43b9ba5beeb70ad701ceb1f916ad1f1bebc06c293335e75a0d9ca9417d8f7ad28a
7
+ data.tar.gz: 5fcc28682d5e35ea8a802a806ef3c365b57dd5cc99ec7e76d235d26fac3ca09f9dba234851a57394e3761f8b0439e26730d6957668d8804b17d1ca142684e3a9
@@ -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.2.16)
5
5
  activesupport (>= 4)
6
6
  aws-sdk-sns (~> 1.1)
7
7
  aws-sdk-sqs (~> 1.3)
@@ -25,8 +25,8 @@ 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.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)
@@ -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,18 +48,17 @@ 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
58
  json (2.7.1)
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)
@@ -67,7 +66,7 @@ GEM
67
66
  racc
68
67
  public_suffix (5.0.4)
69
68
  racc (1.7.3)
70
- rack (3.0.9.1)
69
+ rack (3.0.10)
71
70
  rainbow (3.1.1)
72
71
  rake (13.1.0)
73
72
  rchardet (1.8.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,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.26.1)
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.2)
137
- standard (1.34.0)
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.60)
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,7 +147,7 @@ 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.0)
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)
@@ -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.2.16'.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.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-02-23 00:00:00.000000000 Z
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.0'
276
+ version: '3.1'
277
277
  required_rubygems_version: !ruby/object:Gem::Requirement
278
278
  requirements:
279
279
  - - ">="