From 3e3973981d1e2d4446cdb56bed8d619e6515c1a6 Mon Sep 17 00:00:00 2001 From: "maul.esel" Date: Mon, 2 Sep 2013 21:14:47 +0200 Subject: [PATCH] add gem version and dependency status badges to README --- README.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.markdown b/README.markdown index 1a939fb0..846c5374 100644 --- a/README.markdown +++ b/README.markdown @@ -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!