about summary refs log tree commit homepage
path: root/unicorn.gemspec
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-05-06 06:36:16 +0000
committerEric Wong <e@80x24.org>2014-05-06 06:55:14 +0000
commit422f9589a28e4e47f02232b6b63729d28bed6b3f (patch)
treee2f79af0fbd1dec67e10bb516a003d02a511b685 /unicorn.gemspec
parent27ae210dde9228cfa96ea6b0f3a7e4047d3f70a4 (diff)
downloadunicorn-422f9589a28e4e47f02232b6b63729d28bed6b3f.tar.gz
Update the old mailing list info with our new public-inbox info.
The old mongrel.rubyforge.org links have been dead for years,
oh well.  There's only a few days left of RubyForge left...
Diffstat (limited to 'unicorn.gemspec')
-rw-r--r--unicorn.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/unicorn.gemspec b/unicorn.gemspec
index 4619a89..c0c8092 100644
--- a/unicorn.gemspec
+++ b/unicorn.gemspec
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
   s.summary = summary
   s.date = Time.now.utc.strftime('%Y-%m-%d')
   s.description = readme_description
-  s.email = %q{mongrel-unicorn@rubyforge.org}
+  s.email = %q{unicorn-public@bogomips.org}
   s.executables = %w(unicorn unicorn_rails)
   s.extensions = %w(ext/unicorn_http/extconf.rb)
   s.extra_rdoc_files = extra_rdoc_files(manifest)
@@ -38,7 +38,7 @@ Gem::Specification.new do |s|
   s.add_dependency(%q<raindrops>, '~> 0.7')
 
   s.add_development_dependency('isolate', '~> 3.2')
-  s.add_development_dependency('wrongdoc', '~> 1.6.1')
+  s.add_development_dependency('wrongdoc', '~> 1.8')
 
   s.licenses = ["GPLv2+", "Ruby 1.8"]
 end