문제

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

도움이 되었습니까?

해결책

figured it out!

the right way to do it:

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top