Sha256: ad7838ba6de77c9534e51b065a81af37399f6d6c4903699e03a25904c0fcbda8

Contents?: true

Size: 1.25 KB

Versions: 30

Compression:

Stored size: 1.25 KB

Contents

<html>
  <head>
    <link rel="stylesheet" href="stylesheet.css" type="text/css" />
    <title><%= gemspec.name.sub(/./){|ch| ch.upcase} %> <%=gemspec.version %></title>
  </head>
  <body>
    <div class="wrapper">
      <header>
        <div class="headers">
          <h1><%= gemspec.name.sub(/./){|ch| ch.upcase} %></h1>
          <h2><%= gemspec.summary %></h2>
          <h2>(current version: <%= gemspec.version %>)</h2>
        </div>
      </header>
      <section>
        <p><%= gemspec.description.gsub(/\n\s*\n/, "</p><p>") %></p>
      </section>
      <section class="documentation-list">
        <p>Documentation is in a few sections:</p>
        <ul>
          <% documenters.each_pair do |path, doccer| %>
            <li><a href="<%= doccer.entry_link %>"><%= doccer.title%></a></li>
          <% end %>
          <% external_docs.each_pair do |name, link| %>
            <li><a href="<%= link %>"><%= name %></a></li>
          <% end %>
        </ul>
      </section>
      <section class="credits">
        <h2>Authors</h2>
        <dl>
          <% gemspec.authors.zip(gemspec.email).each do |author, email| %>
            <dt><%= author %></dt>
            <dd><%= email %></dd>
          <% end %>
        </dl>
      </section>
    </div>
  </body>
</html>

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
corundum-0.3.9 lib/corundum/default_configuration/templates/doc_assembly/index.html.erb
corundum-0.3.8 lib/corundum/default_configuration/templates/doc_assembly/index.html.erb
corundum-0.3.7 lib/corundum/default_configuration/templates/doc_assembly/index.html.erb
corundum-0.3.6 lib/corundum/default_configuration/templates/doc_assembly/index.html.erb
corundum-0.3.5 lib/corundum/default_configuration/templates/doc_assembly/index.html.erb
corundum-0.3.4 lib/corundum/default_configuration/templates/doc_assembly/index.html.erb
corundum-0.3.3 lib/corundum/default_configuration/templates/doc_assembly/index.html.erb
corundum-0.3.2 lib/corundum/default_configuration/templates/doc_assembly/index.html.erb
corundum-0.3.1 lib/corundum/default_configuration/templates/doc_assembly/index.html.erb
corundum-0.3 lib/corundum/default_configuration/templates/doc_assembly/index.html.erb
corundum-0.2 lib/corundum/default_configuration/templates/doc_assembly/index.html.erb
corundum-0.1.4 lib/corundum/default_configuration/templates/doc_assembly/index.html.erb
corundum-0.1.3 lib/corundum/default_configuration/templates/doc_assembly/index.html.erb
corundum-0.1.2 lib/corundum/default_configuration/templates/doc_assembly/index.html.erb
corundum-0.1.0 lib/corundum/default_configuration/templates/doc_assembly/index.html.erb
corundum-0.0.31 lib/corundum/default_configuration/templates/doc_assembly/index.html.erb
corundum-0.0.30 lib/corundum/default_configuration/templates/doc_assembly/index.html.erb
corundum-0.0.29 lib/corundum/default_configuration/templates/doc_assembly/index.html.erb
corundum-0.0.28 lib/corundum/default_configuration/templates/doc_assembly/index.html.erb
corundum-0.0.27 lib/corundum/default_configuration/templates/doc_assembly/index.html.erb