Sha256: 6a456606bc21046ae2293697f8489d5cf7722b8973836a195fb8c0d38f445006

Contents?: true

Size: 1.79 KB

Versions: 25

Compression:

Stored size: 1.79 KB

Contents

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  <head>
    <meta charset="utf-8"/>
    <title>UUIDTools</title>
    <style type="text/css">
      * {
        font-size: 100%;
        margin: 0;
        padding: 0;
      }
      
      body {
        font-family: "Lucida Grande", Verdana, sans-serif;
        margin: 1em;
      }
      
      a {
        color: #880000;
      }

      a:visited {
        color: #333333;
      }
      
      h1 {
        font-size: 2em;
        margin: 0 0 0.8em 0;
        text-align: center;
      }
      
      h2 {
        font-size: 1em;
        margin: 0.8em 0;
      }
      
      p {
        margin: 0.8em 0;
      }

      ul {
        font-size: 0.9em;
        margin: 0 0 0 1.5em;
      }
      
      div {
        width: 50%;
        margin: 0 auto;
        padding: 0.8em;
        background-color: #AA5852;
        border: 2px solid #C2645D;
      }

      @media print {
        body {
          font-size: 0.9em;
        }
        
        a {
          text-decoration: none;
          color: #000;
        }
      }
    </style>
  </head>
  <body>
    <h1>UUIDTools</h1>
    <div>
      <p>
        A simple universally unique ID generation library.
      </p>
      <ul>
        <li>
          <a href="http://rubyforge.org/projects/uuidtools/">
            Project Page
          </a>
        </li>
        <li>
          <a href="http://github.com/sporkmonger/uuidtools/tree/">
            GitHub Page
          </a>
        </li>
        <li><a href="/api/">API</a></li>
        <li><a href="/specdoc/">Specifications</a></li>
        <li><a href="/coverage/">Code Coverage</a></li>
      </ul>
      <p>
        You know what to do:
      </p>
      <p>
        <code>sudo gem install uuidtools</code>
      </p>
    </div>
  </body>
</html>

Version data entries

25 entries across 25 versions & 7 rubygems

Version Path
uuidtools-2.2.0 website/index.html
vagrant-unbundled-1.8.1.1 vendor/bundle/ruby/2.3.0/gems/uuidtools-2.1.5/website/index.html
vagrant-cloudstack-1.2.0 vendor/bundle/gems/uuidtools-2.1.5/website/index.html
vagrant-cloudstack-1.1.0 vendor/bundle/gems/uuidtools-2.1.5/website/index.html
shoppe-paypal-1.1.0 vendor/bundle/ruby/2.1.0/gems/uuidtools-2.1.5/website/index.html
uuidtools-2.1.5 website/index.html
vagrant-tiktalik-0.0.3 vendor/bundle/ruby/2.0.0/gems/uuidtools-2.1.4/website/index.html
uuidtools-2.1.4 website/index.html
uuidtools-2.1.3 website/index.html
radiant-1.0.0 ruby-debug/ruby/1.8/gems/uuidtools-2.1.2/website/index.html
sidekick-client-0.2.5 lib/ext/uuidtools-2.1.1/website/index.html
uuidtools-2.1.2 website/index.html
sidekick-client-0.2.4 lib/ext/uuidtools-2.1.1/website/index.html
sidekick-client-0.2.3 lib/ext/uuidtools-2.1.1/website/index.html
sidekick-client-0.2.2 lib/ext/uuidtools-2.1.1/website/index.html
sidekick-client-0.2.1 lib/ext/uuidtools-2.1.1/website/index.html
sidekick-client-0.2.0 lib/ext/uuidtools-2.1.1/website/index.html
sidekick-client-0.1.0 lib/ext/uuidtools-2.1.1/website/index.html
uuidtools-2.1.1 website/index.html
uuidtools-2.1.0 website/index.html