jiraquest
Install
Installation can be done via rubygems:
gem install jiraquestBegin jiraquesting
jiraquestDevelopment
Clone the repository (or fork the repo):
git clone https://github.com/tcob/jiraquest.gitDependencies are managed using bundler
gem install bundler
bundle installTests can be run using rake:
rake testBumping the version
Edit the version number in lib/jiraquest/version.rb then run:
bundle installThe Gemfile.lock file should be checked in.