public
Fork of mojombo/god
Description: Ruby process monitor
Homepage: http://god.rubyforge.org
Clone URL: git://github.com/Bertg/god.git
Search Repo:
up to 0.6.4
mojombo (author)
Wed Jan 02 17:23:38 -0800 2008
commit  0c3bcca5194248b9092d8187fcd4a8727ca5f520
tree    072c2d460a4b5209c175b651f5bc2c1b7a8cbf9c
parent  b0320b4390f91d673b317d6af191b548c4350ceb
...
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.6.3') do |p|
0
+Hoe.new('god', '0.6.4') do |p|
0
   p.rubyforge_name = 'god'
0
   p.author = 'Tom Preston-Werner'
0
   p.email = 'tom@rubyisawesome.com'
...
132
133
134
135
 
136
137
138
...
132
133
134
 
135
136
137
138
0
@@ -132,7 +132,7 @@ class Module
0
 end
0
 
0
 module God
0
- VERSION = '0.6.3'
0
+ VERSION = '0.6.4'
0
   
0
   LOG_BUFFER_SIZE_DEFAULT = 1000
0
   PID_FILE_DIRECTORY_DEFAULT = '/var/run/god'

Comments

    No one has commented yet.