Sha256: a392fd97be7a4202809b7b77fc21ddf57c48f63261df773e2d63dd3ce3b35fbb

Contents?: true

Size: 971 Bytes

Versions: 3

Compression:

Stored size: 971 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <title>Gem in a Box</title>
    <link rel="stylesheet" href="<%= url "/master.css" %>" type="text/css" media="screen">
    <link href="<%= url "/atom.xml" %>" type="application/atom+xml" rel="alternate" title="Atom Feed">
  </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>
    <script type="text/javascript" src="<%= url "/master.js" %>"></script>
  </body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
geminabox-0.6.1 views/layout.erb
geminabox-0.6.1pre1 views/layout.erb
geminabox-0.6.0 views/layout.erb