public
Description: client-side performance measurement gem and plugin for rails
Homepage: http://austinentrepreneur.wordpress.com
Clone URL: git://github.com/efalcao/clientperf.git
commit  c538352522e44a39803ef229823b20ec800de16e
tree    246ad01c1c697a4dd062bc367ac6595688099034
parent  154292e9644cb7a7ecab29fa9d6d973eebc2c2d0
clientperf / Rakefile
100644 14 lines (12 sloc) 0.384 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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