pheme 5.3.1 → 5.3.2

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: 7cdd4798a439c8f2828ff55ace3f6ec2d828de8162db9abeb10c30fad5989ec1
4
- data.tar.gz: ad031a3677e93fc9316fdef76df4d381050903639e37f05270c7e3e8e2b4f5cd
3
+ metadata.gz: 77a30e7fac2b5c5aa90bf4fc13aac18169470060e7105f8dcb0e13bf8a7adbaf
4
+ data.tar.gz: 6ebb0656d54fa11bda6975e3a493149a7f1dcd615020328b0552f7a6e466f5e2
5
5
  SHA512:
6
- metadata.gz: d5e364e42a4b8cad95e7bf219b4a9fa11e6c1d033816db387fad96809ae897fc4609a1990ad2f7bf05d53941d8ae784c8077a3d8300f7108ada56c115a09ed3e
7
- data.tar.gz: e2f8fed5fa7dad972710c63995cd20b1d00df0b7fa3a5a2ae2527d2184766cf2cc8f6709340e982a5511d6e109ecb194a62ce6756d75bed0e3dfe53045f3b6e3
6
+ metadata.gz: f9131f7f06ecdd87284efacf909143c0b4d597acbde113b8a490e883e30b76c4119d768122354675f41a133a2211670c2d2ceec12e702b9f6f3d333f83ce0cfd
7
+ data.tar.gz: c2c99f93d207374bc785821995afc6a7f9be87a56018006de904746740b21408f44360d6a8509714d8a5df0199fa8c5d66edae9e72c3881e79dd7f2024f47831
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.3.2 - 2024-06-27
8
+ ### Changed
9
+ - Updated dependencies
10
+
7
11
  ## 5.3.1 - 2024-05-16
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.3.1)
4
+ pheme (5.3.2)
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.3.2)
14
+ activesupport (7.1.3.3)
15
15
  base64
16
16
  bigdecimal
17
17
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -25,22 +25,22 @@ 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.916.0)
29
- aws-sdk-core (3.192.1)
28
+ aws-partitions (1.930.0)
29
+ aws-sdk-core (3.196.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.73.0)
35
- aws-sdk-core (~> 3, >= 3.191.0)
34
+ aws-sdk-sns (1.75.0)
35
+ aws-sdk-core (~> 3, >= 3.193.0)
36
36
  aws-sigv4 (~> 1.1)
37
- aws-sdk-sqs (1.70.0)
38
- aws-sdk-core (~> 3, >= 3.191.0)
37
+ aws-sdk-sqs (1.74.0)
38
+ aws-sdk-core (~> 3, >= 3.193.0)
39
39
  aws-sigv4 (~> 1.1)
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.7)
43
+ bigdecimal (3.1.8)
44
44
  bundler-audit (0.9.1)
45
45
  bundler (>= 1.2.0, < 3)
46
46
  thor (~> 1.0)
@@ -49,28 +49,31 @@ GEM
49
49
  diff-lcs (1.5.1)
50
50
  docile (1.4.0)
51
51
  drb (2.2.1)
52
- git (1.19.1)
52
+ git (2.0.0)
53
+ activesupport (>= 5.0)
53
54
  addressable (~> 2.8)
55
+ process_executer (~> 1.1)
54
56
  rchardet (~> 1.8)
55
- i18n (1.14.4)
57
+ i18n (1.14.5)
56
58
  concurrent-ruby (~> 1.0)
57
59
  jmespath (1.6.2)
58
60
  json (2.7.2)
59
61
  language_server-protocol (3.17.0.3)
60
62
  lint_roller (1.1.0)
61
- minitest (5.22.3)
63
+ minitest (5.23.0)
62
64
  mutex_m (0.2.0)
63
65
  parallel (1.24.0)
64
- parser (3.3.0.5)
66
+ parser (3.3.1.0)
65
67
  ast (~> 2.4.1)
66
68
  racc
69
+ process_executer (1.1.0)
67
70
  public_suffix (5.0.5)
68
71
  racc (1.7.3)
