fluent-plugin-keep-forward 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/fluent-plugin-keep-forward.gemspec +1 -1
- data/lib/fluent/plugin/out_keep_forward.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cbe4023150376fbaded20b1341adb19c3d7c65c7
|
4
|
+
data.tar.gz: cc46d27569ff273e64ac0436402811bfe20c134f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 931eeec156abc448a06edc8c23aa665bcdacee8ea01d2cc31f3c55a46bcd11b5623425dc3c8c48b00048696fcb5450beb5e4de045a6d4c2538d5d4f96bd3fa22
|
7
|
+
data.tar.gz: 935f93bd171edc9aa7ea2f895f5f8ad8f01cc3de3e8990d4be12c022a8797aadae12a434d2b08f30625ecde2d5bcdcab7787876d8bc0d27e6a01a75a33162f99
|
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
3
3
|
|
4
4
|
Gem::Specification.new do |s|
|
5
5
|
s.name = "fluent-plugin-keep-forward"
|
6
|
-
s.version = "0.0.
|
6
|
+
s.version = "0.0.3"
|
7
7
|
s.authors = ["Naotoshi SEO"]
|
8
8
|
s.email = ["sonots@gmail.com"]
|
9
9
|
s.homepage = "https://github.com/sonots/fluent-plugin-keep-forward"
|
@@ -5,7 +5,7 @@ class Fluent::KeepForwardOutput < Fluent::ForwardOutput
|
|
5
5
|
|
6
6
|
def write_objects(tag, es)
|
7
7
|
@node ||= {}
|
8
|
-
if @node[tag] and @node[tag].available? and @weight_array.include?(@node[tag])
|
8
|
+
if @node[tag] and @node[tag].available? # and @weight_array.include?(@node[tag])
|
9
9
|
begin
|
10
10
|
send_data(@node[tag], tag, es)
|
11
11
|
return
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluent-plugin-keep-forward
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Naotoshi SEO
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-04-
|
11
|
+
date: 2013-04-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fluentd
|