adding dependencies mentioned in the Readme
This commit is contained in:
parent
a30cbebf14
commit
7c34100848
1
Rakefile
1
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"
|
||||
|
|
Loading…
Reference in New Issue