annotate lib/tasks/metrics.rake @ 488:0b44fc2cdd00 feature_188

Include link to our site and contact link in page footer
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Mon, 11 Jul 2011 16:50:18 +0100
parents 513646585e45
children
rev   line source
Chris@0 1 begin
Chris@0 2 require 'metric_fu'
Chris@0 3 rescue LoadError
Chris@0 4 # Metric-fu not installed
Chris@0 5 # http://metric-fu.rubyforge.org/
Chris@0 6 end