Skip to content
Mohit edited this page Jun 4, 2016 · 4 revisions

Mantis Ruby

A gem to pull and push bugs into mantis.

**Please use version 0.1.2 **

How to install

Ruby

gem install mantis_ruby

In Gemfile of Rails

gem 'mantis_ruby', '~> 0.1.2

Test in irb

% irb
>> require 'mantis_ruby'
=> true
>> MantisRuby.hi
Hello developer! Welcome to Mantis Ruby Gem.
You can use visit https://github.com/DimoMohit/mantis_ruby any time to get the help.
Clone this wiki locally