about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-11 13:01:31 -0700
committerEric Wong <normalperson@yhbt.net>2010-06-11 13:01:31 -0700
commitb7247fe1329092671a893b4f75def8d66bad31c8 (patch)
treef78813b711a86ef99ae16f93b31d4f50e76900d6
parent5d53342d6cb7724a3e357551aae358b63b45342c (diff)
downloadunicorn-b7247fe1329092671a893b4f75def8d66bad31c8.tar.gz
-rw-r--r--README2
-rw-r--r--unicorn.gemspec2
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)