apollo-tools 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e8f6801ba0b199ea0e814e5497062adb39ed7d15
4
- data.tar.gz: d36c554a302ff2e12ca22cad6f2020fbdd76abcf
3
+ metadata.gz: 2c50cfa3247a14f89aca224a8145962117498afa
4
+ data.tar.gz: 004d1114ae529036454ebf7022f50e6ff36e4dae
5
5
  SHA512:
6
- metadata.gz: d0ffc9ee318f897e9e7bbd8f0a06ae3b0a467978bef61d07f6efaf56fd8084c5ff1ad2414e08da8d431a93b1ec82bb8a04679ed7529735cf0e459684b7946151
7
- data.tar.gz: a540e79a60717bedb4d7394ef0160ea5e5deb3d3286c3a5d31db35760e2ce5fc65adb026e90e7915c3ea93f793327121abd0ff7cd2516f520ba479df01ae2170
6
+ metadata.gz: 7ff85193e507d7c8fa3e7c022a5756b11257648f99b24fd3373b736e836237ef4c58adf0052c85f7b3f3342dbb518af48a4ecd3824a3b9f109627af5267c1575
7
+ data.tar.gz: f3cb1de491ba4b1f962a388ecc3c8fc1d22f68bba2093ccdc21c3c3643dcddbf7560d071bfcc5484335efea4c25eb60cfbdca20b967233ea1965299f457d0493
@@ -73,8 +73,8 @@ module Apollo
73
73
  def check_queue_length(host, queue, opts={})
74
74
  host = @hosts[host]
75
75
  vhost = opts.fetch(:vhost, '/')
76
- username = CGI.escape host.fetch('rmq_username', 'guest')
77
- password = CGI.escape host.fetch('rmq_password', 'guest')
76
+ username = CGI.escape host.fetch('rmq_admin_username', 'guest')
77
+ password = CGI.escape host.fetch('rmq_admin_password', 'guest')
78
78
  port = host.fetch('rmq_port', 15672)
79
79
 
80
80
  manager = RabbitMQManager.new "http://#{username}:#{password}@#{address host}:#{port}"
@@ -1,3 +1,3 @@
1
1
  module Apollo
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apollo-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brendan Tobolaski