Obviously, all code contributions are greatly appreciated. We also need help with testing and the wiki.
While I can't promise the most speedy response, I do plan to continue to maintain this gem. Please feel free to report any issues, provide feedback, or make suggestions on the {Issue Tracker}[http://github.com/getjobber/prawnto/issues]
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
prawnto uses appraisal to run tests for different versions of prawn. In order to run the specs you first need to install the dependencies for each appraisal:
rake appraisal:install
Then you can run the tests for a specifc version of rails:
rake appraisal:rails3 rake appraisal:rails4