clean up rakefile
This commit is contained in:
parent
c58d4e71ba
commit
a0879fc2ac
1
Rakefile
1
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']
|
||||
|
|
Loading…
Reference in New Issue