pheme 5.2.8 → 5.2.9

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: bf7b6db7de46dce3b63f6082307e8a5022ceee6ef9d198b31253733ecc63ca69
4
- data.tar.gz: '09ae1ddf206801f5412a5d08124b5381a6276d3e364c2b17b20b1e08b7074362'
3
+ metadata.gz: f5603d4c5d7875855d3e28583391cc95f50e41404c519796398f8a7ee4d0c7e0
4
+ data.tar.gz: 604c30dac57efefcfb391092c06de5cf4fa6c4b7608aa74c0760e3ccfcd1044c
5
5
  SHA512:
6
- metadata.gz: f4052617a64fef11cf7ee222a0840b9e21a21f2ea05995e37d40767b8f7499b269e0d7522b0ec7b8489054c45b6fdd759f85f48e3d1d554d0eeaabb548f5541e
7
- data.tar.gz: eba8c50a12d08f3e74fb601c5b5e54689dfe551afd4671a092d3e45d37012af6ce47db4038d225a4309484aad318c1c44f79e0b952305adca182e6464ed7b5cd
6
+ metadata.gz: ed949337da3282691b84d276fc0bfcba020174117f3a2ba66f55c5116f114512140cc64775bc6b95b3e0d1c022f8e5304cf05fa623e511a1b91782d9435187c3
7
+ data.tar.gz: '080a474e6e9fba4bf14ea36b35a21620d50dc0fbadf3a84ec53b378142edd422280a6ddb80ce0a07b4fe85c730d8017743673ac7bc9c765fe549c86389a91785'
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.8 - 2023-11-06
8
+ ### Changed
9
+ - Updated dependencies
10
+
7
11
  ## 5.2.7 - 2023-10-13
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.8)
4
+ pheme (5.2.9)
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.0)
14
+ activesupport (7.1.1)
15
15
  base64
16
16
  bigdecimal
17
17
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -25,19 +25,19 @@ GEM
25
25
  public_suffix (>= 2.0.2, < 6.0)
26
26
  ast (2.4.2)
27
27
  aws-eventstream (1.2.0)
28
- aws-partitions (1.834.0)
29
- aws-sdk-core (3.185.1)
28
+ aws-partitions (1.844.0)
29
+ aws-sdk-core (3.186.0)
30
30
  aws-eventstream (~> 1, >= 1.0.2)
31
31
  aws-partitions (~> 1, >= 1.651.0)
32
32
  aws-sigv4 (~> 1.5)
33
33
  jmespath (~> 1, >= 1.6.1)
34
- aws-sdk-sns (1.67.0)
34
+ aws-sdk-sns (1.68.0)
35
35
  aws-sdk-core (~> 3, >= 3.184.0)
36
36
  aws-sigv4 (~> 1.1)
37
- aws-sdk-sqs (1.64.0)
37
+ aws-sdk-sqs (1.65.0)
38
38
  aws-sdk-core (~> 3, >= 3.184.0)
39
39
  aws-sigv4 (~> 1.1)
40
- aws-sigv4 (1.6.0)
40
+ aws-sigv4 (1.6.1)
41
41
  aws-eventstream (~> 1, >= 1.0.2)
42
42
  base64 (0.1.1)
43
43
  bigdecimal (3.1.4)
@@ -66,12 +66,12 @@ GEM
66
66
  ast (~> 2.4.1)
67
67
  racc
68
68
  public_suffix (5.0.3)
69
- racc (1.7.1)
69
+ racc (1.7.2)
70
70
  rack (3.0.8)
71
71
  rainbow (3.1.1)
72
- rake (13.0.6)
72
+ rake (13.1.0)
73
73
  rchardet (1.8.0)
74
- regexp_parser (2.8.1)
74
+ regexp_parser (2.8.2)
75
75
  resource-struct (0.4.0)
76
76
  rexml (3.2.6)
77
77
  rspec (3.12.0)
@@ -106,7 +106,7 @@ GEM
106
106
  rubocop-ast (>= 1.28.1, < 2.0)
107
107
  ruby-progressbar (~> 1.7)
108
108
  unicode-display_width (>= 2.4.0, < 3.0)
109
- rubocop-ast (1.29.0)
109
+ rubocop-ast (1.30.0)
110
110
  parser (>= 3.2.1.0)
111
111
  rubocop-capybara (2.19.0)
112
112
  rubocop (~> 1.41)
@@ -119,8 +119,8 @@ GEM
119
119
  activesupport (>= 4.2.0)
120
120
  rack (>= 1.1)
121
121
  rubocop (>= 1.33.0, < 2.0)
122
- rubocop-rspec (2.24.1)
123
- rubocop (~> 1.33)
122
+ rubocop-rspec (2.25.0)
123
+ rubocop (~> 1.40)
124
124
  rubocop-capybara (~> 2.17)
125
125
  rubocop-factory_bot (~> 2.22)
126
126
  rubocop-vendor (0.12.1)
@@ -134,22 +134,22 @@ GEM
134
134
  simplecov-html (0.12.3)
135
135
  simplecov_json_formatter (0.1.4)
136
136
  smarter_csv (1.9.0)
137
- standard (1.31.1)
137
+ standard (1.31.2)
138
138
  language_server-protocol (~> 3.17.0.2)
139
139
  lint_roller (~> 1.0)
140
- rubocop (~> 1.56.2)
140
+ rubocop (~> 1.56.4)
141
141
  standard-custom (~> 1.0.0)
142
142
  standard-performance (~> 1.2)
143
143
  standard-custom (1.0.2)
144
144
  lint_roller (~> 1.0)
145
145
  rubocop (~> 1.50)
146
- standard-performance (1.2.0)
146
+ standard-performance (1.2.1)
147
147
  lint_roller (~> 1.1)
148
- rubocop-performance (~> 1.19.0)
148
+ rubocop-performance (~> 1.19.1)
149
149
  standard-rails (0.2.0)
150
150
  lint_roller (~> 1.0)
151
151
  rubocop-rails (~> 2.20.2)
152
- thor (1.2.2)
152
+ thor (1.3.0)
153
153
  tzinfo (2.0.6)
154
154
  concurrent-ruby (~> 1.0)
155
155
  unicode-display_width (2.5.0)
data/lib/pheme/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Pheme
2
- VERSION = '5.2.8'.freeze
2
+ VERSION = '5.2.9'.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.2.8
4
+ version: 5.2.9
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-10-13 00:00:00.000000000 Z
11
+ date: 2023-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport