efalcao / clientperf
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (9)
- Wiki (1)
- Graphs
-
Tree:
c538352
clientperf / Rakefile
| 93ca80f7 » | efalcao | 2008-06-15 | 1 | require 'rubygems' | |
| 2 | require 'echoe' | ||||
| 3 | |||||
| 4 | require File.dirname(__FILE__) << "/lib/clientperf" | ||||
| 5 | |||||
| 6 | Echoe.new 'clientperf' do |p| | ||||
| 7 | p.version = Clientperf.version | ||||
| 8 | p.author = "Eric Falcao" | ||||
| 9 | p.email = 'efalcao@gmail.com' | ||||
| 10 | p.project = 'clientperf' | ||||
| 11 | p.summary = "Instrumentation for the FiveRuns TuneUp product." | ||||
| 12 | p.url = "http://github.com/efalcao/clientperf" | ||||
| 13 | p.include_rakefile = true | ||||
| 14 | end | ||||
