forked from jekyll/jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding dependencies mentioned in the Readme
- Loading branch information
1 parent
a30cbeb
commit 7c34100
Showing
1 changed file
with
1 addition
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|