From f8b22397ca395a9173d391e8699d539503707792 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 19 Aug 2011 21:55:35 +0000 Subject: [PATCH] gemspec: bump wrongdoc dependency for dev Hopefully it points people towards the mailing list --- .wrongdoc.yml | 2 ++ unicorn.gemspec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.wrongdoc.yml b/.wrongdoc.yml index 10f10b5a..853e9c01 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 835b2926..e8991bce 100644 --- a/unicorn.gemspec +++ b/unicorn.gemspec @@ -38,7 +38,7 @@ Gem::Specification.new do |s| s.add_dependency(%q, '~> 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 -- 2.11.4.GIT