If you did not need any credentials to get to this page
gem sources -a <%= url "/" %>
If you needed some credentials to get to this page
gem sources -a <%= url.to_s.gsub('://','://username:password@') %>
and then ...
gem install geminabox
gem inabox [gemfile]
<% if @gems.any? %>
">Upload Another Gem
gem install <%= version.name %> <%= "--prerelease" if version.number.to_s.match(/[a-z]/i) %> -v "<%= version.number %>"
<% unless version.platform =~ /^ruby/i %>
<%= version.platform %>
<% end %>
<% if spec = spec_for(name, versions.newest.number) %>
<%= spec.description %>
<% end %>