amqp gem 0.9.6 is released to
rubygems.org [1]. This is a bug fix release that
backports a few more fixes and improvements in the master (1.0.0.pre series) to 0.9.x:
* Support for the consumer cancellation notification extension
* More correct reporting of client capabilities
* Only check :type, :durable, :arguments parameters if an exchange is redeclared (per 0.9.1 spec)
* Only check :exclusive, :durable, :auto_delete, :arguments parameters if a queue is redeclared (per 0.9.1 spec)
As usual, I encourage all users to upgrade.
1.
http://rubygems.org/gems/amqp/versions/0.9.6
MK
mic...@defprotocol.org