barmstrong-daemon-spawn 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/daemon-spawn.rb +1 -1
  2. metadata +1 -1
@@ -56,7 +56,7 @@ module DaemonSpawn
56
56
  end
57
57
  else
58
58
  puts "Pid file not found. Is the daemon started?"
59
- exit
59
+ # exit
60
60
  end
61
61
  rescue Errno::ESRCH
62
62
  puts "Pid file found, but process was not running. The daemon may have died."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: barmstrong-daemon-spawn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Armstrong