views/layout.erb in geminabox-0.5.2 vs views/layout.erb in geminabox-0.6.0

- old
+ new

@@ -7,10 +7,14 @@ </head> <body> <div id="content"> <h1>Gem in a Box</h1> <p> + <small>If you did not need any credentials to get to this page</small> <pre><code>gem sources -a <%= url "/" %></code></pre> + <small>If you needed some credentials to get to this page</small> + <pre><code>gem sources -a <%= url.to_s.gsub('://','://username:password@') %></code></pre> + <small>and then ...</small> <pre><code>gem install geminabox<br />gem inabox [gemfile]</code></pre> </p> <%= yield %> </div> <script type="text/javascript" src="<%= url "/jquery.js" %>"></script>