require 'rubygems' require 'echoe' require File.dirname(__FILE__) << "/lib/clientperf" Echoe.new 'clientperf' do |p| p.version = Clientperf.version p.author = "Eric Falcao" p.email = 'efalcao@gmail.com' p.project = 'clientperf' p.summary = "Instrumentation for the FiveRuns TuneUp product." p.url = "http://github.com/efalcao/clientperf" p.include_rakefile = true end