foreman 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/foreman.rb +1 -1
  2. data/lib/foreman/engine.rb +1 -1
  3. metadata +3 -3
data/lib/foreman.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module Foreman
2
2
 
3
- VERSION = "0.3.0"
3
+ VERSION = "0.3.1"
4
4
 
5
5
  class AppDoesNotExist < Exception; end
6
6
 
@@ -86,7 +86,7 @@ private ######################################################################
86
86
  end
87
87
 
88
88
  def kill_and_exit(signal="TERM")
89
- info "termination requested"
89
+ info "terminating"
90
90
  running_processes.each do |pid, process|
91
91
  info "killing #{process.name} in pid #{pid}"
92
92
  Process.kill(signal, pid)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 0
10
- version: 0.3.0
9
+ - 1
10
+ version: 0.3.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Dollar