simple-daemon 0.0.3 → 0.1.0

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/History.txt CHANGED
@@ -1,3 +1,9 @@
1
+ == 0.1.0 2007-07-08
2
+
3
+ * 2 minor enhancements:
4
+ * Bumped version
5
+ * Documentation and website
6
+
1
7
  == 0.0.3 2007-07-08
2
8
 
3
9
  * 1 major enhancement:
@@ -7,4 +13,4 @@
7
13
 
8
14
  * 1 major enhancement:
9
15
  * Initial release
10
-
16
+
@@ -1,8 +1,8 @@
1
1
  module SimpleDaemon #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
- MINOR = 0
5
- TINY = 3
4
+ MINOR = 1
5
+ TINY = 0
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
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.3</a>
36
+ <a href="http://rubyforge.org/projects/simple-daemon" class="numbers">0.1.0</a>
37
37
  </div>
38
38
  <h1>&#x2192; &#8216;simple-daemon&#8217;</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.3
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: