diff --git a/Rakefile b/Rakefile index b38ffaf2..db399f84 100644 --- a/Rakefile +++ b/Rakefile @@ -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