From 715e85abffb6a09df5eba0159c3058b5eb03b8a5 Mon Sep 17 00:00:00 2001 From: Andy Brody Date: Thu, 12 Nov 2015 03:01:48 -0800 Subject: [PATCH] Add several badge images to the README. --- README.rdoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 35150c3..5f5fd9a 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,6 +1,10 @@ = REST Client -- simple DSL for accessing HTTP and REST resources -Build status: {Build Status}[https://travis-ci.org/rest-client/rest-client] +{Gem Version}[https://rubygems.org/gems/rest-client] +{Build Status}[https://travis-ci.org/rest-client/rest-client] +{Code Climate}[https://codeclimate.com/github/rest-client/rest-client] +{Inline docs}[http://www.rubydoc.info/github/rest-client/rest-client/master] + A simple HTTP and REST client for Ruby, inspired by the Sinatra's microframework style of specifying actions: get, put, post, delete.