pheme 5.2.6 → 5.2.8

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: '0079d2c6a86a0c425ef3395135433acf184723dc4eb05e80f8913ed1f766a1c9'
4
- data.tar.gz: 9170033977d003c185f4669f265af0398f63cd6a5cbae341350c9dba1904c382
3
+ metadata.gz: bf7b6db7de46dce3b63f6082307e8a5022ceee6ef9d198b31253733ecc63ca69
4
+ data.tar.gz: '09ae1ddf206801f5412a5d08124b5381a6276d3e364c2b17b20b1e08b7074362'
5
5
  SHA512:
6
- metadata.gz: f198a345f9e8d84cefff7cdeaf6645321d0e7f850f37709568cc90915d66e227dacc90352091cbe427cf4aacf58a8dc7fbb2863eca17f99ec7cd13d0374efb5e
7
- data.tar.gz: 92d8f68dc01ad096bd16a69444460dc17ae7d06e8dff267fa13aab69b5d74f3cf60f1b1ef720b2b902c0ef9f572b61f851c21a0f7e6f9410cbfe219f86929ec7
6
+ metadata.gz: f4052617a64fef11cf7ee222a0840b9e21a21f2ea05995e37d40767b8f7499b269e0d7522b0ec7b8489054c45b6fdd759f85f48e3d1d554d0eeaabb548f5541e
7
+ data.tar.gz: eba8c50a12d08f3e74fb601c5b5e54689dfe551afd4671a092d3e45d37012af6ce47db4038d225a4309484aad318c1c44f79e0b952305adca182e6464ed7b5cd
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.7 - 2023-10-13
8
+ ### Changed
9
+ - Updated dependencies
10
+
11
+ ## 5.2.6 - 2023-09-08
12
+ ### Added
13
+ - Updated dependencies & fixed rubocop issues
14
+
7
15
  ## 5.2.6 - 2023-08-23
8
16
  ### Added
9
17
  - Updated dependencies - CVE
@@ -12,7 +20,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
20
  ### Added
13
21
  - chore: add changelog link to gemspec
14
22
 
15
-
16
23
  ## 5.2.3 - 2023-07-17
17
24
  ### Changed
18
25
  - Updated dependencies
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pheme (5.2.6)
4
+ pheme (5.2.8)
5
5
  activesupport (>= 4)
6
6
  aws-sdk-sns (~> 1.1)
7
7
  aws-sdk-sqs (~> 1.3)
@@ -11,35 +11,45 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- activesupport (7.0.7.2)
14
+ activesupport (7.1.0)
15
+ base64
16
+ bigdecimal
15
17
  concurrent-ruby (~> 1.0, >= 1.0.2)
18
+ connection_pool (>= 2.2.5)
19
+ drb
16
20
  i18n (>= 1.6, < 2)
17
21
  minitest (>= 5.1)
22
+ mutex_m
18
23
  tzinfo (~> 2.0)
19
24
  addressable (2.8.5)
20
25
  public_suffix (>= 2.0.2, < 6.0)
21
26
  ast (2.4.2)
22
27
  aws-eventstream (1.2.0)
23
- aws-partitions (1.802.0)
24
- aws-sdk-core (3.180.3)
28
+ aws-partitions (1.834.0)
29
+ aws-sdk-core (3.185.1)
25
30
  aws-eventstream (~> 1, >= 1.0.2)
26
31
  aws-partitions (~> 1, >= 1.651.0)
27
32
  aws-sigv4 (~> 1.5)
28
33
  jmespath (~> 1, >= 1.6.1)
29
- aws-sdk-sns (1.65.0)
30
- aws-sdk-core (~> 3, >= 3.177.0)
34
+ aws-sdk-sns (1.67.0)
35
+ aws-sdk-core (~> 3, >= 3.184.0)
31
36
  aws-sigv4 (~> 1.1)
32
- aws-sdk-sqs (1.62.0)
33
- aws-sdk-core (~> 3, >= 3.177.0)
37
+ aws-sdk-sqs (1.64.0)
38
+ aws-sdk-core (~> 3, >= 3.184.0)
34
39
  aws-sigv4 (~> 1.1)
35
40
  aws-sigv4 (1.6.0)
36
41
  aws-eventstream (~> 1, >= 1.0.2)
42
+ base64 (0.1.1)
43
+ bigdecimal (3.1.4)
37
44
  bundler-audit (0.9.1)
38
45
  bundler (>= 1.2.0, < 3)
39
46
  thor (~> 1.0)
40
47
  concurrent-ruby (1.2.2)
48
+ connection_pool (2.4.1)
41
49
  diff-lcs (1.5.0)
42
50
  docile (1.4.0)
51
+ drb (2.1.1)
52
+ ruby2_keywords
43
53
  git (1.18.0)
44
54
  addressable (~> 2.8)
45
55
  rchardet (~> 1.8)
@@ -49,9 +59,10 @@ GEM
49
59
  json (2.6.3)
50
60
  language_server-protocol (3.17.0.3)
51
61
  lint_roller (1.1.0)
52
- minitest (5.19.0)
62
+ minitest (5.20.0)
63
+ mutex_m (0.1.2)
53
64
  parallel (1.23.0)
54
- parser (3.2.2.3)
65
+ parser (3.2.2.4)
55
66
  ast (~> 2.4.1)
