Add code climate badge

This commit is contained in:
Stefan Wrobel 2012-10-18 23:23:23 -07:00
parent afa65d8603
commit 61ca384258
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# AASM - Ruby state machines [![Build Status](https://secure.travis-ci.org/aasm/aasm.png)](http://travis-ci.org/aasm/aasm)
# AASM - Ruby state machines [![Build Status](https://secure.travis-ci.org/aasm/aasm.png)](http://travis-ci.org/aasm/aasm) [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/aasm/aasm)
This package contains AASM, a library for adding finite state machines to Ruby classes.