Changeset [dc068014afe262345f99bf483ba2230ccf3ea174] by Travis Tilley
October 14th, 2009 @ 11:07 PM
cleanup, move to jeweler, nuke gemspec
http://github.com/rubyist/aasm/commit/dc068014afe262345f99bf483ba22...
Committed by Travis Tilley
- A .document
- A LICENSE
- A VERSION
- R CHANGELOG
- R MIT-LICENSE
- R TODO
- R aasm.gemspec
- R doc/jamis.rb
- M .gitignore
- M Rakefile
- M lib/aasm/aasm.rb
- M spec/spec_helper.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Library for adding state machines to Ruby classes. Includes persistence layers for things like ActiveRecord. Formerly known as acts_as_state_machine.