Skip to content

Commit

Permalink
Removed deprecated 'mq' requirement in ruote generator
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethkalmer committed May 28, 2011
1 parent fff6cb2 commit 3be04f7
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -7,7 +7,6 @@

begin
require 'amqp'
require 'mq'
rescue LoadError
$stderr.puts "Missing amqp gem. Please uncomment the amqp section in the Gemfile and run 'bundle install' if you wish to use the AMQP participant/listener pair in ruote"
end

0 comments on commit 3be04f7

Please sign in to comment.