69
- rack (3.0.10)
72
+ rack (3.0.11)
70
73
  rainbow (3.1.1)
71
74
  rake (13.2.1)
72
75
  rchardet (1.8.0)
73
- regexp_parser (2.9.0)
76
+ regexp_parser (2.9.2)
74
77
  resource-struct (0.4.0)
75
78
  rexml (3.2.8)
76
79
  strscan (>= 3.0.9)
@@ -88,13 +91,13 @@ GEM
88
91
  rspec-its (1.3.0)
89
92
  rspec-core (>= 3.0.0)
90
93
  rspec-expectations (>= 3.0.0)
91
- rspec-mocks (3.13.0)
94
+ rspec-mocks (3.13.1)
92
95
  diff-lcs (>= 1.2.0, < 2.0)
93
96
  rspec-support (~> 3.13.0)
94
97
  rspec-support (3.13.1)
95
98
  rspec_junit_formatter (0.6.0)
96
99
  rspec-core (>= 2, < 4, != 2.12.0)
97
- rubocop (1.62.1)
100
+ rubocop (1.63.5)
98
101
  json (~> 2.3)
99
102
  language_server-protocol (>= 3.17.0)
100
103
  parallel (~> 1.10)
@@ -105,21 +108,21 @@ GEM
105
108
  rubocop-ast (>= 1.31.1, < 2.0)
106
109
  ruby-progressbar (~> 1.7)
107
110
  unicode-display_width (>= 2.4.0, < 3.0)
108
- rubocop-ast (1.31.2)
109
- parser (>= 3.3.0.4)
111
+ rubocop-ast (1.31.3)
112
+ parser (>= 3.3.1.0)
110
113
  rubocop-capybara (2.20.0)
111
114
  rubocop (~> 1.41)
112
115
  rubocop-factory_bot (2.25.1)
113
116
  rubocop (~> 1.41)
114
- rubocop-performance (1.20.2)
117
+ rubocop-performance (1.21.0)
115
118
  rubocop (>= 1.48.1, < 2.0)
116
- rubocop-ast (>= 1.30.0, < 2.0)
119
+ rubocop-ast (>= 1.31.1, < 2.0)
117
120
  rubocop-rails (2.23.1)
118
121
  activesupport (>= 4.2.0)
119
122
  rack (>= 1.1)
120
123
  rubocop (>= 1.33.0, < 2.0)
121
124
  rubocop-ast (>= 1.30.0, < 2.0)
122
- rubocop-rspec (2.29.1)
125
+ rubocop-rspec (2.29.2)
123
126
  rubocop (~> 1.40)
124
127
  rubocop-capybara (~> 2.17)
125
128
  rubocop-factory_bot (~> 2.22)
@@ -136,18 +139,18 @@ GEM
136
139
  simplecov-html (0.12.3)
137
140
  simplecov_json_formatter (0.1.4)
138
141
  smarter_csv (1.10.3)
139
- standard (1.35.1)
142
+ standard (1.36.0)
140
143
  language_server-protocol (~> 3.17.0.2)
141
144
  lint_roller (~> 1.0)
142
- rubocop (~> 1.62.0)
145
+ rubocop (~> 1.63.0)
143
146
  standard-custom (~> 1.0.0)
144
- standard-performance (~> 1.3)
147
+ standard-performance (~> 1.4)
145
148
  standard-custom (1.0.2)
146
149
  lint_roller (~> 1.0)
147
150
  rubocop (~> 1.50)
148
- standard-performance (1.3.1)
151
+ standard-performance (1.4.0)
149
152
  lint_roller (~> 1.1)
150
- rubocop-performance (~> 1.20.2)
153
+ rubocop-performance (~> 1.21.0)
151
154
  standard-rails (1.0.2)
152
155
  lint_roller (~> 1.0)
153
156
  rubocop-rails (~> 2.23.1)
data/lib/pheme/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Pheme
2
- VERSION = '5.3.1'.freeze
2
+ VERSION = '5.3.2'.freeze
3
3
  end
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.3.1
4
+ version: 5.3.2
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-05-16 00:00:00.000000000 Z
11
+ date: 2024-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport