bluepill 0.0.61 → 0.0.62

Sign up to get free protection for your applications and to get access to all the features.
@@ -120,7 +120,7 @@ module Bluepill
120
120
  self.kill_previous_bluepill
121
121
  ProcessJournal.kill_all_from_all_journals
122
122
  ProcessJournal.clear_all_atomic_fs_locks
123
- ::Process.setpgid(0, 0)
123
+ ::Process.setpgid(0, 0) rescue Errno::EPERM nil
124
124
 
125
125
  Daemonize.daemonize unless foreground?
126
126
 
@@ -1,4 +1,4 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  module Bluepill
3
- VERSION = "0.0.61".freeze
3
+ VERSION = "0.0.62".freeze
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bluepill
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.61
4
+ version: 0.0.62
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2013-03-18 00:00:00.000000000 Z
14
+ date: 2013-03-19 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: daemons