bunny 2.20.1 → 2.20.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
  SHA256:
3
- metadata.gz: 80baa8fac5ded1ea11891e12b94495c7a00f11fa14b44541aa617c01ac0ced3d
4
- data.tar.gz: 5e1ed138207478a57198878e3800a3e12066b7f89ec5de750ebe1e97fff004e6
3
+ metadata.gz: 46774013196be7a46ad133b7cf5af2fc4a6b2da1dc09c18542833cb1c9558298
4
+ data.tar.gz: 0626e219bd998dcf20f34b050300ef03f1c8a0464936fb7fee4796bec840d463
5
5
  SHA512:
6
- metadata.gz: 18eed42a3d18a476c42c7039bfc42e6c4563b72e4a9657f631b72a66da1a2515b5f1079cc5cebf95db375d95d96d599cc5ae89e4cef66edabfabd7362e8e15c6
7
- data.tar.gz: 0055740b4cc9a517d9b92a63c440505b430c1721972bfc2dcb8939180b7a4b35fabe7abcf2fd552e87f48a490ce0e75594f1a4cefcc31c0b29f790ff1bc3e6e5
6
+ metadata.gz: c3de342e840d6f79326cd8ba4711e723bfd35279f7a3299523bdef8df16478e6a6715b311534de11f2abe220ca1e7be0654b21d7a4a0c1529e849245c6d49593
7
+ data.tar.gz: 3b738e7ce55f867da133175909afdde7f3167caa5598cdc6274dfd584263d13b55494b6dc2df674b0ed0955d6bf14413f750f2a245f76293a7037d6ffd93a726
data/lib/bunny/queue.rb CHANGED
@@ -68,6 +68,9 @@ module Bunny
68
68
  @options[:arguments]
69
69
  end
70
70
  verify_type!(@arguments)
71
+ # reassigns updated and verified arguments because Bunny::Channel#declare_queue
72
+ # accepts a map of options
73
+ @options[:arguments] = @arguments
71
74
 
72
75
  @bindings = Array.new
73
76
 
data/lib/bunny/version.rb CHANGED
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Bunny
4
4
  # @return [String] Version of the library
5
- VERSION = "2.20.1"
5
+ VERSION = "2.20.2"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bunny
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.20.1
4
+ version: 2.20.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Duncan
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2022-12-19 00:00:00.000000000 Z
15
+ date: 2023-01-12 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: amq-protocol
@@ -120,7 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
120
120
  - !ruby/object:Gem::Version
121
121
  version: '0'
122
122
  requirements: []
123
- rubygems_version: 3.3.7
123
+ rubygems_version: 3.1.4
124
124
  signing_key:
125
125
  specification_version: 4
126
126
  summary: Popular easy to use Ruby client for RabbitMQ