otp_kickoff
otp_kickoff copied to clipboard
gem doesn't install thor dependency
$ sudo gem install otp_kickoff -s http://gemcutter.org Password: Successfully installed otp_kickoff-0.0.5 1 gem installed Installing ri documentation for otp_kickoff-0.0.5... Installing RDoc documentation for otp_kickoff-0.0.5...
$ otp_kickoff configure --name="Carlo Cabanilla" [email protected]
/Library/Ruby/Gems/1.8/gems/otp_kickoff-0.0.5/lib/otp_kickoff.rb:15: uninitialized constant Thor::Actions (NameError)
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in gem_original_require' from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
require'
from /Library/Ruby/Gems/1.8/gems/otp_kickoff-0.0.5/bin/otp_kickoff:3
from /usr/bin/otp_kickoff:19:in `load'
from /usr/bin/otp_kickoff:19
Hi Carlo!
I did a test right now and don't had any problem. Look:
$ sudo gem install otp_kickoff -s http://gemcutter.org Successfully installed thor-0.12.0 Successfully installed otp_kickoff-0.0.5 2 gems installed Installing ri documentation for thor-0.12.0... Installing ri documentation for otp_kickoff-0.0.5... Installing RDoc documentation for thor-0.12.0... Installing RDoc documentation for otp_kickoff-0.0.5...
Do you have some idea?