README.md in arvicco-amqp-0.6.10 vs README.md in arvicco-amqp-0.6.11
- old
+ new
@@ -15,12 +15,13 @@
* Support for setting extended headers in MQ::Exchange#publish. Particularly useful for :reply_to for RPC.
* Multibyte character support (Ruby 1.9) in MQ::Exchange#publish.
* MQ::Exchange#publish raises error if no connection to broker.
* MQ::Queue only wraps headers with new MQ::Headers if they are not nil. This allows pops to tell more easily when they've requested a message from an empty queue. See (https://github.com/tmm1/amqp/issues#issue/22)
* Support for receiving Headers with zero-size data packets. Such contents with no body frames are totally legit if indicated header size is zero.
-# * Support for AMQP::Protocol::Basic::Return method. See (https://github.com/tmm1/amqp/issues#issue/1).
+TODO: * Support for AMQP::Protocol::Basic::Return method. See (https://github.com/tmm1/amqp/issues#issue/1).
+
Getting started
===============
First things first, start with:
@@ -84,10 +85,10 @@
* [This fork as a gem at Rubygems](http://rubygems.org/gems/arvicco-amqp)
Running specifications suite
============================
-To run the test suite make sure you have [bacon](http://gemcutter.org/gems/bacon) gem installed and run:
+To run the test suite make sure you have [Rspec2](http://gemcutter.org/gems/rspec) gem installed and run:
rake spec
The lib/amqp/spec.rb file is generated automatically based on the [AMQP specification](http://www.amqp.org/confluence/display/AMQP/AMQP+Specification). To generate it: