website/index.html in newgem-1.0.6 vs website/index.html in newgem-1.0.7
- 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.6</a>
+ <a href="http://rubyforge.org/projects/newgem" class="numbers">1.0.7</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">
@@ -136,12 +136,12 @@
<p>Before you package your gem, you can compared the list of files in your gem folder, with the Manifest.txt:</p>
<pre>rake check_manifest</pre>
<p>The results show a <em>diff</em> of the two.</p>
<h2>Package and test locally</h2>
<p>Before releasing a new version of a gem, it is a great idea to install the gem locally and do some sanity checks. You know, to limit the chance of you looking like a noob.</p>
-<pre>rake local_deploy</pre>
-<p>This generates the website html files into your website folder, and locally installs the gem, ready for testing and local use.</p>
+<pre>rake install_gem</pre>
+<p>This locally installs the gem, ready for testing and local use.</p>
<p>Now pretend to be a user, and do some tests – especially of new functionality – so you are comfortable all the files have been packaged up, and you haven’t missed anything in the <code>Manifest.txt</code>.</p>
<p>One set of tests you should do is to repeat any tutorials you include in your website. If your gem is dependent on other gems that are rapidly changing, its possible your tutorial might be invalid even if your unit tests are successful. Best you find any errors before the users start emailing you!</p>
<h2>Releasing your gem to the world</h2>
<p>Once you’re ready for release there are some final steps.</p>
<p><a name="setup_rubyforge"></a></p>
@@ -223,10 +223,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>, 5th November 2008<br>
+ <a href="mailto:drnicwilliams@gmail.com">Dr Nic</a>, 8th November 2008<br>
Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
</p>
</div>
<script type="text/javascript">