mirror of
https://github.com/ditkrg/rabbit_carrots.git
synced 2026-01-22 13:56:41 +00:00
Removes console log
This commit is contained in:
parent
bf160889a4
commit
fff667c421
@ -1,7 +1,7 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
rabbit_carrots (0.1.10)
|
||||
rabbit_carrots (0.1.11)
|
||||
activesupport (>= 6.0.0)
|
||||
bunny (>= 2.19.0)
|
||||
connection_pool (~> 2.3.0)
|
||||
|
||||
@ -14,7 +14,6 @@ module RabbitCarrots
|
||||
vhost: RabbitCarrots.configuration.rabbitmq_vhost
|
||||
)
|
||||
|
||||
puts "Putting Config: #{RabbitCarrots.configuration.rabbitmq_host}"
|
||||
@connection.start
|
||||
end
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module RabbitCarrots
|
||||
VERSION = "0.1.10"
|
||||
VERSION = "0.1.11"
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user