pheme 5.2.9 → 5.2.11

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: f5603d4c5d7875855d3e28583391cc95f50e41404c519796398f8a7ee4d0c7e0
4
- data.tar.gz: 604c30dac57efefcfb391092c06de5cf4fa6c4b7608aa74c0760e3ccfcd1044c
3
+ metadata.gz: e25e149dc2f64f121a33a3d923b86c75bcaf3ceb87ddd5ffda9dc68c863c88c1
4
+ data.tar.gz: 8db469aa1a3ab3d28b841da410a056354dd1ed84b1a2f5eab86d510710b39ba9
5
5
  SHA512:
6
- metadata.gz: ed949337da3282691b84d276fc0bfcba020174117f3a2ba66f55c5116f114512140cc64775bc6b95b3e0d1c022f8e5304cf05fa623e511a1b91782d9435187c3
7
- data.tar.gz: '080a474e6e9fba4bf14ea36b35a21620d50dc0fbadf3a84ec53b378142edd422280a6ddb80ce0a07b4fe85c730d8017743673ac7bc9c765fe549c86389a91785'
6
+ metadata.gz: 9eb47baaf5837fceb39e3633b16e02c6342821366c6c6239de9e45bbfb44881fae010afc3142d639f1becd15ad60534a691e769df2a93b0b2d818d7bc4307985
7
+ data.tar.gz: 478438ba49933e7de6af3b86297c0fc148013fc34e37f035e81942d8aecc25f4fd89df1d02e5bcbc8c5858c1d99f9b941f007474688efc8e52ed6422c685009c
@@ -12,7 +12,7 @@ jobs:
12
12
  runs-on: ubuntu-22.04
13
13
  strategy:
14
14
  matrix:
15
- ruby-version: [3.2.2]
15
+ ruby-version: [3.0.6, 3.1.4, 3.2.2]
16
16
  steps:
17
17
  - uses: actions/checkout@v3
18
18
  with:
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.10 - 2023-12-01
8
+ ### Changed
9
+ - Updated dependencies
10
+
11
+ ## 5.2.9 - 2023-11-30
12
+ ### Changed
13
+ - Support all currently supported versions of Ruby
14
+
7
15
  ## 5.2.8 - 2023-11-06
8
16
  ### Changed
9
17
  - Updated dependencies
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pheme (5.2.9)
4
+ pheme (5.2.11)
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.1)
14
+ activesupport (7.1.2)
15
15
  base64
16
16
  bigdecimal
17
17
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -24,22 +24,22 @@ GEM
24
24
  addressable (2.8.5)
25
25
  public_suffix (>= 2.0.2, < 6.0)
26
26
  ast (2.4.2)
27
- aws-eventstream (1.2.0)
28
- aws-partitions (1.844.0)
29
- aws-sdk-core (3.186.0)
30
- aws-eventstream (~> 1, >= 1.0.2)
27
+ aws-eventstream (1.3.0)
28
+ aws-partitions (1.862.0)
29
+ aws-sdk-core (3.190.0)
30
+ aws-eventstream (~> 1, >= 1.3.0)
31
31
  aws-partitions (~> 1, >= 1.651.0)
32
- aws-sigv4 (~> 1.5)
32
+ aws-sigv4 (~> 1.8)
33
33
  jmespath (~> 1, >= 1.6.1)
34
- aws-sdk-sns (1.68.0)
35
- aws-sdk-core (~> 3, >= 3.184.0)
34
+ aws-sdk-sns (1.70.0)
35
+ aws-sdk-core (~> 3, >= 3.188.0)
36
36
  aws-sigv4 (~> 1.1)
37
- aws-sdk-sqs (1.65.0)
38
- aws-sdk-core (~> 3, >= 3.184.0)
37
+ aws-sdk-sqs (1.69.0)
38
+ aws-sdk-core (~> 3, >= 3.188.0)
39
39
  aws-sigv4 (~> 1.1)
