foreman 0.14.0 → 0.15.0

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/README.markdown CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## Manual
4
4
 
5
+ http://blog.daviddollar.org/2011/05/06/introducing-foreman.html
6
+
5
7
  See the [man page](http://ddollar.github.com/foreman) for usage.
6
8
 
7
9
  ## License
@@ -57,7 +57,7 @@ class Foreman::Engine
57
57
  end
58
58
 
59
59
  trap("TERM") { puts "SIGTERM received"; kill_all("TERM") }
60
- trap("INT") { puts "SIGINT received"; kill_all("INT") }
60
+ trap("INT") { puts "SIGINT received"; kill_all("TERM") }
61
61
 
62
62
  watch_for_termination
63
63
  end
@@ -66,7 +66,7 @@ class Foreman::Engine
66
66
  fork processes[name], options
67
67
 
68
68
  trap("TERM") { puts "SIGTERM received"; kill_all("TERM") }
69
- trap("INT") { puts "SIGINT received"; kill_all("INT") }
69
+ trap("INT") { puts "SIGINT received"; kill_all("TERM") }
70
70
 
71
71
  watch_for_termination
72
72
  end
@@ -1,5 +1,5 @@
1
1
  module Foreman
2
2
 
3
- VERSION = "0.14.0"
3
+ VERSION = "0.15.0"
4
4
 
5
5
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: foreman
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.14.0
5
+ version: 0.15.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - David Dollar
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-05-11 00:00:00 -04:00
13
+ date: 2011-05-12 00:00:00 -04:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency