about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--.wrongdoc.yml2
-rw-r--r--unicorn.gemspec2
2 files changed, 3 insertions, 1 deletions
diff --git a/.wrongdoc.yml b/.wrongdoc.yml
index 10f10b5..853e9c0 100644
--- a/.wrongdoc.yml
+++ b/.wrongdoc.yml
@@ -6,3 +6,5 @@ changelog_start: v1.1.5
 merge_html:
   unicorn_1: Documentation/unicorn.1.html
   unicorn_rails_1: Documentation/unicorn_rails.1.html
+public_email: mongrel-unicorn@rubyforge.org
+private_email: unicorn@bogomips.org
diff --git a/unicorn.gemspec b/unicorn.gemspec
index 835b292..e8991bc 100644
--- a/unicorn.gemspec
+++ b/unicorn.gemspec
@@ -38,7 +38,7 @@ Gem::Specification.new do |s|
   s.add_dependency(%q<raindrops>, '~> 0.6')
 
   s.add_development_dependency('isolate', '~> 3.1')
-  s.add_development_dependency('wrongdoc', '~> 1.5')
+  s.add_development_dependency('wrongdoc', '~> 1.6')
 
   # s.licenses = %w(GPLv2 Ruby) # licenses= method is not in older RubyGems
 end