topfunky / bong

A benchmarking helper for httperf.

This URL has Read+Write access

Geoffrey Grosenbach (author)
Mon Jan 28 14:59:13 -0800 2008
bong / Rakefile
e8a8103e » Geoffrey Grosenbach 2008-01-28 First commit 1 require 'rubygems'
2
3 require 'hoe'
4 require './lib/bong.rb'
5
6 Hoe.new('bong', Bong::VERSION) do |p|
7 p.rubyforge_name = 'bong'
8 p.author = 'Geoffrey Grosenbach'
9 p.email = 'boss@topfunky.com'
10 p.summary = 'Website benchmarking helper.'
11 p.description = p.paragraphs_of('README.txt', 1..2).join("\n\n")
12 p.url = "http://rubyforge.org/projects/bong"
13 p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")
14
15 p.remote_rdoc_dir = '' # Release to root
16 end