mirror of
https://github.com/jimeh/amqp-failover.git
synced 2026-02-19 10:56:44 +00:00
8 lines
80 B
Ruby
8 lines
80 B
Ruby
# encoding: utf-8
|
|
|
|
module AMQP
|
|
class Failover
|
|
VERSION = "0.0.3"
|
|
end
|
|
end
|