about summary refs log tree commit homepage
path: root/unicorn.gemspec
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-10 17:31:33 -0700
committerEric Wong <normalperson@yhbt.net>2010-06-10 17:31:33 -0700
commit14da5bda8f4f34e84670fd7ce411dc92c22ec469 (patch)
tree7a5a76abb6efbcbbe48519cc2e2dfefa90d241ac /unicorn.gemspec
parent264337bcdb77252404fcef62be1efc5a125d781f (diff)
downloadunicorn-14da5bda8f4f34e84670fd7ce411dc92c22ec469.tar.gz
... And make the gemspec do minor un-RDoc-ing
Diffstat (limited to 'unicorn.gemspec')
-rw-r--r--unicorn.gemspec2
1 files changed, 1 insertions, 1 deletions
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)