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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5f10f73e8154ccb5716a6ba59aa073b6416b71eb
4
- data.tar.gz: c959a4ba8f30e742a80e4ffd3054bfe1c43f2128
3
+ metadata.gz: cbe4023150376fbaded20b1341adb19c3d7c65c7
4
+ data.tar.gz: cc46d27569ff273e64ac0436402811bfe20c134f
5
5
  SHA512:
6
- metadata.gz: cb54fc3ab78d78fb674a63ca5f16d967c7415d7cc45e652db19e9075984e9518e5d4b06db78efec61f83412f43c716b255f45312d05ffc7d88abfe63405f3dcc
7
- data.tar.gz: 1ff41396c9a3329f37f142f8138844be7ba79d80b419cde5b3f3b9b3dcd7d0c0d7d693d2f4e20ce308e50d0c9481f514f67b9512cbe15ceddb570c2f0b05e501
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.2"
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.2
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-10 00:00:00.000000000 Z
11
+ date: 2013-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd