pheme 5.3.1 → 5.3.3

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: 1682f45cc6381c623808a02e81ec990267fb4cae120cd201d7308d1cdd04ae58
4
+ data.tar.gz: 3479b1a218f9210a0dbb79f03bbed0938f60610cc6586f44de4e521b4e4a054f
5
5
  SHA512:
6
- metadata.gz: d5e364e42a4b8cad95e7bf219b4a9fa11e6c1d033816db387fad96809ae897fc4609a1990ad2f7bf05d53941d8ae784c8077a3d8300f7108ada56c115a09ed3e
7
- data.tar.gz: e2f8fed5fa7dad972710c63995cd20b1d00df0b7fa3a5a2ae2527d2184766cf2cc8f6709340e982a5511d6e109ecb194a62ce6756d75bed0e3dfe53045f3b6e3
6
+ metadata.gz: 9a70cdc3830479b6d971a7fa8610719d8da84cccbcd11c3f053250684051c6ce23239e5210fdfe1cb8225011a2c8820ffe7ac4f4f04fd46328840be8eb57cea8
7
+ data.tar.gz: c7451b4b7f28b9d2f0046c7ba35867471a50369e2042b8b52f25c65cac4f19aeed82a0189f477be60b2a9c2de918e85ef5013324c7bff90628cf8e034edeec38
data/.rubocop_todo.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  # This configuration was generated by
2
2
  # `rubocop --auto-gen-config`
3
- # on 2024-01-02 17:53:08 UTC using RuboCop version 1.59.0.
3
+ # on 2024-06-14 14:59:19 UTC using RuboCop version 1.64.1.
4
4
  # The point is for the user to remove these configuration records
5
5
  # one by one as the offenses are removed from the code base.
6
6
  # Note that changes in the inspected code, or installation of new
@@ -11,10 +11,18 @@
11
11
  Metrics/AbcSize:
12
12
  Max: 20
13
13
 
14
+ # Offense count: 2
15
+ # Configuration parameters: AllowedPatterns.
16
+ # AllowedPatterns: ^expect_, ^assert_
17
+ RSpec/NoExpectationExample:
18
+ Exclude:
19
+ - 'spec/logger_spec.rb'
20
+ - 'spec/queue_poller_spec.rb'
21
+
14
22
  # Offense count: 9
15
- # Configuration parameters: Include, CustomTransform, IgnoreMethods, SpecSuffixOnly.
16
- # Include: **/*_spec*rb*, **/spec/**/*
17
- RSpec/FilePath:
23
+ # Configuration parameters: Include, CustomTransform, IgnoreMethods, IgnoreMetadata.
24
+ # Include: **/*_spec.rb
25
+ RSpec/SpecFilePathFormat:
18
26
  Exclude:
19
27
  - 'spec/configuration_spec.rb'
20
28
  - 'spec/logger_spec.rb'
@@ -26,16 +34,6 @@ RSpec/FilePath:
26
34
  - 'spec/topic_publisher_spec.rb'
27
35
  - 'spec/version_spec.rb'
28
36
 
29
- # Offense count: 14
30
- # Configuration parameters: EnforcedStyle.
31
- # SupportedStyles: have_received, receive
32
- RSpec/MessageSpies:
33
- Exclude:
34
- - 'spec/message_handler_spec.rb'
35
- - 'spec/queue_poller_spec.rb'
36
- - 'spec/rollbar_spec.rb'
37
- - 'spec/topic_publisher_spec.rb'
38
-
39
37
  # Offense count: 2
40
38
  # Configuration parameters: IgnoreNameless, IgnoreSymbolicNames.
41
39
  RSpec/VerifiedDoubles:
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.3.3 - 2024-06-14
8
+ ### Changed
9
+ - Updated dependencies
10
+
11
+ ## 5.3.2 - 2024-05-27
12
+ ### Changed
13
+ - Updated dependencies
14
+
7
15
  ## 5.3.1 - 2024-05-16
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.3.1)
4
+ pheme (5.3.3)
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.4)
15
15
  base64
16
16
  bigdecimal
17
17
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -25,55 +25,58 @@ 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.944.0)
29
+ aws-sdk-core (3.197.0)
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.77.0)
35
+ aws-sdk-core (~> 3, >= 3.197.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.76.0)
38
+ aws-sdk-core (~> 3, >= 3.197.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)
47
- concurrent-ruby (1.2.3)
47
+ concurrent-ruby (1.3.3)
48
48
  connection_pool (2.4.1)
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.1.1)
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.1)
62
64
  mutex_m (0.2.0)
63
- parallel (1.24.0)
64
- parser (3.3.0.5)
65
+ parallel (1.25.1)
66
+ parser (3.3.3.0)
65
67
  ast (~> 2.4.1)
66
68
  racc
69
+ process_executer (1.1.0)
67
70
  public_suffix (5.0.5)
