fluent-plugin-jvmwatcher 0.1.2 → 0.1.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.
@@ -3,7 +3,7 @@ lib = File.expand_path('../lib', __FILE__)
|
|
3
3
|
|
4
4
|
Gem::Specification.new do |gem|
|
5
5
|
gem.name = "fluent-plugin-jvmwatcher"
|
6
|
-
gem.version = "0.1.
|
6
|
+
gem.version = "0.1.3"
|
7
7
|
gem.authors = ["MasayukiMiyake"]
|
8
8
|
gem.email = ["masayukimiyake97@gmail.com"]
|
9
9
|
gem.description = %q{It is the input plugin of fluentd which collects the condition of Java VM.}
|
@@ -20,7 +20,7 @@ module JvmwatcherUtil
|
|
20
20
|
if File.directory?(path)
|
21
21
|
|
22
22
|
# find target directory
|
23
|
-
Dir.glob("
|
23
|
+
Dir.glob("#{path}/jvmwatcher/#{dir_name}").each do |path_name|
|
24
24
|
|
25
25
|
next unless File.directory?(path_name) # chech directory
|
26
26
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluent-plugin-jvmwatcher
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -88,7 +88,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
88
88
|
version: '0'
|
89
89
|
segments:
|
90
90
|
- 0
|
91
|
-
hash: -
|
91
|
+
hash: -1985848097825128302
|
92
92
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
93
93
|
none: false
|
94
94
|
requirements:
|
@@ -97,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
97
97
|
version: '0'
|
98
98
|
segments:
|
99
99
|
- 0
|
100
|
-
hash: -
|
100
|
+
hash: -1985848097825128302
|
101
101
|
requirements: []
|
102
102
|
rubyforge_project: fluent-plugin-jvmwatcher
|
103
103
|
rubygems_version: 1.8.25
|