diff --git a/Gemfile.lock b/Gemfile.lock index 95ed499..71b6b94 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/lib/rabbit_carrots/connection.rb b/lib/rabbit_carrots/connection.rb index f626610..7512fd4 100644 --- a/lib/rabbit_carrots/connection.rb +++ b/lib/rabbit_carrots/connection.rb @@ -14,7 +14,6 @@ module RabbitCarrots vhost: RabbitCarrots.configuration.rabbitmq_vhost ) - puts "Putting Config: #{RabbitCarrots.configuration.rabbitmq_host}" @connection.start end diff --git a/lib/rabbit_carrots/version.rb b/lib/rabbit_carrots/version.rb index bbd8506..9cdd9d6 100644 --- a/lib/rabbit_carrots/version.rb +++ b/lib/rabbit_carrots/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RabbitCarrots - VERSION = "0.1.10" + VERSION = "0.1.11" end