40
- aws-sigv4 (1.6.1)
40
+ aws-sigv4 (1.8.0)
41
41
  aws-eventstream (~> 1, >= 1.0.2)
42
- base64 (0.1.1)
42
+ base64 (0.2.0)
43
43
  bigdecimal (3.1.4)
44
44
  bundler-audit (0.9.1)
45
45
  bundler (>= 1.2.0, < 3)
@@ -48,7 +48,7 @@ GEM
48
48
  connection_pool (2.4.1)
49
49
  diff-lcs (1.5.0)
50
50
  docile (1.4.0)
51
- drb (2.1.1)
51
+ drb (2.2.0)
52
52
  ruby2_keywords
53
53
  git (1.18.0)
54
54
  addressable (~> 2.8)
@@ -56,17 +56,17 @@ GEM
56
56
  i18n (1.14.1)
57
57
  concurrent-ruby (~> 1.0)
58
58
  jmespath (1.6.2)
59
- json (2.6.3)
59
+ json (2.7.0)
60
60
  language_server-protocol (3.17.0.3)
61
61
  lint_roller (1.1.0)
62
62
  minitest (5.20.0)
63
- mutex_m (0.1.2)
63
+ mutex_m (0.2.0)
64
64
  parallel (1.23.0)
65
65
  parser (3.2.2.4)
66
66
  ast (~> 2.4.1)
67
67
  racc
68
- public_suffix (5.0.3)
69
- racc (1.7.2)
68
+ public_suffix (5.0.4)
69
+ racc (1.7.3)
70
70
  rack (3.0.8)
71
71
  rainbow (3.1.1)
72
72
  rake (13.1.0)
@@ -94,12 +94,11 @@ GEM
94
94
  rspec-support (3.12.1)
95
95
  rspec_junit_formatter (0.6.0)
96
96
  rspec-core (>= 2, < 4, != 2.12.0)
97
- rubocop (1.56.4)
98
- base64 (~> 0.1.1)
97
+ rubocop (1.57.2)
99
98
  json (~> 2.3)
100
99
  language_server-protocol (>= 3.17.0)
101
100
  parallel (~> 1.10)
102
- parser (>= 3.2.2.3)
101
+ parser (>= 3.2.2.4)
103
102
  rainbow (>= 2.2.2, < 4.0)
104
103
  regexp_parser (>= 1.8, < 3.0)
105
104
  rexml (>= 3.2.5, < 4.0)
@@ -133,11 +132,11 @@ GEM
133
132
  simplecov_json_formatter (~> 0.1)
134
133
  simplecov-html (0.12.3)
135
134
  simplecov_json_formatter (0.1.4)
136
- smarter_csv (1.9.0)
137
- standard (1.31.2)
135
+ smarter_csv (1.9.2)
136
+ standard (1.32.0)
138
137
  language_server-protocol (~> 3.17.0.2)
139
138
  lint_roller (~> 1.0)
140
- rubocop (~> 1.56.4)
139
+ rubocop (~> 1.57.2)
141
140
  standard-custom (~> 1.0.0)
142
141
  standard-performance (~> 1.2)
143
142
  standard-custom (1.0.2)
@@ -153,7 +152,7 @@ GEM
153
152
  tzinfo (2.0.6)
154
153
  concurrent-ruby (~> 1.0)
155
154
  unicode-display_width (2.5.0)
156
- ws-style (7.2.0)
155
+ ws-style (7.2.1)
157
156
  rubocop-rspec (>= 2.2.0)
158
157
  rubocop-vendor (>= 0.11)
159
158
  standard (>= 1.30.1)
data/lib/pheme/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Pheme
2
- VERSION = '5.2.9'.freeze
2
+ VERSION = '5.2.11'.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.2'
23
+ s.required_ruby_version = '>= 3.0'
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.9
4
+ version: 5.2.11
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-06 00:00:00.000000000 Z
11
+ date: 2023-12-01 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.2'
276
+ version: '3.0'
277
277
  required_rubygems_version: !ruby/object:Gem::Requirement
278
278
  requirements:
279
279
  - - ">="