From 14da5bda8f4f34e84670fd7ce411dc92c22ec469 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 10 Jun 2010 17:31:33 -0700 Subject: README: more aggressively kill unnecessary links ... And make the gemspec do minor un-RDoc-ing --- README | 4 ++-- unicorn.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 975925e..76ceefd 100644 --- a/README +++ b/README @@ -1,10 +1,10 @@ -= Unicorn: Rack HTTP server for fast clients and Unix += \Unicorn: Rack HTTP server for fast clients and Unix \Unicorn is an HTTP server for Rack applications designed to only serve fast clients on low-latency, high-bandwidth connections and take advantage of features in Unix/Unix-like kernels. Slow clients should only be served by placing a reverse proxy capable of fully buffering -both the the request and response in between Unicorn and slow clients. +both the the request and response in between \Unicorn and slow clients. == Features diff --git a/unicorn.gemspec b/unicorn.gemspec index bd3511f..073d18f 100644 --- a/unicorn.gemspec +++ b/unicorn.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |s| s.authors = ["Unicorn hackers"] s.date = Time.now.utc.strftime('%Y-%m-%d') - s.description = File.read("README").split(/\n\n/)[1] + s.description = File.read("README").split(/\n\n/)[1].delete('/') s.email = %q{mongrel-unicorn@rubyforge.org} s.executables = %w(unicorn unicorn_rails) s.extensions = %w(ext/unicorn_http/extconf.rb) -- cgit v1.2.3-24-ge0c7