Project

jiraquest

0.0
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Immersive jiraquest Text-based adventure game.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

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.