README.md in state_machines-activemodel-0.0.1 vs README.md in state_machines-activemodel-0.0.2
- old
+ new
@@ -1,5 +1,8 @@
+[![Build Status](https://travis-ci.org/seuros/state_machines-activemodel.svg?branch=master)](https://travis-ci.org/seuros/state_machines-activemodel)
+[![Code Climate](https://codeclimate.com/github/seuros/state_machines-activemodel.png)](https://codeclimate.com/github/seuros/state_machines-activemodel)
+
# StateMachines ActiveModel Integration
The ActiveModel integration is useful for both standalone usage and for providing
the base implementation for ORMs which implement the ActiveModel API. This
integration adds support for validation errors, dirty attribute tracking, and
@@ -7,18 +10,18 @@
## Installation
Add this line to your application's Gemfile:
- gem 'state_machine2_activemodel'
+ gem 'state_machines-activemodel'
And then execute:
$ bundle
Or install it yourself as:
- $ gem install state_machine2_activemodel
+ $ gem install state_machines-activemodel
## Usage
```ruby