public
Rubygem
Description: Ruby process monitor
Homepage: http://god.rubyforge.org
Clone URL: git://github.com/mojombo/god.git
Click here to lend your support to: god and make a donation at www.pledgie.com !
Update history, bump version to 0.7.7
kevinclark (author)
Mon Jun 16 23:26:22 -0700 2008
commit  47dd886dcb946c96cf1633b005a8f7ded1deeaf2
tree    020ab4628aee066372604cb2cd8d9c9d440cfc67
parent  b6f9cad5479c102da63fe0c614751851d6540027
...
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
0
@@ -1,3 +1,7 @@
0
+== 0.7.7 / TBD
0
+ * Bug Fixes
0
+ * Fix detection of proc file system [raggi]
0
+
0
 == 0.7.6 / 2008-05-13
0
   * Major Enhancements
0
     * Implement System::Process methods for Linux based on /proc [Kevin Clark]
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 require 'rubygems'
0
 require 'hoe'
0
 
0
-Hoe.new('god', '0.7.6') do |p|
0
+Hoe.new('god', '0.7.7') do |p|
0
   p.rubyforge_name = 'god'
0
   p.author = 'Tom Preston-Werner'
0
   p.email = 'tom@rubyisawesome.com'
...
133
134
135
136
 
137
138
139
...
133
134
135
 
136
137
138
139
0
@@ -133,7 +133,7 @@ class Module
0
 end
0
 
0
 module God
0
- VERSION = '0.7.6'
0
+ VERSION = '0.7.7'
0
   
0
   LOG_BUFFER_SIZE_DEFAULT = 100
0
   PID_FILE_DIRECTORY_DEFAULTS = ['/var/run/god', '~/.god/pids']

Comments

    No one has commented yet.