Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gem doesn't install thor dependency #3

Open
clofresh opened this issue Dec 6, 2009 · 2 comments
Open

gem doesn't install thor dependency #3

clofresh opened this issue Dec 6, 2009 · 2 comments

Comments

@clofresh
Copy link

clofresh commented Dec 6, 2009

$ 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=carlo.cabanilla@gmail.com
/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:inrequire'
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

@leandrosilva
Copy link
Owner

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...

@leandrosilva
Copy link
Owner

Do you have some idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants