I downloaded the jira4r-jh gem and tried to test it from irb, but as soon as I type require 'jira4r-jh' I get a load error complaining about a missing gem.

I am using ruby 1.8.7

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

figured it out!

the right way to do it:

gem 'jira4r-jh'
require 'jira4r/jira_tool'

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.