README.md in mutator-0.0.2 vs README.md in mutator-0.1.0
- old
+ new
@@ -1,5 +1,10 @@
+[![Gem Version](https://badge.fury.io/rb/mutator.png)](http://badge.fury.io/rb/mutator)
+[![Build Status](https://travis-ci.org/ericroberts/mutator.png?branch=master)](https://travis-ci.org/ericroberts/mutator)
+[![Code Climate](https://codeclimate.com/github/ericroberts/mutator.png)](https://codeclimate.com/github/ericroberts/mutator)
+[![Coverage Status](https://coveralls.io/repos/ericroberts/mutator/badge.png?branch=master)](https://coveralls.io/r/ericroberts/mutator?branch=master)
+
# Mutator
Yes, this is another state machine gem. Why? Well, among the major state machine gems I found, they didn't quite do what I was looking for. So I wrote my own. Plus, reinventing the wheel is fun!
## Installation
@@ -44,10 +49,10 @@
end
```
### So how do I use it?
-Transition looks like this:
+Transitions look like this:
``` ruby
wonder = Wonder.new
wonder.machine.transition to: :sealed #=> true