Changeset [48bd045cc76228a899a9226d3c44f1b1bb520585] by Ferdinand Rosario
January 8th, 2016 @ 12:06 AM
attempt to check AASM compatible with latest rubies also updated
the rails version to latest patch
https://github.com/aasm/aasm/commit/48bd045cc76228a899a9226d3c44f1b...
Committed by Ferdinand Rosario
- M ".travis.yml"
- M gemfiles/rails_4.1.gemfile
- M gemfiles/rails_4.1_mongo_mapper.gemfile
- M gemfiles/rails_4.2.gemfile
- M gemfiles/rails_4.2_mongo_mapper.gemfile
- M gemfiles/rails_4.2_mongoid_5.gemfile
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.