dispatch-rider 1.5.1 → 1.5.2
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9cc97d7a9062650d258c05ce905239d08c208eb7
|
|
4
|
+
data.tar.gz: f884937b1b4f1c67ff5835432dad776488e8b4e5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bc9e8902fa6f05383ccac0509f4b6b87104c03789e6a524422f26dd940e907dacb01e9df1262eb10990aba7644512657ea83f503755ef6dfca49dc76c8f52436
|
|
7
|
+
data.tar.gz: 527922a952e05997f7f0c3650797d9d586a7ca5ceade46e7e58d3a0e7a212aed8c6349ecda9f739ec957f9ec9f915e9c780793336d921b449faadd3975eb8fdb
|
|
@@ -19,7 +19,7 @@ module DispatchRider
|
|
|
19
19
|
def publish(options)
|
|
20
20
|
channels(options[:to]).each do |channel|
|
|
21
21
|
with_retries(max_retries: 10, rescue: AWS::Errors::MissingCredentialsError) do
|
|
22
|
-
channel.publish(serialize(
|
|
22
|
+
channel.publish(serialize(options[:message]))
|
|
23
23
|
end
|
|
24
24
|
end
|
|
25
25
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dispatch-rider
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.
|
|
4
|
+
version: 1.5.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Suman Mukherjee
|
|
@@ -221,7 +221,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
221
221
|
version: '0'
|
|
222
222
|
requirements: []
|
|
223
223
|
rubyforge_project:
|
|
224
|
-
rubygems_version: 2.
|
|
224
|
+
rubygems_version: 2.2.2
|
|
225
225
|
signing_key:
|
|
226
226
|
specification_version: 4
|
|
227
227
|
summary: Messaging system that is customizable based on which queueing system we are
|