56
67
  racc
57
68
  public_suffix (5.0.3)
@@ -67,7 +78,7 @@ GEM
67
78
  rspec-core (~> 3.12.0)
68
79
  rspec-expectations (~> 3.12.0)
69
80
  rspec-mocks (~> 3.12.0)
70
- rspec-collection_matchers (1.2.0)
81
+ rspec-collection_matchers (1.2.1)
71
82
  rspec-expectations (>= 2.99.0.beta1)
72
83
  rspec-core (3.12.2)
73
84
  rspec-support (~> 3.12.0)
@@ -83,62 +94,65 @@ GEM
83
94
  rspec-support (3.12.1)
84
95
  rspec_junit_formatter (0.6.0)
85
96
  rspec-core (>= 2, < 4, != 2.12.0)
86
- rubocop (1.52.1)
97
+ rubocop (1.56.4)
98
+ base64 (~> 0.1.1)
87
99
  json (~> 2.3)
100
+ language_server-protocol (>= 3.17.0)
88
101
  parallel (~> 1.10)
89
102
  parser (>= 3.2.2.3)
90
103
  rainbow (>= 2.2.2, < 4.0)
91
104
  regexp_parser (>= 1.8, < 3.0)
92
105
  rexml (>= 3.2.5, < 4.0)
93
- rubocop-ast (>= 1.28.0, < 2.0)
106
+ rubocop-ast (>= 1.28.1, < 2.0)
94
107
  ruby-progressbar (~> 1.7)
95
108
  unicode-display_width (>= 2.4.0, < 3.0)
96
109
  rubocop-ast (1.29.0)
97
110
  parser (>= 3.2.1.0)
98
- rubocop-capybara (2.18.0)
111
+ rubocop-capybara (2.19.0)
99
112
  rubocop (~> 1.41)
100
- rubocop-factory_bot (2.23.1)
113
+ rubocop-factory_bot (2.24.0)
101
114
  rubocop (~> 1.33)
102
- rubocop-performance (1.18.0)
115
+ rubocop-performance (1.19.1)
103
116
  rubocop (>= 1.7.0, < 2.0)
104
117
  rubocop-ast (>= 0.4.0)
105
- rubocop-rails (2.19.1)
118
+ rubocop-rails (2.20.2)
106
119
  activesupport (>= 4.2.0)
107
120
  rack (>= 1.1)
108
121
  rubocop (>= 1.33.0, < 2.0)
109
- rubocop-rspec (2.23.2)
122
+ rubocop-rspec (2.24.1)
110
123
  rubocop (~> 1.33)
111
124
  rubocop-capybara (~> 2.17)
112
125
  rubocop-factory_bot (~> 2.22)
113
126
  rubocop-vendor (0.12.1)
114
127
  rubocop
115
128
  ruby-progressbar (1.13.0)
129
+ ruby2_keywords (0.0.5)
116
130
  simplecov (0.22.0)
117
131
  docile (~> 1.1)
118
132
  simplecov-html (~> 0.11)
119
133
  simplecov_json_formatter (~> 0.1)
120
134
  simplecov-html (0.12.3)
121
135
  simplecov_json_formatter (0.1.4)
122
- smarter_csv (1.8.5)
123
- standard (1.30.1)
136
+ smarter_csv (1.9.0)
137
+ standard (1.31.1)
124
138
  language_server-protocol (~> 3.17.0.2)
125
139
  lint_roller (~> 1.0)
126
- rubocop (~> 1.52.0)
140
+ rubocop (~> 1.56.2)
127
141
  standard-custom (~> 1.0.0)
128
- standard-performance (~> 1.1.0)
142
+ standard-performance (~> 1.2)
129
143
  standard-custom (1.0.2)
130
144
  lint_roller (~> 1.0)
131
145
  rubocop (~> 1.50)
132
- standard-performance (1.1.2)
146
+ standard-performance (1.2.0)
133
147
  lint_roller (~> 1.1)
134
- rubocop-performance (~> 1.18.0)
135
- standard-rails (0.1.0)
148
+ rubocop-performance (~> 1.19.0)
149
+ standard-rails (0.2.0)
136
150
  lint_roller (~> 1.0)
137
- rubocop-rails (~> 2.19.0)
151
+ rubocop-rails (~> 2.20.2)
138
152
  thor (1.2.2)
139
153
  tzinfo (2.0.6)
140
154
  concurrent-ruby (~> 1.0)
141
- unicode-display_width (2.4.2)
155
+ unicode-display_width (2.5.0)
142
156
  ws-style (7.2.0)
143
157
  rubocop-rspec (>= 2.2.0)
144
158
  rubocop-vendor (>= 0.11)
data/lib/pheme/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Pheme
2
- VERSION = '5.2.6'.freeze
2
+ VERSION = '5.2.8'.freeze
3
3
  end
@@ -1,3 +1,3 @@
1
- require_relative './example_message_handler'
1
+ require_relative 'example_message_handler'
2
2
 
3
3
  Pheme::QueuePoller.new(queue_url: 'http://mock_url.test', message_handler: ExampleMessageHandler)
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.6
4
+ version: 5.2.8
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-08-23 00:00:00.000000000 Z
11
+ date: 2023-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport