flydata 0.0.4.0 → 0.0.4.1
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 +1 -1
- data/flydata.gemspec +2 -2
- data/lib/flydata/command/sender.rb +1 -1
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.4.
|
|
1
|
+
0.0.4.1
|
data/flydata.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "flydata"
|
|
8
|
-
s.version = "0.0.4.
|
|
8
|
+
s.version = "0.0.4.1"
|
|
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"]
|
|
12
|
-
s.date = "2013-02-
|
|
12
|
+
s.date = "2013-02-15"
|
|
13
13
|
s.description = "FlyData Command Line Interface"
|
|
14
14
|
s.email = "sysadmin@flydata.co"
|
|
15
15
|
s.executables = ["flydata"]
|
|
@@ -102,7 +102,7 @@ EOF
|
|
|
102
102
|
process_exist?
|
|
103
103
|
end
|
|
104
104
|
def process_exist?
|
|
105
|
-
process_count = `ps
|
|
105
|
+
process_count = `ps auxww|grep -v grep|grep ".flydata/flydata.conf"|grep fluentd|wc -l`.to_i
|
|
106
106
|
process_count > 0
|
|
107
107
|
end
|
|
108
108
|
def uploaded_successfully?(data_port_id)
|
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.4.
|
|
4
|
+
version: 0.0.4.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-02-
|
|
12
|
+
date: 2013-02-15 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rest-client
|
|
@@ -275,7 +275,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
275
275
|
version: '0'
|
|
276
276
|
segments:
|
|
277
277
|
- 0
|
|
278
|
-
hash: -
|
|
278
|
+
hash: -1830851473606011270
|
|
279
279
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
280
280
|
none: false
|
|
281
281
|
requirements:
|