procemon 0.0.5 → 0.0.6
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/VERSION +1 -1
- data/lib/procemon/function/str2duck.rb +4 -1
- data/lib/procemon/mpatch/process.rb +4 -4
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.6
|
|
@@ -3,10 +3,10 @@ module Process
|
|
|
3
3
|
File.create Application.pid,'a+'
|
|
4
4
|
File.create Application.log,'a+'
|
|
5
5
|
File.create Application.daemon_stderr,'a+'
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
6
|
+
Daemon.start fork,
|
|
7
|
+
Application.pid,
|
|
8
|
+
Application.log,
|
|
9
|
+
Application.daemon_stderr
|
|
10
10
|
end
|
|
11
11
|
def self.stop
|
|
12
12
|
Daemon.stop
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: procemon
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.6
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-10-
|
|
12
|
+
date: 2013-10-25 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: ! 'This is a collection of my Ruby Procs in the adventure of becoming
|
|
15
15
|
the best! In short this provides extra tools in Application configs, argumens processing,daemonise,
|
|
@@ -80,7 +80,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
80
80
|
version: '0'
|
|
81
81
|
segments:
|
|
82
82
|
- 0
|
|
83
|
-
hash: -
|
|
83
|
+
hash: -1480907638773472527
|
|
84
84
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
85
85
|
none: false
|
|
86
86
|
requirements:
|