From de9af3d5a2b378a9563066158eafe05d4c8c8a11 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 9 Oct 2009 15:24:05 -0700 Subject: README: emphasize the "fast clients"-only part While Unicorn is one of very many Unix-only, pre-forking, shared socket servers in existence, and Unicorn is _definitely_ not the only server that only works *well* with fast clients, either. But as far as we know, Unicorn is the first (and so far only) server that emphasizes only working well with fast clients. --- unicorn.gemspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'unicorn.gemspec') diff --git a/unicorn.gemspec b/unicorn.gemspec index 6049f99..c5b4422 100644 --- a/unicorn.gemspec +++ b/unicorn.gemspec @@ -35,11 +35,11 @@ Gem::Specification.new do |s| s.files = manifest s.homepage = %q{http://unicorn.bogomips.org/} - s.rdoc_options = [ "-Na", "-t", - "Unicorn: Rack HTTP server for Unix and fast clients" ] + summary = %q{Rack HTTP server for fast clients and Unix} + s.rdoc_options = [ "-Na", "-t", "Unicorn: #{summary}" ] s.require_paths = %w(lib ext) s.rubyforge_project = %q{mongrel} - s.summary = %q{Rack HTTP server for Unix and fast clients} + s.summary = summary s.test_files = test_files -- cgit v1.2.3-24-ge0c7