From 59c3e80ceb6cff688b8bf3ed7dfc00ff041fca48 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 27 May 2009 00:01:31 -0700 Subject: doc: cleanup summary/description --- Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index e65271c..e7b4c36 100644 --- a/Rakefile +++ b/Rakefile @@ -3,7 +3,7 @@ require 'rubygems' require 'echoe' Echoe.new("unicorn") do |p| - p.summary = "A small fast HTTP library and server for Rack applications." + p.summary = "Rack HTTP server for Unix, fast clients and nothing else" p.author = "Eric Wong" p.email = "normalperson@yhbt.net" p.clean_pattern = ['ext/unicorn/http11/*.{bundle,so,o,obj,pdb,lib,def,exp}', @@ -12,7 +12,7 @@ Echoe.new("unicorn") do |p| 'pkg', 'lib/*.bundle', '*.gem', 'site/output', '.config', 'coverage', 'test_*.log', 'log', 'doc'] - p.url = "http://unicorn.bogomips.org" + p.url = "http://unicorn.bogomips.org/" p.ignore_pattern = /^(pkg|site|projects|doc|log)|CVS|\.log/ p.need_tar_gz = false p.need_tgz = true -- cgit v1.2.3-24-ge0c7