promiscuous 0.7.3 → 0.7.4
Sign up to get free protection for your applications and to get access to all the features.
@@ -12,7 +12,7 @@ namespace :promiscuous do
|
|
12
12
|
Promiscuous::AMQP.connect
|
13
13
|
|
14
14
|
Promiscuous::Worker.replicate
|
15
|
-
$stderr.puts "Replicating with #{Promiscuous::Subscriber.subscribers.count} subscribers"
|
15
|
+
$stderr.puts "Replicating with #{Promiscuous::Subscriber::AMQP.subscribers.count} subscribers"
|
16
16
|
end
|
17
17
|
end
|
18
18
|
end
|
data/lib/promiscuous/version.rb
CHANGED