website/index.html in newgem-1.0.3 vs website/index.html in newgem-1.0.4
- old
+ new
@@ -37,11 +37,11 @@
<h1>New Gem Generator</h1>
<div class="sidebar">
<div id="version"> <!-- class="clickable" onclick='document.location = "http://rubyforge.org/projects/newgem"; return true' -->
<p>Get Version</p>
- <a href="http://rubyforge.org/projects/newgem" class="numbers">1.0.3</a>
+ <a href="http://rubyforge.org/projects/newgem" class="numbers">1.0.4</a>
<p>Featured in</p>
<a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&location=http%3A%2F%2Fwww.amazon.com%2FBeginning-Ruby-Novice-Professional-Experts%2Fdp%2F1590597664%2F&tag=drnic-20&linkCode=ur2&camp=1789&creative=9325" class="book"><img src="images/beginning-ruby.jpg" /></a>
</div>
<div id="twitter_search">
@@ -126,11 +126,11 @@
<p>The final step before releasing your gem to the world is the all-important website. Edit the file <code>website/index.txt</code> using Textile/Redcloth syntax. Syntax highlighting is also supported (see below). If you need more website pages, create more <strong>txt</strong> files in the website folder.</p>
<p>Run the rake task <code>rake website_generate</code> to convert all your website txt files into html files.</p>
<p><span class="caps">NOTE</span>: Currently, the initial <code>index.txt</code> file includes my details not yours. Currently you need to change this manually.</p>
<p>If you don’t want a website, remove the <code>website</code> related files from the Manifest.txt.</p>
<h3>Change the gems version number</h3>
-<p>The version number is set in the file <code>lib/#gem name#/version.rb</code>. Update it as appropriate with major, minor and bug fix numbers. This value will be used when generating your website, for example.</p>
+<p>The version number is set in the file <code>lib/#gem name#.rb</code>. Update it as appropriate with major, minor and bug fix numbers. This value will be used when generating your website, for example.</p>
<h3>Check the manifest</h3>
<blockquote>Manifest: a customs document listing the contents put on a ship or plane.</blockquote>
<p><cite><a href="http://www.google.com/search?q=define%3Amanifest">Google – define:manifest</a></cite></p>
<p>Similarly here, a manifest is the log of the files to be packaged into a gem. If its not in the <code>Manifest.txt</code> file, the users won’t get it.</p>
<p>Before you package your gem, you can compared the list of files in your gem folder, with the Manifest.txt:</p>
@@ -222,10 +222,10 @@
<h2>License</h2>
<p>This code is free to use under the terms of the <span class="caps">MIT</span> license.</p>
<h2>Contact</h2>
<p>Comments are welcome. Send an email to <a href="mailto:drnicwilliams@gmail.com">Dr Nic Williams</a>.</p>
<p class="coda">
- <a href="mailto:drnicwilliams@gmail.com">Dr Nic</a>, 28th October 2008<br>
+ <a href="mailto:drnicwilliams@gmail.com">Dr Nic</a>, 31st October 2008<br>
Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
</p>
</div>
<script type="text/javascript">