haproxy-cluster 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,7 +27,7 @@ OptionParser.new do |opts|
27
27
  puts HAProxyCluster::Version
28
28
  exit
29
29
  end
30
- opts.separator "URL should be the root of an HA Proxy status page, either http:// or https://"
30
+ opts.on_tail "URL should be the root of an HA Proxy status page, either http:// or https://"
31
31
  end.parse!
32
32
  options.urls = ARGV
33
33
 
@@ -1,3 +1,3 @@
1
1
  class HAProxyCluster
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: haproxy-cluster
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-07-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rest-client
16
- requirement: &70189121153160 !ruby/object:Gem::Requirement
16
+ requirement: &70365478448260 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70189121153160
24
+ version_requirements: *70365478448260
25
25
  description: ! " Ruby Gem and command line tool for quickly answering questions like,
26
26
  \"Can we\n survive a rolling restart?\", \"How many transactions per second am
27
- I seeing?\",\n \"What's my session backlog?\". Inteded for use within continuous
27
+ I seeing?\",\n \"What's my session backlog?\". Intended for use within continuous
28
28
  deployment\n and monitoring solutions.\n"
29
29
  email:
30
30
  - jacob.elder@gmail.com