From ea0d11136220a69115b17f6c586a1602657c7ccd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Mon, 31 Dec 2012 03:14:30 +0100 Subject: [PATCH] Update Dependencies in Readme, alphabetize --- README.textile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.textile b/README.textile index 4cefb9ff..529e1e7d 100644 --- a/README.textile +++ b/README.textile @@ -22,19 +22,20 @@ h2. Diving In h2. Runtime Dependencies -* RedCloth: Textile support (Ruby) -* Liquid: Templating system (Ruby) * Classifier: Generating related posts (Ruby) -* Maruku: Default markdown engine (Ruby) * Directory Watcher: Auto-regeneration of sites (Ruby) +* Kramdown: Markdown-superset converter (Ruby) +* Liquid: Templating system (Ruby) +* Maruku: Default markdown engine (Ruby) * Pygments: Syntax highlighting (Python) h2. Developer Dependencies -* Shoulda: Test framework (Ruby) -* RR: Mocking (Ruby) -* RedGreen: Nicer test output (Ruby) * RDiscount: Discount Markdown Processor (Ruby) +* RedCloth: Textile support (Ruby) +* RedGreen: Nicer test output (Ruby) +* RR: Mocking (Ruby) +* Shoulda: Test framework (Ruby) h2. License