website/index.html in newgem-0.10.4 vs website/index.html in newgem-0.11.0
- old
+ new
@@ -29,15 +29,15 @@
</head>
<body>
<div id="main">
<h1>New Gem Generator</h1>
- <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/newgem"; return false'>
+ <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">0.10.4</a>
+ <a href="http://rubyforge.org/projects/newgem" class="numbers">0.11.0</a>
<p>Featured in</p>
- <a target="_blank" href="http://www.amazon.com/Beginning-Ruby-Novice-Professional-Experts/dp/1590597664/ref=pd_bbs_sr_1/002-1314108-4008061?ie=UTF8&s=books&qid=1180763252&sr=8-1" class="book"><img src="images/beginning-ruby.jpg" /></a>
+ <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>
<h2>What</h2>
@@ -71,11 +71,10 @@
<pre>$ cd ~/ruby_projects
$ newgem wizzo
creating: wizzo
-creating: wizzo/CHANGELOG.txt
creating: wizzo/README.txt
creating: wizzo/lib
creating: wizzo/scripts
creating: wizzo/website
creating: wizzo/website/javascripts
@@ -88,23 +87,28 @@
creating: wizzo/test/test_helper.rb
creating: wizzo/test/test_wizzo.rb
creating: wizzo/examples
creating: wizzo/setup.rb
creating: wizzo/Rakefile
-creating: wizzo/Manifest.txt
creating: wizzo/History.txt
+creating: wizzo/License.txt
+creating: wizzo/Manifest.txt
creating: wizzo/scripts/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
NOW - update wizzo/Rakefile with gem description, etc
</pre>
- <p>As of 0.10.0 – you can generate test::unit or rspec test stubs via the -t,—test-with options</p>
+ <p>As of 0.10.0 – you can generate test::unit or rspec test stubs via the <code>-t</code> or <code>--test-with</code> options. For example, <code>-t rspec</code> generates a <code>spec</code> folder with some test stubs.</p>
+ <p>As of 0.11.0 – you can generate <code>wizzo/trunk|branches|tags</code> subfolders using the <code>-s</code> or <code>--svn</code> options. If used, the generated files will be populated within <code><gemname>/trunk</code></p>
+
+
<h3>Setup</h3>
<p>Now modify the constants at the top of <strong>Rakefile</strong>, with your name, email and the location where you’ll host your website for the gem. The defaults are tied to RubyForge for uploading the gems and the website (see below).</p>
@@ -307,10 +311,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>, 1st June 2007<br>
+ <a href="mailto:drnicwilliams@gmail.com">Dr Nic</a>, 6th June 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">