Gem Version Build Status Maintainability Test Coverage

jiraquest

Install

Installation can be done via rubygems:

gem install jiraquest

Begin jiraquesting

jiraquest

Development

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

Bumping the version

Edit the version number in lib/jiraquest/version.rb then run:

bundle install

The Gemfile.lock file should be checked in.