Initial commit

This commit is contained in:
2011-01-26 10:50:16 +00:00
commit 2ac3a09c03
6 changed files with 41 additions and 0 deletions

5
lib/amqp-failover.rb Normal file
View File

@@ -0,0 +1,5 @@
module Amqp
module Failover
# Your code goes here...
end
end

View File

@@ -0,0 +1,5 @@
module Amqp
module Failover
VERSION = "0.0.1"
end
end