godhead 0.0.9 → 0.0.10

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.9
1
+ 0.0.10
@@ -13,7 +13,7 @@ module Godhead
13
13
  def self.default_options() super.deep_merge(DEFAULT_OPTIONS) ; end
14
14
 
15
15
  def start_command
16
- "starling -d -p #{options[:port]} -d -P #{pid_file}"
16
+ "starling -p #{options[:port]} -P #{pid_file}"
17
17
  end
18
18
 
19
19
  end
@@ -14,8 +14,10 @@ module Godhead
14
14
  [
15
15
  options[:runner_path],
16
16
  action,
17
- "--config=#{options[:runner_conf]}",
18
- "--only=#{options[:port]}"
17
+ "-C",
18
+ options[:runner_conf],
19
+ "-o",
20
+ options[:port],
19
21
  ].flatten.compact.join(" ")
20
22
  end
21
23
  def start_command() tell_runner :start end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: godhead
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 11
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 9
10
- version: 0.0.9
9
+ - 10
10
+ version: 0.0.10
11
11
  platform: ruby
12
12
  authors:
13
13
  - Philip (flip) Kromer, Dhruv Bansal, Carl Knutson
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-08-09 00:00:00 -05:00
18
+ date: 2010-08-17 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency