Skip to content

Commit

Permalink
Updating the home page in anticipation of 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Scruggs authored and Jake Scruggs committed Jun 18, 2009
1 parent 4e84645 commit 4e0fbbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions home_page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Links</h2>
<!-- end #sidebar -->
</div>
<div id="left">
<h1>About metric_fu 1.0.2</h1>
<h1>About metric_fu 1.1.0</h1>
<div>
<p><br/>
Metric_fu is a set of rake tasks that make it easy to generate metrics reports. It uses
Expand Down Expand Up @@ -82,13 +82,13 @@ <h2>Installation:</h2>
If you like to vendor gems, you can unpack metric_fu into vendor/gems and require it like so:
</p>
<br/>
<pre>require(File.join(RAILS_ROOT, 'vendor', 'gems', 'jscruggs-metric_fu-1.0.2', 'lib', 'metric_fu'))</pre>
<pre>require(File.join(RAILS_ROOT, 'vendor', 'gems', 'jscruggs-metric_fu-1.1.0', 'lib', 'metric_fu'))</pre>
<br/>
<p>Then you don't have to install it on every box you run it on.</p>
<br/>
<p>Later versions of Rails like to manage your gems for you, so you can put this in your test.rb file:</p>
<br/>
<pre>config.gem 'jscruggs-metric_fu', :version => '1.0.2', :lib => 'metric_fu', :source => 'http://gems.github.com'</pre>
<pre>config.gem 'jscruggs-metric_fu', :version => '1.1.0', :lib => 'metric_fu', :source => 'http://gems.github.com'</pre>
<br/>
<p>And then issue this command:</p>
<br/>
Expand Down

0 comments on commit 4e0fbbd

Please sign in to comment.