simple-daemon 0.0.3 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +7 -1
- data/lib/simple-daemon/version.rb +2 -2
- data/website/index.html +1 -1
- metadata +1 -1
data/History.txt
CHANGED
data/website/index.html
CHANGED
@@ -33,7 +33,7 @@
|
|
33
33
|
<h1>simple-daemon</h1>
|
34
34
|
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/simple-daemon"; return false'>
|
35
35
|
<p>Get Version</p>
|
36
|
-
<a href="http://rubyforge.org/projects/simple-daemon" class="numbers">0.0
|
36
|
+
<a href="http://rubyforge.org/projects/simple-daemon" class="numbers">0.1.0</a>
|
37
37
|
</div>
|
38
38
|
<h1>→ ‘simple-daemon’</h1>
|
39
39
|
|
metadata
CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.0
|
|
3
3
|
specification_version: 1
|
4
4
|
name: simple-daemon
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.0
|
6
|
+
version: 0.1.0
|
7
7
|
date: 2007-07-08 00:00:00 -05:00
|
8
8
|
summary: Simple module that adds daemon functionality to a Ruby script.
|
9
9
|
require_paths:
|