I (paulelliott) am actively maintaining this project. If you would like to contribute, please fork the project, TDD your changes with rspec on a feature branch, and submit a pull request.
To run rake successfully:
- Clone the project
- Install and run necessary databases (mongodb, sqlite3)
- Install bundler (gem install bundler)
- Run
appraisal
from the project root - Run
rake
and the test suite should be all green!