istox 0.1.157.4 → 0.1.157.5

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: a53c518ee4af451a0f8ecaa02b54c6fa97042ed010b80a48dd8b97dca453d343
4
- data.tar.gz: 776047d059b8850e17cfc71a746ebff9ffa90d9d14d913037c0ec2decb36a982
3
+ metadata.gz: beed406b3bdbe342fc4fb969c04b9d45c95fa6703b41a32aa6262f24c07f28f7
4
+ data.tar.gz: a24d40f03e0be2036ac7708b4d4051edd32c337a99a68b440ac2f87b7e9ab1bb
5
5
  SHA512:
6
- metadata.gz: d7acdd2b8360f2382226a6b2bb829b44cccc0585903d8fb35b847a3e859c3cd0313e2b619747988b151adc4a0426d158b93a128e601d665ab0cacc9166e9cdd7
7
- data.tar.gz: 365b455ea32d5c2f69adb03fd328acdd05d1808b25baadcbe463bec4da3a9294cfcd1b614beda21cbce4470294463f069915c4303f6050363a1ac28753568b78
6
+ metadata.gz: 4bcb00d97a7fc17784c131038209635bb3510323a6c9b82387999cdf45dc2809bd7a600e8d547b294e7ae05885edfa7d9d577213e6557f576ed88395512dd91b
7
+ data.tar.gz: 0a1419b0d0934868d82391ba85d163edc28433dee18dcdd82601f7673c4601ada0f161260768aba350a1aae86e6b280490ab74b33338ac108464d41d80d8827c
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- istox (0.1.157.4)
4
+ istox (0.1.157.5)
5
5
  amazing_print
6
6
  awesome_print
7
7
  aws-sdk-sns (~> 1)
@@ -61,7 +61,7 @@ module Istox
61
61
  # Must re-open a new channel, because now channel is already closed
62
62
  active_channel = ::Istox::BunnyBoot.channel(::Istox::BunnyBoot.connection, pool_size: pool_size, prefetch: prefetch)
63
63
  active_channel.queue_delete(queue_name)
64
- queue = active_channel.queue(queue_name, durable: queue_durable)
64
+ queue = active_channel.queue(queue_name, durable: queue_durable, arguments: arguments)
65
65
  end
66
66
 
67
67
  # Declare exchange
@@ -1,3 +1,3 @@
1
1
  module Istox
2
- VERSION = '0.1.157.4'.freeze
2
+ VERSION = '0.1.157.5'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: istox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.157.4
4
+ version: 0.1.157.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Siong Leng