mirror of
https://github.com/jimeh/amqp-failover.git
synced 2026-02-19 02:46:43 +00:00
8 lines
81 B
Ruby
8 lines
81 B
Ruby
# encoding: utf-8
|
|
|
|
module AMQP
|
|
module Failover
|
|
VERSION = "0.0.1"
|
|
end
|
|
end
|