Skip to content

Commit

Permalink
adding dependencies mentioned in the Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDanger committed Nov 20, 2008
1 parent a30cbeb commit 7c34100
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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', '[email protected]')
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"
Expand Down

0 comments on commit 7c34100

Please sign in to comment.