hayabusa 0.0.14 → 0.0.15
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/hayabusa.gemspec +1 -1
- data/lib/hayabusa_fcgi.rb +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.15
|
data/hayabusa.gemspec
CHANGED
data/lib/hayabusa_fcgi.rb
CHANGED
@@ -81,7 +81,7 @@ class Hayabusa::Fcgi
|
|
81
81
|
cmd = "#{Knj::Os.executed_executable} #{File.realpath(File.dirname(__FILE__))}/../bin/hayabusa_fcgi_server.rb --conf_path=#{Knj::Strings.unixsafe(@hayabusa_fcgi_conf_path)} --fcgi_data_path=#{Knj::Strings.unixsafe(fcgi_config_fp)}"
|
82
82
|
|
83
83
|
#Only used to identify the running FCGI-server host-processes with 'ps aux'.
|
84
|
-
cmd << "--title=#{Knj::Strings.unixsafe(hayabusa_conf[:title])}" if hayabusa_conf[:title]
|
84
|
+
cmd << " --title=#{Knj::Strings.unixsafe(hayabusa_conf[:title])}" if hayabusa_conf[:title]
|
85
85
|
|
86
86
|
$stderr.puts("Executing command to start FCGI-server: #{cmd}")
|
87
87
|
io_out, io_in, io_err = Open3.popen3(cmd)
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: hayabusa
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.0.
|
5
|
+
version: 0.0.15
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Kasper Johansen
|
@@ -245,7 +245,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
245
245
|
requirements:
|
246
246
|
- - ">="
|
247
247
|
- !ruby/object:Gem::Version
|
248
|
-
hash:
|
248
|
+
hash: 1606654535065321094
|
249
249
|
segments:
|
250
250
|
- 0
|
251
251
|
version: "0"
|