haproxystats 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/haproxystats/stats.rb +1 -0
  2. metadata +3 -3
@@ -74,6 +74,7 @@ class HAProxyStats < HAProxySocket
74
74
  end
75
75
 
76
76
  private
77
+ # Generic function for up,down,maint etc to use to match servers
77
78
  def find(service, state)
78
79
  out = Array.new
79
80
  backends(service).each do |this|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: haproxystats
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:
@@ -20,7 +20,7 @@ files:
20
20
  - lib/haproxystats.rb
21
21
  - lib/haproxystats/socket.rb
22
22
  - lib/haproxystats/stats.rb
23
- homepage: https://githib.com/t0mmyt/haproxystats-ruby
23
+ homepage: https://github.com/t0mmyt/haproxystats-ruby
24
24
  licenses:
25
25
  - ModifiedBSD
26
26
  post_install_message:
@@ -44,5 +44,5 @@ rubyforge_project:
44
44
  rubygems_version: 1.8.23
45
45
  signing_key:
46
46
  specification_version: 3
47
- summary: Reads and parses stats from HAProxy Unix socket
47
+ summary: HAProxy Stats Parser
48
48
  test_files: []