flydata 0.0.1.2011102301 → 0.0.1.2011102302

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1.2011102301
1
+ 0.0.1.2011102302
data/flydata.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "flydata"
8
- s.version = "0.0.1.2011102301"
8
+ s.version = "0.0.1.2011102302"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Koichi Fujikawa"]
@@ -54,7 +54,7 @@ module Flydata
54
54
  process_exist?
55
55
  end
56
56
  def process_exist?
57
- process_count = `ps aux|grep -v grep|grep "\\.flydata/"|wc -l`.to_i
57
+ process_count = `ps aux|grep -v grep|grep "\\.flydata/"|grep fluentd|wc -l`.to_i
58
58
  process_count > 0
59
59
  end
60
60
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flydata
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.2011102301
4
+ version: 0.0.1.2011102302
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -272,7 +272,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
272
272
  version: '0'
273
273
  segments:
274
274
  - 0
275
- hash: -1416744833933020924
275
+ hash: 2729482979291273575
276
276
  required_rubygems_version: !ruby/object:Gem::Requirement
277
277
  none: false
278
278
  requirements: