daemons 0.4.0 → 0.4.1
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/README +2 -2
- data/Releases +5 -0
- data/lib/daemons.rb +1 -1
- data/lib/daemons/controller.rb +2 -1
- metadata +2 -2
data/README
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
= Daemons Version 0.4.
|
|
1
|
+
= Daemons Version 0.4.1
|
|
2
2
|
|
|
3
3
|
(See Releases for release-specific information)
|
|
4
4
|
|
|
@@ -92,7 +92,7 @@ server tasks as daemon processes.
|
|
|
92
92
|
|
|
93
93
|
# the parent process continues to run
|
|
94
94
|
|
|
95
|
-
# we can even control
|
|
95
|
+
# we can even control our tasks, for example stop them
|
|
96
96
|
task1.stop
|
|
97
97
|
task2.stop
|
|
98
98
|
|
data/Releases
CHANGED
data/lib/daemons.rb
CHANGED
data/lib/daemons/controller.rb
CHANGED
metadata
CHANGED
|
@@ -3,8 +3,8 @@ rubygems_version: 0.8.11
|
|
|
3
3
|
specification_version: 1
|
|
4
4
|
name: daemons
|
|
5
5
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version: 0.4.
|
|
7
|
-
date: 2005-
|
|
6
|
+
version: 0.4.1
|
|
7
|
+
date: 2005-09-11 00:00:00 +02:00
|
|
8
8
|
summary: A toolkit to create and control daemons in different ways
|
|
9
9
|
require_paths:
|
|
10
10
|
- lib
|