about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-05-27 00:01:31 -0700
committerEric Wong <normalperson@yhbt.net>2009-05-27 00:07:56 -0700
commit59c3e80ceb6cff688b8bf3ed7dfc00ff041fca48 (patch)
treee29d8f52e6d25e05b785708c0d7bea655265f9b7 /Rakefile
parent9b02315c543b3ac0cc31cf16e8dbed10b34812e1 (diff)
downloadunicorn-59c3e80ceb6cff688b8bf3ed7dfc00ff041fca48.tar.gz
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
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