about summary refs log tree commit homepage
path: root/unicorn.gemspec
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-05 15:26:17 -0800
committerEric Wong <normalperson@yhbt.net>2011-01-05 15:43:41 -0800
commit1b69686fd28347eb5c071a9b76e2939bca424f04 (patch)
tree91264ce24b51a5384c29c2c9932d3a69b88c3246 /unicorn.gemspec
parent62c844e343978f233e4f2567fb344411c39e263c (diff)
downloadunicorn-1b69686fd28347eb5c071a9b76e2939bca424f04.tar.gz
Certain applications that already serve hundreds/thousands of requests a
second should experience performance improvements due to
Time.now.httpdate usage being removed and reimplemented in C.

There are also minor internal changes and cleanups for Rainbows!
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 920c426..409b11b 100644
--- a/unicorn.gemspec
+++ b/unicorn.gemspec
@@ -38,7 +38,7 @@ Gem::Specification.new do |s|
   s.add_dependency(%q<kgio>, '~> 2.1')
 
   s.add_development_dependency('isolate', '~> 3.0.0')
-  s.add_development_dependency('wrongdoc', '~> 1.0.1')
+  s.add_development_dependency('wrongdoc', '~> 1.3')
 
   # s.licenses = %w(GPLv2 Ruby) # licenses= method is not in older RubyGems
 end