From 7c341008480f1a401cfe3b166627e3e631e0d8c4 Mon Sep 17 00:00:00 2001 From: Jack Danger Canty Date: Wed, 19 Nov 2008 21:31:35 -0800 Subject: [PATCH] adding dependencies mentioned in the Readme --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index db399f84..3853e02c 100644 --- a/Rakefile +++ b/Rakefile @@ -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"