Upgrade HotBunnies to 2.0.0.pre12

[Changelog](https://github.com/ruby-amqp/hot_bunnies/blob/master/ChangeLog.md).

I double checked and the code needs no changes.
This commit is contained in:
Michael Klishin 2013-08-27 18:28:07 +04:00
parent 378068173b
commit 8717729c33

View file

@ -90,7 +90,7 @@ Gem::Specification.new do |gem|
if RUBY_PLATFORM != 'java'
gem.add_runtime_dependency "bunny", ["~> 0.9.8"] #(MIT license)
else
gem.add_runtime_dependency "hot_bunnies", ["~> 2.0.0.pre9"] #(MIT license)
gem.add_runtime_dependency "hot_bunnies", ["~> 2.0.0.pre12"] #(MIT license)
end
if RUBY_VERSION >= '1.9.1'