From b7247fe1329092671a893b4f75def8d66bad31c8 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 11 Jun 2010 13:01:31 -0700 Subject: doc: cleanup rdoc escaping in title, hopefully --- README | 2 +- unicorn.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 76ceefd..b4bbae2 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -= \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 diff --git a/unicorn.gemspec b/unicorn.gemspec index 073d18f..44a6d56 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].delete('/') + 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