Installation can be done via rubygems:
gem install jiraquest
jiraquest
Clone the repository (or fork the repo):
git clone https://github.com/tcob/jiraquest.git
Dependencies are managed using bundler
gem install bundler
bundle install
Tests can be run using rake
:
rake test
Edit the version number in lib/jiraquest/version.rb
then run:
bundle install
The Gemfile.lock
file should be checked in.