68
- racc (1.7.3)
69
- rack (3.0.10)
71
+ racc (1.8.0)
72
+ rack (3.1.3)
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
- rexml (3.2.8)
76
- strscan (>= 3.0.9)
78
+ rexml (3.3.0)
79
+ strscan
77
80
  rspec (3.13.0)
78
81
  rspec-core (~> 3.13.0)
79
82
  rspec-expectations (~> 3.13.0)
@@ -82,19 +85,19 @@ GEM
82
85
  rspec-expectations (>= 2.99.0.beta1)
83
86
  rspec-core (3.13.0)
84
87
  rspec-support (~> 3.13.0)
85
- rspec-expectations (3.13.0)
88
+ rspec-expectations (3.13.1)
86
89
  diff-lcs (>= 1.2.0, < 2.0)
87
90
  rspec-support (~> 3.13.0)
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.64.1)
98
101
  json (~> 2.3)
99
102
  language_server-protocol (>= 3.17.0)
100
103
  parallel (~> 1.10)
@@ -105,27 +108,20 @@ 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)
110
- rubocop-capybara (2.20.0)
111
- rubocop (~> 1.41)
112
- rubocop-factory_bot (2.25.1)
113
- rubocop (~> 1.41)
114
- rubocop-performance (1.20.2)
111
+ rubocop-ast (1.31.3)
112
+ parser (>= 3.3.1.0)
113
+ rubocop-factory_bot (2.26.1)
114
+ rubocop (~> 1.61)
115
+ rubocop-performance (1.21.0)
115
116
  rubocop (>= 1.48.1, < 2.0)
116
- rubocop-ast (>= 1.30.0, < 2.0)
117
+ rubocop-ast (>= 1.31.1, < 2.0)
117
118
  rubocop-rails (2.23.1)
118
119
  activesupport (>= 4.2.0)
119
120
  rack (>= 1.1)
120
121
  rubocop (>= 1.33.0, < 2.0)
121
122
  rubocop-ast (>= 1.30.0, < 2.0)
122
- rubocop-rspec (2.29.1)
123
- rubocop (~> 1.40)
124
- rubocop-capybara (~> 2.17)
125
- rubocop-factory_bot (~> 2.22)
126
- rubocop-rspec_rails (~> 2.28)
127
- rubocop-rspec_rails (2.28.3)
128
- rubocop (~> 1.40)
123
+ rubocop-rspec (3.0.1)
124
+ rubocop (~> 1.61)
129
125
  rubocop-vendor (0.13.0)
130
126
  rubocop
131
127
  ruby-progressbar (1.13.0)
@@ -136,18 +132,18 @@ GEM
136
132
  simplecov-html (0.12.3)
137
133
  simplecov_json_formatter (0.1.4)
138
134
  smarter_csv (1.10.3)
139
- standard (1.35.1)
135
+ standard (1.37.0)
140
136
  language_server-protocol (~> 3.17.0.2)
141
137
  lint_roller (~> 1.0)
142
- rubocop (~> 1.62.0)
138
+ rubocop (~> 1.64.0)
143
139
  standard-custom (~> 1.0.0)
144
- standard-performance (~> 1.3)
140
+ standard-performance (~> 1.4)
145
141
  standard-custom (1.0.2)
146
142
  lint_roller (~> 1.0)
147
143
  rubocop (~> 1.50)
148
- standard-performance (1.3.1)
144
+ standard-performance (1.4.0)
149
145
  lint_roller (~> 1.1)
150
- rubocop-performance (~> 1.20.2)
146
+ rubocop-performance (~> 1.21.0)
151
147
  standard-rails (1.0.2)
152
148
  lint_roller (~> 1.0)
153
149
  rubocop-rails (~> 2.23.1)
@@ -156,8 +152,9 @@ GEM
156
152
  tzinfo (2.0.6)
157
153
  concurrent-ruby (~> 1.0)
158
154
  unicode-display_width (2.5.0)
159
- ws-style (7.4.4)
160
- rubocop-rspec (>= 2.2.0)
155
+ ws-style (7.5.0)
156
+ rubocop-factory_bot (>= 2.26.0)
157
+ rubocop-rspec (>= 3.0.0)
161
158
  rubocop-vendor (>= 0.11)
162
159
  standard (>= 1.30.1)
163
160
  standard-custom (>= 1.0.2)
data/lib/pheme/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Pheme
2
- VERSION = '5.3.1'.freeze
2
+ VERSION = '5.3.3'.freeze
3
3
  end
@@ -1,6 +1,6 @@
1
1
  class ExampleQueuePoller < Pheme::QueuePoller
2
- def initialize(queue_url: 'http://mock_url.test', **kwargs)
3
- super(queue_url: queue_url, **kwargs)
2
+ def initialize(queue_url: 'http://mock_url.test', **)
3
+ super
4
4
  end
5
5
 
6
6
  def handle(message, metadata, message_attributes)
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.3
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-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport