rabbitmqadmin-cli 1.0.6 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ require 'json'
2
2
 
3
3
  class RabbitMqAdminCli
4
4
 
5
- def self.test_connect(host, port, username, pasword, scheme = "http")
5
+ def self.test_connect(host, port, username, password, scheme = "http")
6
6
  `wget --spider -T 1 -t 1 --user=#{username} --password=#{password} #{scheme}://#{host}:#{port}/img/rabbitmqlogo.png >/dev/null 2>&1`
7
7
  case $?.exitstatus
8
8
  when 0, 6
@@ -1,3 +1,3 @@
1
1
  module RabbitMqAdminCli
2
- VERSION = "1.0.6"
2
+ VERSION = "1.0.7"
3
3
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'rabbitmqadmin-cli'
3
- s.version = '1.0.6'
3
+ s.version = '1.0.7'
4
4
  s.platform = RUBY_PLATFORM.to_s == 'java' ? 'java' : Gem::Platform::RUBY
5
5
  s.authors = ['Lee Henson', 'Guy Boertje']
6
6
  s.email = ['lee.m.henson@gmail.com', 'guyboertje@gmail.com']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rabbitmqadmin-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: