Skip to content

Commit

Permalink
added installation info in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Kuźma committed Feb 21, 2010
1 parent 692d7f9 commit f5b0031
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
= state_machine

Description goes here.
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:

gem "state_machine", :git => "git://github.com/qoobaa/state_machine.git"

== Note on Patches/Pull Requests

* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.3
0.0.4

0 comments on commit f5b0031

Please sign in to comment.