public
Fork of mojombo/god
Description: Ruby process monitor
Homepage: http://god.rubyforge.org
Clone URL: git://github.com/auser/god.git
up to 0.7.5
mojombo (author)
Thu Feb 21 13:30:09 -0800 2008
commit  d20683ce4038a439c38309d34e3df865404b249b
tree    014630a2c5512553a8a09e20bb9282f3d78eb2da
parent  66779beba65266eb007e34df8114b216118ae550
...
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
0
@@ -1,3 +1,7 @@
0
+== 0.7.5 / 2008-02-21
0
+ * Bug Fixes
0
+ * Remove Ruby's Logger and replace with custom SimpleLogger to stop threaded leak
0
+
0
 == 0.7.4 / 2008-02-18
0
   * Bug Fixes
0
     * Introduce local scope to prevent faulty optimization that causes memory to leak
...
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.4') do |p|
0
+Hoe.new('god', '0.7.5') do |p|
0
   p.rubyforge_name = 'god'
0
   p.author = 'Tom Preston-Werner'
0
   p.email = 'tom@rubyisawesome.com'
...
129
130
131
132
 
133
134
135
...
129
130
131
 
132
133
134
135
0
@@ -129,7 +129,7 @@ class Module
0
 end
0
 
0
 module God
0
- VERSION = '0.7.4'
0
+ VERSION = '0.7.5'
0
   
0
   LOG_BUFFER_SIZE_DEFAULT = 100
0
   PID_FILE_DIRECTORY_DEFAULTS = ['/var/run/god', '~/.god/pids']

Comments

    No one has commented yet.