From 8e99e481a4ba453c2cf62aae885d03d7ddfd3eee Mon Sep 17 00:00:00 2001 From: Patrick Mahoney Date: Tue, 31 Dec 2013 08:47:46 -0600 Subject: [PATCH] Add badges to README (rubygems, travis, gemnasium, codeclimate). --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 908034a..e025725 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ +[![Gem Version][gemv-img]][gemv] +[![Build Status][travis-img]][travis] +[![Dependency Status][gemnasium-img]][gemnasium] +[![Code Climate][codeclimate-img]][codeclimate] + +[gemv]: https://rubygems.org/gems/process_shared +[gemv-img]: https://badge.fury.io/rb/process_shared.png +[travis]: https://travis-ci.org/pmahoney/process_shared +[travis-img]: https://travis-ci.org/pmahoney/process_shared.png +[gemnasium]: https://gemnasium.com/pmahoney/process_shared +[gemnasium-img]: https://gemnasium.com/pmahoney/process_shared.png +[codeclimate]: https://codeclimate.com/github/pmahoney/process_shared +[codeclimate-img]: https://codeclimate.com/github/pmahoney/process_shared.png + process_shared ==============