README.rdoc in transitions-0.0.4 vs README.rdoc in transitions-0.0.5
- old
+ new
@@ -1,17 +1,15 @@
-= state_machine
+= transitions
The gem is based on Rick Olson's code of ActiveModel::StateMachine,
axed from ActiveModel in {this
commit}[http://github.com/rails/rails/commit/db49c706b62e7ea2ab93f05399dbfddf5087ee0c].
== Installation
-Currently there's no gem released on gemcutter (we need a different
-name). However it's fully usable in bundler, you can just paste the
-following line into the Gemfile:
+Just paste the following line into the Gemfile:
- gem "state_machine", :git => "git://github.com/qoobaa/state_machine.git"
+ gem "transitions"
== Note on Patches/Pull Requests
* Fork the project.
* Make your feature addition or bug fix.