Skip to content

Commit

Permalink
Remove dependencies list from README. [ci skip]
Browse files Browse the repository at this point in the history
We have a gemspec for that.
  • Loading branch information
parkr committed May 21, 2014
1 parent eaf02f5 commit 6b971f7
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -32,29 +32,6 @@ Jekyll does what you tell it to do — no more, no less. It doesn't try to outs
* Use the built-in [Liquid Extensions](http://jekyllrb.com/docs/templates/) to make your life easier
* Use custom [Plugins](http://jekyllrb.com/docs/plugins/) to generate content specific to your site

## 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: Default Markdown engine (Ruby)
* Liquid: Templating system (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)
* Maruku: Markdown-superset interpreter (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

See [LICENSE](https://github.com/jekyll/jekyll/blob/master/LICENSE).

0 comments on commit 6b971f7

Please sign in to comment.