Update dependencies in README
This commit is contained in:
parent
0db5dcf832
commit
9f21c94a59
|
@ -26,19 +26,26 @@ Jekyll is a simple, blog aware, static site generator. It takes a template direc
|
||||||
|
|
||||||
## Runtime Dependencies
|
## Runtime Dependencies
|
||||||
|
|
||||||
|
* Commander: Command-line interface constructor (Ruby)
|
||||||
|
* Colorator: Colorizes command line output (Ruby)
|
||||||
* Classifier: Generating related posts (Ruby)
|
* Classifier: Generating related posts (Ruby)
|
||||||
* Directory Watcher: Auto-regeneration of sites (Ruby)
|
* Directory Watcher: Auto-regeneration of sites (Ruby)
|
||||||
* Kramdown: Markdown-superset converter (Ruby)
|
* Kramdown: Markdown-superset converter (Ruby)
|
||||||
* Liquid: Templating system (Ruby)
|
* Liquid: Templating system (Ruby)
|
||||||
* Maruku: Default markdown engine (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
|
## Developer Dependencies
|
||||||
|
|
||||||
|
* Launchy: Cross-platform file launcher (Ruby)
|
||||||
* RDiscount: Discount Markdown Processor (Ruby)
|
* RDiscount: Discount Markdown Processor (Ruby)
|
||||||
* RedCloth: Textile support (Ruby)
|
* RedCloth: Textile support (Ruby)
|
||||||
* RedGreen: Nicer test output (Ruby)
|
* RedGreen: Nicer test output (Ruby)
|
||||||
* RR: Mocking (Ruby)
|
* RR: Mocking (Ruby)
|
||||||
* Shoulda: Test framework (Ruby)
|
* Shoulda: Test framework (Ruby)
|
||||||
|
* SimpleCov: Coverage framework (Ruby)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue