fluent-plugin-jstat 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.
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "fluent-plugin-jstat"
7
- spec.version = "0.0.2"
7
+ spec.version = "0.0.3"
8
8
  spec.authors = ["wukawa"]
9
9
  spec.email = ["wataru.yukawa@nhn.com"]
10
10
  spec.summary = %q{jstat input plugin for Fluent event collector}
@@ -58,6 +58,7 @@ module Fluent
58
58
  now = Engine.now
59
59
  io = IO.popen(command, "r")
60
60
  lines = io.readlines()
61
+ io.close
61
62
  headers = lines[0].split()
62
63
  datas = lines[1].split()
63
64
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-jstat
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: