bluepill 0.0.65 → 0.0.66
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/lib/bluepill/application.rb +5 -1
- data/lib/bluepill/version.rb +1 -1
- metadata +4 -4
data/lib/bluepill/application.rb
CHANGED
|
@@ -122,7 +122,11 @@ module Bluepill
|
|
|
122
122
|
self.kill_previous_bluepill
|
|
123
123
|
ProcessJournal.kill_all_from_all_journals
|
|
124
124
|
ProcessJournal.clear_all_atomic_fs_locks
|
|
125
|
-
|
|
125
|
+
|
|
126
|
+
begin
|
|
127
|
+
::Process.setpgid(0, 0)
|
|
128
|
+
rescue Errno::EPERM
|
|
129
|
+
end
|
|
126
130
|
|
|
127
131
|
Daemonize.daemonize unless foreground?
|
|
128
132
|
|
data/lib/bluepill/version.rb
CHANGED
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.
|
|
4
|
+
version: 0.0.66
|
|
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-07-
|
|
14
|
+
date: 2013-07-19 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: daemons
|
|
@@ -243,7 +243,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
243
243
|
version: '0'
|
|
244
244
|
segments:
|
|
245
245
|
- 0
|
|
246
|
-
hash:
|
|
246
|
+
hash: 697790739872167949
|
|
247
247
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
248
248
|
none: false
|
|
249
249
|
requirements:
|
|
@@ -252,7 +252,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
252
252
|
version: '0'
|
|
253
253
|
segments:
|
|
254
254
|
- 0
|
|
255
|
-
hash:
|
|
255
|
+
hash: 697790739872167949
|
|
256
256
|
requirements: []
|
|
257
257
|
rubyforge_project:
|
|
258
258
|
rubygems_version: 1.8.24
|