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

Basic Auth is broken in the gemcutter gem #8

Closed
zendorse opened this issue Oct 24, 2009 · 1 comment
Closed

Basic Auth is broken in the gemcutter gem #8

zendorse opened this issue Oct 24, 2009 · 1 comment

Comments

@zendorse
Copy link

When installing via 'gem install cijoe', I'm unable to use basic auth - cijoe errors out with

 undefined method `use' for #<CIJoe::Server:0x7f0ea3bc3910>

Sinatra::Base#use is a class method and not an instance method in 0.9.4, so that can't be right. Looking at the source installed with the gem, it appears that the latest code on github (which calls 'use' in the right context for my version of Sinatra) hasn't been pushed out to gemcutter, or something about Sinatra has changed in the meantime.

@defunkt
Copy link
Owner

defunkt commented Oct 25, 2009

Pushed out the new gem, thanks!

This issue was closed.
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