After checking out the repo, run the following to install both Bundler and Appraisal dependencies:
bin/setupTo run the test suite for all Appraisal variants, run:
bundle exec appraisal rake testor
bin/testDocumentation is written using YARD.
You can start a YARD server to view the generated documentation (with automatic reloading) by running:
bin/yardThe documentation site will now be available at http://localhost:8808
You can also run the following for an interactive prompt that will allow you to experiment:
bin/consoleTo install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and the created tag, and push the .gem file to rubygems.org.