annotate lib/tasks/metrics.rake @ 166:496f1cf46503 cannam-pre-20110113-merge

* Move SoundSoftware-specific scripts from extra/svn to extra/soundsoftware
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Tue, 01 Feb 2011 16:41:30 +0000
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