Skip to content

Commit

Permalink
add username and password to the url
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimassaguerpla authored and tomlea committed Feb 24, 2012
1 parent 03e0917 commit aea002b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/layout.erb
Expand Up @@ -9,7 +9,7 @@
<div id="content">
<h1>Gem in a Box</h1>
<p>
<pre><code>gem sources -a <%= url "/" %></code></pre>
<pre><code>gem sources -a <%= url.to_s.gsub('://','://username:password@') %></code></pre>
<pre><code>gem install geminabox<br />gem inabox [gemfile]</code></pre>
</p>
<%= yield %>
Expand Down

0 comments on commit aea002b

Please sign in to comment.