haproxystats 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +8 -10
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: c9fdd5b1d768c0e31ef39439e6ed3e1718678656
4
+ data.tar.gz: cd24c61702c8d992bd1211e671ed7e482983cb09
5
+ SHA512:
6
+ metadata.gz: 32a43849b5b8a412d561096bddd63ebcd294cccdc3e1f644a2f1d45c782848ad64c3485da1a8f657cd459f3b01dc0cb2c8dcbc4eb4630e311ce641ae27404ad5
7
+ data.tar.gz: 0375a490c153856e012c3e4f9d6a26983e88ed69bca523d76389ee70bb0a6fc271e61db7228345e12806351c5e0ac2e9c3313dd410a3fc79f4360edc06397773
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: haproxystats
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
5
- prerelease:
4
+ version: 0.0.7
6
5
  platform: ruby
7
6
  authors:
8
7
  - Tom Taylor
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2015-02-17 00:00:00.000000000 Z
11
+ date: 2015-03-02 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: Reads and parses stats from HAProxy Unix socket.
15
14
  email: tom@tommyt.co.uk
@@ -22,27 +21,26 @@ files:
22
21
  - lib/haproxystats/stats.rb
23
22
  homepage: https://github.com/t0mmyt/haproxystats-ruby
24
23
  licenses:
25
- - ModifiedBSD
24
+ - BSD
25
+ metadata: {}
26
26
  post_install_message:
27
27
  rdoc_options: []
28
28
  require_paths:
29
29
  - lib
30
30
  required_ruby_version: !ruby/object:Gem::Requirement
31
- none: false
32
31
  requirements:
33
- - - ! '>='
32
+ - - ">="
34
33
  - !ruby/object:Gem::Version
35
34
  version: '0'
36
35
  required_rubygems_version: !ruby/object:Gem::Requirement
37
- none: false
38
36
  requirements:
39
- - - ! '>='
37
+ - - ">="
40
38
  - !ruby/object:Gem::Version
41
39
  version: '0'
42
40
  requirements: []
43
41
  rubyforge_project:
44
- rubygems_version: 1.8.23
42
+ rubygems_version: 2.4.5
45
43
  signing_key:
46
- specification_version: 3
44
+ specification_version: 4
47
45
  summary: HAProxy Stats Parser
48
46
  test_files: []