commit a7a329ce4c1ccf6e27db8fda76f9229cdf8379cf
parent dfd8b2b3d4c4a6daebd28c63a7de0d1c6ebfedf3
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date: Tue, 2 Jan 2007 21:23:45 +0000
capitalized name for future hoe announcements
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@145 5c8cc53c-5e98-4d25-b20a-d8db53a31250
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Rakefile b/Rakefile
@@ -5,7 +5,7 @@ require 'hoe'
require './lib/sup.rb'
Hoe.new('sup', Redwood::VERSION) do |p|
- p.rubyforge_name = 'sup'
+ p.rubyforge_name = 'Sup'
p.author = "William Morgan"
p.summary = 'A console-based email client with the best features of GMail, mutt, and emacs. Features full text search, labels, tagged operations, multiple buffers, recent contacts, and more.'
p.description = p.paragraphs_of('README.txt', 2..4).join("\n\n")