godhead 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/godhead/god_recipe.rb +1 -0
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.5
1
+ 0.0.6
@@ -71,6 +71,7 @@ module Godhead
71
71
  watcher.uid = options[:uid] if options[:uid]
72
72
  watcher.gid = options[:gid] if options[:gid]
73
73
  watcher.env = options[:env] if options[:env]
74
+ watcher.log = process_log_file
74
75
  watcher.interval = options[:default_interval]
75
76
  watcher.start_grace = options[:start_grace_time]
76
77
  watcher.restart_grace = options[:restart_grace_time] || (options[:start_grace_time] + 2.seconds)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: godhead
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Philip (flip) Kromer, Dhruv Bansal, Carl Knutson
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-06-18 00:00:00 -05:00
12
+ date: 2010-07-01 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency