-
-
Notifications
You must be signed in to change notification settings - Fork 968
Closed
Labels
Description
According to this, you guys are planning on using subdomains for namespaced gems. One thing I've wanted to do is store private gems in a central location. I don't really know how the rubygems protocol works, but I imagine private gems could be installed like this:
gem install secret-sauce --source=https://technoweenie:monkey@entp.gemcutter.org
Just a thought...