Skip to content

Commit

Permalink
Updated files for 0.8.9 release - thanks to all who contributed
Browse files Browse the repository at this point in the history
  • Loading branch information
jscruggs committed Jan 21, 2009
1 parent bad55cc commit fdf64bb
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
=== MetricFu 0.8.9 / 2009-1-20

* Thanks to Andre Arko and Petrik de Heus for adding the following features:
* The source control type is auto-detected for Churn
* Moved all presentation to templates
* Wrote specs for all classes
* Added flay, Reek and Roodi metrics
* There's now a configuration class (see README for details)
* Unification of metrics reports
* Metrics can be generated using one command
* Adding new metrics reports has been standardized

=== MetricFu 0.8.0 / 2008-10-06

* Source Control Churn now supports git (thanks to Erik St Martin)
Expand Down
2 changes: 1 addition & 1 deletion MIT-LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2008 Jake Scruggs
Copyright (c) 2008,2009 Jake Scruggs

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 0.8.0
Version 0.8.9
http://github.com/jscruggs/metric_fu

Metric_fu began its life as a plugin for Rails that generated code metrics reports. As of version 0.7.0, metric_fu is a gem owing to the excellent work done by Sean Soper.
Expand All @@ -12,7 +12,7 @@ Then in your Rakefile:
require 'metric_fu'

If you like to vendor gems, you can unpack metric_fu into vendor/gems and require it like so:
require 'vendor/gems/jscruggs-metric_fu-0.8.0/lib/metric_fu'
require 'vendor/gems/jscruggs-metric_fu-0.8.9/lib/metric_fu'

then you don't have to install it on every box you run it on.

Expand Down Expand Up @@ -144,4 +144,4 @@ You can also change the minimum churn count like so:

****Thanks****

I'd like to thank the authors of Saikuro, Flog, Rcov, CruiseControl.rb, and Rails for creating such excellent open source products. Also Sean Soper, Michael Schubert, Kurtis Seebaldt, Toby Tripp, Paul Gross, and Chirdeep Shetty for their help and advice.
I'd like to thank the authors of Saikuro, Flog, Rcov, CruiseControl.rb, Flay, Reek, Roodi and Rails for creating such excellent open source products. Also Andre Arko, Petrik de Heus, Sean Soper, Erik St Martin, Andy Gregorowicz, Bastien, Michael Schubert, Kurtis Seebaldt, Toby Tripp, Paul Gross, and Chirdeep Shetty for their help and advice.
4 changes: 2 additions & 2 deletions metric_fu.gemspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Gem::Specification.new do |s|
s.name = "metric_fu"
s.version = "0.8.4.16"
s.version = "0.8.9"
s.summary = "A fistful of code metrics"
s.email = "jake.scruggs@gmail.com"
s.homepage = "http://metric-fu.rubyforge.org/"
s.description = "Code metrics from Flog, Flay, RCov, Saikuro, Churn, and Rails' stats task"
s.description = "Code metrics from Flog, Flay, RCov, Saikuro, Churn, Reek, Roodi and Rails' stats task"
s.authors = ["Jake Scruggs", "Sean Soper", "Andre Arko", "Petrik de Heus"]

s.files = [
Expand Down

0 comments on commit fdf64bb

Please sign in to comment.