clean up rakefile

This commit is contained in:
Tom Preston-Werner 2008-12-06 16:15:05 -08:00
parent c58d4e71ba
commit a0879fc2ac
1 changed files with 0 additions and 1 deletions

View File

@ -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']