Amqp gem must be at least 0.8.0.rc12

This commit is contained in:
Marek Majkowski 2011-05-18 16:21:55 +01:00 committed by Jakub Stastny aka botanicus
parent 1bbec48c77
commit 64d7515a1c

View File

@ -9,7 +9,7 @@ To run this code you need [amqp gem](http://bit.ly/itcpVv) version 0.8
(currently available as a prerelease version). This code won't work
with earlier versions! You can install it via RubyGems thusly:
gem install amqp --pre
gem install amqp --pre --version "~> 0.8.0.rc12"
## Code