From 28d571b7cca709641d964e00e6004facb6bfcc7e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 4 Feb 2009 14:30:40 -0800 Subject: s/Mongrel/Unicorn/g Avoid conflicting with existing Mongrel libraries since we'll be incompatible and break things w/o disrupting Mongrel installations. --- Manifest | 34 ++++++++++++++-------------------- 1 file changed, 14 insertions(+), 20 deletions(-) (limited to 'Manifest') diff --git a/Manifest b/Manifest index b91a692..381fe72 100644 --- a/Manifest +++ b/Manifest @@ -1,7 +1,13 @@ +.gitignore CHANGELOG CONTRIBUTORS COPYING -examples/simple_rack.rb +GNUmakefile +LICENSE +Manifest +README +Rakefile +TODO ext/http11/ext_help.h ext/http11/extconf.rb ext/http11/http11.c @@ -9,23 +15,13 @@ ext/http11/http11_parser.c ext/http11/http11_parser.h ext/http11/http11_parser.rl ext/http11/http11_parser_common.rl -lib/mongrel/cgi.rb -lib/mongrel/const.rb -lib/mongrel/handlers.rb -lib/mongrel/header_out.rb -lib/mongrel/http_request.rb -lib/mongrel/http_response.rb -lib/mongrel/init.rb -lib/mongrel/mime_types.yml -lib/mongrel/rails.rb -lib/mongrel/semaphore.rb -lib/mongrel/tcphack.rb -lib/mongrel.rb -LICENSE -Manifest -mongrel-public_cert.pem -Rakefile -README +lib/unicorn.rb +lib/unicorn/const.rb +lib/unicorn/header_out.rb +lib/unicorn/http_request.rb +lib/unicorn/http_response.rb +lib/unicorn/semaphore.rb +lib/unicorn/tcphack.rb setup.rb test/benchmark/previous.rb test/benchmark/simple.rb @@ -35,10 +31,8 @@ test/mongrel.conf test/test_helper.rb test/test_suite.rb test/tools/trickletest.rb -test/unit/test_cgi_wrapper.rb test/unit/test_http_parser.rb test/unit/test_response.rb test/unit/test_semaphore.rb test/unit/test_server.rb test/unit/test_threading.rb -TODO -- cgit v1.2.3-24-ge0c7