public
Rubygem
Fork of mojombo/god
Description: Ruby process monitor
Homepage: http://god.rubyforge.org
Clone URL: git://github.com/pjdavis/god.git
Search Repo:
Updated Rakefile
pjdavis (author)
Thu Jul 24 10:41:45 -0700 2008
commit  556f2c99b5176cfa0cd184ec9ea004a1a0512784
tree    1f461753fc669d228d730a44e8a3ab6ead0e781b
parent  59f4d1d9dd98726cda583e232fd55259805a8a89
...
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.7') do |p|
0
+Hoe.new('god', '0.7.9') do |p|
0
   p.rubyforge_name = 'god'
0
   p.author = 'Tom Preston-Werner'
0
   p.email = 'tom@rubyisawesome.com'

Comments

    No one has commented yet.