From 9f21c94a597d2035b6dcb04c43e856001aae16f1 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sun, 28 Jul 2013 22:25:22 +0200 Subject: [PATCH] Update dependencies in README --- README.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.markdown b/README.markdown index cfa1dfb0e85..e4d91e13eb3 100644 --- a/README.markdown +++ b/README.markdown @@ -26,19 +26,26 @@ Jekyll is a simple, blog aware, static site generator. It takes a template direc ## Runtime Dependencies +* Commander: Command-line interface constructor (Ruby) +* Colorator: Colorizes command line output (Ruby) * Classifier: Generating related posts (Ruby) * Directory Watcher: Auto-regeneration of sites (Ruby) * Kramdown: Markdown-superset converter (Ruby) * Liquid: Templating system (Ruby) * Maruku: Default markdown engine (Ruby) +* Pygments.rb: Syntax highlighting (Ruby/Python) +* RedCarpet: Markdown engine (Ruby) +* Safe YAML: YAML Parser built for security (Ruby) ## Developer Dependencies +* Launchy: Cross-platform file launcher (Ruby) * RDiscount: Discount Markdown Processor (Ruby) * RedCloth: Textile support (Ruby) * RedGreen: Nicer test output (Ruby) * RR: Mocking (Ruby) * Shoulda: Test framework (Ruby) +* SimpleCov: Coverage framework (Ruby) ## License