about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-08-19 21:55:35 +0000
committerEric Wong <normalperson@yhbt.net>2011-08-19 21:58:19 +0000
commitf8b22397ca395a9173d391e8699d539503707792 (patch)
treed99a270c995ae69d36ad51ca66dba88f145af642
parent86bbb84231a8a16ec54a621c66843b103b5a8610 (diff)
downloadunicorn-f8b22397ca395a9173d391e8699d539503707792.tar.gz
Hopefully it points people towards the mailing list
-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