From a0879fc2ac454b508cf46aaef0f1f360b620216f Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Sat, 6 Dec 2008 16:15:05 -0800 Subject: [PATCH] clean up rakefile --- Rakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Rakefile b/Rakefile index 0ba42990..823fc4d1 100644 --- a/Rakefile +++ b/Rakefile @@ -3,7 +3,6 @@ require 'hoe' require 'lib/jekyll' Hoe.new('jekyll', Jekyll::VERSION) do |p| - # 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." p.extra_deps = ['RedCloth', 'liquid', 'classifier', 'rdiscount', 'directory_watcher']