How can I push gem to a private server without an authorization? Is there a way to disable it?
gem push mygem-0.0.0.gem --host http://localhost:51856
Enter your http://localhost:51979 credentials.
Don't have an account yet? Create one at http://localhost:51979/sign_up
The private server does not require authorization. The question is how to disable it for the gem push operation?