fluent-plugin-haproxy_stats 0.1.0 → 0.1.1

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: 4827b6cac73434a4866d6c39a9bed74a28ad737b
4
- data.tar.gz: 0eed58fb66f88ed97458570bbfc3cea3b3e96094
3
+ metadata.gz: 6daa1f029a76f116bd0a1c500ad9932845ae785b
4
+ data.tar.gz: 786aec8f602fce0aea40d29d1fa17bb4e19c3456
5
5
  SHA512:
6
- metadata.gz: 68465758383ed521a25382890399ea23c7905f5f47f01f1a0d6148b972c266149e0b5b1b7b3df02ae97e1c8e71a4daed1db61d9026e9ba08ba93ef6364593c80
7
- data.tar.gz: af0151374494a20240943b8dc97c8ee2617660282d339dd4384c9a1fcae55538a9bccf3c081df75969da39d765c3f2b502bf9b970f0fb440f5edd0d127e8fe90
6
+ metadata.gz: eb827c446090d436137c1a2accd721f2c6065d0b82fd0916fc7b1c0632a2d9c94ac5736cc9c01a43b56b5ff0accb4b5dd56d0049d0335fc2a15e694f90685170
7
+ data.tar.gz: 43511c4f3ad5e1998e343577850e54696dbbfa4f5ce76f7c4c60e7d63ecf60d5d043d842ea0d4e3e20be7df076bb92a60571ab1fada1f30b1aeafd56d8c11c7b
data/README.md CHANGED
@@ -68,7 +68,9 @@ backend app1
68
68
 
69
69
  ## ToDo
70
70
 
71
+ - Test!!
71
72
  - Multiple pxname and svname.
73
+ - and More...
72
74
 
73
75
  ## Development
74
76
 
@@ -1,7 +1,7 @@
1
1
  module Fluent
2
2
  module Plugin
3
3
  module HaproxyStats
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-haproxy_stats
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yohei Kawahara
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-06-12 00:00:00.000000000 Z
11
+ date: 2015-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -80,7 +80,7 @@ files:
80
80
  - Rakefile
81
81
  - fluent-plugin-haproxy_stats.gemspec
82
82
  - lib/fluent/plugin/haproxy_stats/version.rb
83
- - lib/fluent/plugin/in_haporxy_stats.rb
83
+ - lib/fluent/plugin/in_haproxy_stats.rb
84
84
  homepage: ''
85
85
  licenses: []
86
86
  metadata: {}