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@') %>
<% if @allow_upload %>
and then ...
gem install geminabox
gem inabox [gemfile]
<% end %>
<% if @gems.any? %>
<% if @allow_upload %>">Upload Another Gem<% end %>
gem install <%= h(version.name) %> <%= "--prerelease" if version.number.to_s.match(/[a-z]/i) %> -v "<%= h(version.number) %>"
<% unless version.platform =~ /^ruby/i %>
<%= h(version.platform) %>
<% end %>
<% newest_gem = versions.newest %>
<% if spec = spec_for(name, newest_gem.number, newest_gem.platform) %>
<%= h(spec.description) %>
<% end %>