website/index.html in newgem-1.0.0 vs website/index.html in newgem-1.0.1
- 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.0</a>
+ <a href="http://rubyforge.org/projects/newgem" class="numbers">1.0.1</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">
@@ -70,40 +70,34 @@
<h2>The basics</h2>
<p>Go to the folder where you want to create your new gem folder structure, and run the <code>newgem</code> command to generate your gem scaffolding.</p>
<pre>$ cd ~/ruby_projects
$ newgem wizzo
create
- create config
create doc
create lib
create script
create tasks
create lib/wizzo
create History.txt
create Rakefile
create README.rdoc
create PostInstall.txt
create lib/wizzo.rb
- create lib/wizzo/version.rb
- create config/hoe.rb
- create config/requirements.rb
- create tasks/deployment.rake
- create tasks/environment.rake
- create tasks/website.rake
dependency install_test_unit
create test
create test/test_helper.rb
create test/test_wizzo.rb
dependency install_website
create website/javascripts
create website/stylesheets
+ create config
exists script
exists tasks
create website/index.txt
create website/index.html
+ create config/website.yml.sample
create script/txt2html
- force tasks/website.rake
dependency plain_theme
exists website/javascripts
exists website/stylesheets
create website/template.html.erb
create website/stylesheets/screen.css
@@ -116,11 +110,11 @@
create Manifest.txt
readme readme
Important
=========
-* Open config/hoe.rb
+* Open Rakefile
* Update missing details (gem description, dependent gems, etc.)</pre>
<p>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>
<h3>Setup</h3>
<p>Now modify the constants at the top of <strong>config/hoe.rb</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>
<h3>Create code and tests</h3>
@@ -228,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>, 26th October 2008<br>
+ <a href="mailto:drnicwilliams@gmail.com">Dr Nic</a>, 28th October 2008<br>
Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
</p>
</div>
<script type="text/javascript">