rbg 0.9.3 → 0.9.4
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/rbg.rb +2 -0
- metadata +23 -43
data/lib/rbg.rb
CHANGED
|
@@ -223,7 +223,9 @@ module Rbg
|
|
|
223
223
|
STDIN.reopen('/dev/null')
|
|
224
224
|
if self.config.log_path
|
|
225
225
|
STDOUT.reopen(self.config.log_path, 'a')
|
|
226
|
+
STDOUT.sync = true
|
|
226
227
|
STDERR.reopen(self.config.log_path, 'a')
|
|
228
|
+
STDERR.sync = true
|
|
227
229
|
else
|
|
228
230
|
raise Error, "Log location not specified in '#{config_file}'"
|
|
229
231
|
end
|
metadata
CHANGED
|
@@ -1,69 +1,49 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rbg
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
5
|
-
prerelease:
|
|
6
|
-
segments:
|
|
7
|
-
- 0
|
|
8
|
-
- 9
|
|
9
|
-
- 3
|
|
10
|
-
version: 0.9.3
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.9.4
|
|
5
|
+
prerelease:
|
|
11
6
|
platform: ruby
|
|
12
|
-
authors:
|
|
7
|
+
authors:
|
|
13
8
|
- Charlie Smurthwaite
|
|
14
9
|
autorequire:
|
|
15
10
|
bindir: bin
|
|
16
11
|
cert_chain: []
|
|
17
|
-
|
|
18
|
-
date: 2010-11-03 00:00:00 +00:00
|
|
19
|
-
default_executable:
|
|
12
|
+
date: 2012-03-19 00:00:00.000000000Z
|
|
20
13
|
dependencies: []
|
|
21
|
-
|
|
22
14
|
description:
|
|
23
15
|
email: charlie@atechmedia.com
|
|
24
|
-
executables:
|
|
16
|
+
executables:
|
|
25
17
|
- rbg
|
|
26
18
|
extensions: []
|
|
27
|
-
|
|
28
19
|
extra_rdoc_files: []
|
|
29
|
-
|
|
30
|
-
files:
|
|
20
|
+
files:
|
|
31
21
|
- bin/rbg
|
|
32
|
-
- lib/rbg/config.rb
|
|
33
22
|
- lib/rbg.rb
|
|
34
|
-
|
|
23
|
+
- lib/rbg/config.rb
|
|
35
24
|
homepage: http://www.atechmedia.com
|
|
36
25
|
licenses: []
|
|
37
|
-
|
|
38
26
|
post_install_message:
|
|
39
27
|
rdoc_options: []
|
|
40
|
-
|
|
41
|
-
require_paths:
|
|
28
|
+
require_paths:
|
|
42
29
|
- lib
|
|
43
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
30
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
44
31
|
none: false
|
|
45
|
-
requirements:
|
|
46
|
-
- -
|
|
47
|
-
- !ruby/object:Gem::Version
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
- 0
|
|
51
|
-
version: "0"
|
|
52
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
32
|
+
requirements:
|
|
33
|
+
- - ! '>='
|
|
34
|
+
- !ruby/object:Gem::Version
|
|
35
|
+
version: '0'
|
|
36
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
53
37
|
none: false
|
|
54
|
-
requirements:
|
|
55
|
-
- -
|
|
56
|
-
- !ruby/object:Gem::Version
|
|
57
|
-
|
|
58
|
-
segments:
|
|
59
|
-
- 0
|
|
60
|
-
version: "0"
|
|
38
|
+
requirements:
|
|
39
|
+
- - ! '>='
|
|
40
|
+
- !ruby/object:Gem::Version
|
|
41
|
+
version: '0'
|
|
61
42
|
requirements: []
|
|
62
|
-
|
|
63
43
|
rubyforge_project:
|
|
64
|
-
rubygems_version: 1.
|
|
44
|
+
rubygems_version: 1.8.18
|
|
65
45
|
signing_key:
|
|
66
46
|
specification_version: 3
|
|
67
|
-
summary: Ruby Backgrounder allows multiple copies of ruby scripts to be run in the
|
|
47
|
+
summary: Ruby Backgrounder allows multiple copies of ruby scripts to be run in the
|
|
48
|
+
background and restarted
|
|
68
49
|
test_files: []
|
|
69
|
-
|