README.md in simply_fsm-0.1.0 vs README.md in simply_fsm-0.1.1
- old
+ new
@@ -1,6 +1,8 @@
# SimplyFSM
+[![Gem Version](https://badge.fury.io/rb/simply_fsm.svg)](https://badge.fury.io/rb/simply_fsm)
+
`simply_fsm` is a bare-necessities finite state machine data-type for use with any Ruby class. I created `simply_fsm` because I wanted the minimal FSM data type that was easy to use and did everything I would expect from a core data type.
If you need storage/persistence/Rails/etc support, I recommend [AASM](https://github.com/aasm/aasm) whose API was an inspiration for this gem.
**Contents**