about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--.wrongdoc.yml2
-rw-r--r--rainbows.gemspec2
2 files changed, 3 insertions, 1 deletions
diff --git a/.wrongdoc.yml b/.wrongdoc.yml
index 0b3db03..62bf201 100644
--- a/.wrongdoc.yml
+++ b/.wrongdoc.yml
@@ -6,3 +6,5 @@ changelog_start: v0.97.0
 merge_html:
   rainbows_1: Documentation/rainbows.1.html
   Summary: Documentation/comparison.html
+public_email: rainbows-talk@rubyforge.org
+private_email: rainbows@bogomips.org
diff --git a/rainbows.gemspec b/rainbows.gemspec
index a223687..ebd7084 100644
--- a/rainbows.gemspec
+++ b/rainbows.gemspec
@@ -30,7 +30,7 @@ Gem::Specification.new do |s|
   # we need Unicorn for the HTTP parser and process management
   s.add_dependency(%q<unicorn>, ["~> 4.0"])
   s.add_development_dependency(%q<isolate>, "~> 3.1")
-  s.add_development_dependency(%q<wrongdoc>, "~> 1.5")
+  s.add_development_dependency(%q<wrongdoc>, "~> 1.6")
 
   # optional runtime dependencies depending on configuration
   # see t/test_isolate.rb for the exact versions we've tested with