adding dependencies mentioned in the Readme

This commit is contained in:
Jack Danger Canty 2008-11-19 21:31:35 -08:00
parent a30cbebf14
commit 7c34100848
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ 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']
end
desc "Open an irb session preloaded with this library"