website/index.html in newgem-0.11.0 vs website/index.html in newgem-0.13.0
- old
+ new
@@ -29,13 +29,13 @@
</head>
<body>
<div id="main">
<h1>New Gem Generator</h1>
- <div id="version"> <!-- class="clickable" onclick='document.location = "http://rubyforge.org/projects/newgem"; return true' -->
+ <div id="version"> <!-- class="clickable" onclick='document.location = ""; return true' -->
<p>Get Version</p>
- <a href="http://rubyforge.org/projects/newgem" class="numbers">0.11.0</a>
+ <a href="" class="numbers">0.13.0</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>
<h1>→ ‘newgem’</h1>
@@ -56,11 +56,11 @@
<p>The <code>newgem</code> application is distributed itself as a RubyGem and is available immediately after installation.</p>
- <p><pre class="syntax"><span class="ident">sudo</span> <span class="ident">gem</span> <span class="ident">install</span> <span class="ident">newgem</span></pre></p>
+ <p><pre class='syntax'><span class="ident">sudo</span> <span class="ident">gem</span> <span class="ident">install</span> <span class="ident">newgem</span></pre></p>
<p>Alternately, download the gem and install manually.</p>
@@ -73,11 +73,11 @@
<pre>$ cd ~/ruby_projects
$ newgem wizzo
creating: wizzo
creating: wizzo/README.txt
creating: wizzo/lib
-creating: wizzo/scripts
+creating: wizzo/script
creating: wizzo/website
creating: wizzo/website/javascripts
creating: wizzo/website/stylesheets
creating: wizzo/lib/wizzo
creating: wizzo/lib/wizzo.rb
@@ -90,11 +90,11 @@
creating: wizzo/setup.rb
creating: wizzo/Rakefile
creating: wizzo/History.txt
creating: wizzo/License.txt
creating: wizzo/Manifest.txt
-creating: wizzo/scripts/txt2html
+creating: wizzo/script/txt2html
creating: wizzo/website/index.txt
creating: wizzo/website/index.html
creating: wizzo/website/template.rhtml
copying: wizzo/website/javascripts/rounded_corners_lite.inc.js
copying: wizzo/website/stylesheets/screen.css
@@ -275,10 +275,12 @@
<h2>Related articles</h2>
<ul>
<li><a href="http://drnicwilliams.com/2006/10/11/generating-new-gems/">Original blog article and tutorial</a></li>
+ <li><a href="http://nubyonrails.com/articles/2007/06/15/tutorial-publishing-rubygems-with-hoe">Tutorial: Publishing RubyGems with Hoe</a> by <a href="http://geoffreygrosenbach.com/">Geoffrey Grosenbach</a> </li>
+ <li><a href="http://codeconversations.blogspot.com/2007/07/using-new-gem-generator-in-windows_09.html">Using New Gem Generator in Windows</a> by <a href="http://codeconversations.blogspot.com/">Jorge Cangas</a></li>
</ul>
<h2>Dr Nic’s Blog</h2>
@@ -311,10 +313,10 @@
<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>, 6th June 2007<br>
+ <a href="mailto:drnicwilliams@gmail.com">Dr Nic</a>, 18th August 2007<br>
Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
</p>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">