website/rubyforge.html in newgem-1.1.0 vs website/rubyforge.html in newgem-1.2.0

- 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.1.0</a> + <a href="http://rubyforge.org/projects/newgem" class="numbers">1.2.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> <div id="twitter_search"> @@ -70,10 +70,10 @@ <p>Your new gem will use the rubyforge app to upload your gem. So first we need to set it up.</p> <pre>$ sudo gem install rubyforge $ rubyforge setup $ mate ~/.rubyforge/user-config.yml </pre> -<p>This creates a configuration folder <code>.rubyforge</code> in your home folder (on Windows it is XXXXXX). The last line is to edit the config file.</p> +<p>This creates a configuration folder <code>.rubyforge</code> in your home folder (on Windows it is <span class="caps">XXXXXX</span>). The last line is to edit the config file.</p> <p>The only two lines to set are your RubyForge <strong>username</strong> and <strong>password</strong>. Ignore the rest.</p> <pre>$ rubyforge config</pre> <p>This generates a file <code>~/.rubyforge/auto-config.yml</code> which will be mostly empty now, but one day will be full of projects and all the releases of different versions of gems. One day soon I hope.</p> <p>Just like the website, all other operations require you to login first.</p> <pre>$ rubyforge login</pre>