Skip to content

Commit

Permalink
Release of 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jscruggs committed Aug 13, 2009
1 parent 55b5476 commit c91f537
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
=== MetricFu 1.1.5 / 2009-8-13

* Previous Ruby 1.9 fix was not quite fix-y enough

=== MetricFu 1.1.4 / 2009-7-13

* Fixed another Ruby 1.9x bug
Expand Down
8 changes: 4 additions & 4 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.1.4</h1>
<h1>About metric_fu 1.1.5</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 @@ -86,13 +86,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.1.4', 'lib', 'metric_fu'))</pre>
<pre>require(File.join(RAILS_ROOT, 'vendor', 'gems', 'jscruggs-metric_fu-1.1.5', '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.1.4', :lib => 'metric_fu', :source => 'http://gems.github.com'</pre>
<pre>config.gem 'jscruggs-metric_fu', :version => '1.1.5', :lib => 'metric_fu', :source => 'http://gems.github.com'</pre>
<br/>
<p>And then issue this command:</p>
<br/>
Expand All @@ -103,7 +103,7 @@ <h2>Installation:</h2>
<p>That way Rails won't yell at you every time you run a Rake task:</p>
<br/>
<pre>
config.gem: Unpacked gem jscruggs-metric_fu-1.1.4 in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this.
config.gem: Unpacked gem jscruggs-metric_fu-1.1.5 in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this.
</pre>
<br/>
<p>
Expand Down
2 changes: 1 addition & 1 deletion metric_fu.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "metric_fu"
s.version = "1.1.4"
s.version = "1.1.5"
s.summary = "A fistful of code metrics, with awesome templates and graphs"
s.email = "[email protected]"
s.homepage = "http://metric-fu.rubyforge.org/"
Expand Down

0 comments on commit c91f537

Please sign in to comment.