about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-08-20 00:37:03 +0000
committerEric Wong <normalperson@yhbt.net>2011-08-20 00:37:03 +0000
commitf782ab61830ee92942abfcca7c7cb2cdd274e69d (patch)
tree003d64aa610cbbefa0733262e19044e4cb0d2436
parentfbc144d57e83dc8ef5d9e653d38f88ef4b74cb62 (diff)
downloadrainbows-f782ab61830ee92942abfcca7c7cb2cdd274e69d.tar.gz
Hopefully this points more folks to email us.
-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