From f782ab61830ee92942abfcca7c7cb2cdd274e69d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 20 Aug 2011 00:37:03 +0000 Subject: [PATCH] update development wrongdoc dep to 1.6 Hopefully this points more folks to email us. --- .wrongdoc.yml | 2 ++ rainbows.gemspec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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, ["~> 4.0"]) s.add_development_dependency(%q, "~> 3.1") - s.add_development_dependency(%q, "~> 1.5") + s.add_development_dependency(%q, "~> 1.6") # optional runtime dependencies depending on configuration # see t/test_isolate.rb for the exact versions we've tested with -- 2.11.4.GIT