commenting out the rubyforge project line for now

This commit is contained in:
Jack Danger Canty 2008-11-19 21:29:20 -08:00
parent 857832ae73
commit a30cbebf14
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ require 'hoe'
require 'lib/jekyll'
Hoe.new('jekyll', Jekyll::VERSION) do |p|
p.rubyforge_name = 'jekyllx' # if different than lowercase project name
# p.rubyforge_name = 'jekyllx' # if different than lowercase project name
p.developer('Tom Preston-Werner', 'tom@mojombo.com')
p.summary = "Jekyll is a simple, blog aware, static site generator."
end