add gem version and dependency status badges to README

This commit is contained in:
maul.esel 2013-09-02 21:14:47 +02:00
parent 2cc5dc3704
commit 3e3973981d
1 changed files with 3 additions and 0 deletions

View File

@ -1,7 +1,10 @@
# Jekyll
[![Gem Version](https://badge.fury.io/rb/jekyll.png)](http://badge.fury.io/rb/jekyll)
[![Build Status](https://secure.travis-ci.org/mojombo/jekyll.png)](https://travis-ci.org/mojombo/jekyll)
[![Code Climate](https://codeclimate.com/github/mojombo/jekyll.png)](https://codeclimate.com/github/mojombo/jekyll)
[![Dependency Status](https://gemnasium.com/mojombo/jekyll.png)](https://gemnasium.com/mojombo/jekyll)
By Tom Preston-Werner, Nick Quaranto, and many awesome contributors!