mirror of
https://github.com/jimeh/amqp-failover.git
synced 2026-02-19 02:46:43 +00:00
Merge branch 'hotfix/v0.0.3' into dev
This commit is contained in:
@@ -7,7 +7,7 @@ module AMQP
|
||||
attr_accessor :last_fail
|
||||
|
||||
def initialize(hash = {}, last_fail_date = nil)
|
||||
self.replace(symbolize_keys(defaults.merge(hash)))
|
||||
self.replace(defaults.merge(symbolize_keys(hash)))
|
||||
self.last_fail = last_fail_date if last_fail_date
|
||||
end
|
||||
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
|
||||
module AMQP
|
||||
class Failover
|
||||
VERSION = "0.0.2"
|
||||
VERSION = "0.0.3"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user