Adds new Code Climate badge to README

Rather than just acting as a link the new badges
show the GPA score of the codebase.
This commit is contained in:
Paul Thornthwaite 2013-02-02 21:31:31 +00:00
parent ba105fa7cb
commit 016dc65502
1 changed files with 1 additions and 1 deletions

View File

@ -7,9 +7,9 @@ fog is the Ruby cloud services library, top to bottom:
* Mocks make testing and integrating a breeze.
[![Build Status](https://secure.travis-ci.org/fog/fog.png?branch=master)](http://travis-ci.org/fog/fog)
[![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/fog/fog)
[![Gem Version](https://fury-badge.herokuapp.com/rb/fog.png)](http://badge.fury.io/rb/fog)
[![Dependency Status](https://gemnasium.com/fog/fog.png)](https://gemnasium.com/fog/fog)
[![Code Climate](https://codeclimate.com/github/fog/fog.png)](https://codeclimate.com/github/fog/fog)
## Getting Started