From a7a329ce4c1ccf6e27db8fda76f9229cdf8379cf Mon Sep 17 00:00:00 2001 From: wmorgan Date: Tue, 2 Jan 2007 21:23:45 +0000 Subject: [PATCH] capitalized name for future hoe announcements git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@145 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 1eb3518..3815eba 100644 --- 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") -- 2.45.2