about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-01-09 22:42:19 +0000
committerEric Wong <e@80x24.org>2016-01-09 22:42:19 +0000
commit7c0271ef26dd41eb0fc1ca3370883c49a45b2dec (patch)
tree9a29818898a29ff318eb882a6eba71bdafd0a00e
parent9e8bb89306fd2b2627a4b2c35a0f45ae4a49e184 (diff)
downloadunicorn-7c0271ef26dd41eb0fc1ca3370883c49a45b2dec.tar.gz
doc: bump olddoc to ~> 1.2 for extra NNTP URL
Additional advertising for the gmane NNTP server makes sense
from a robustness standpoint:

  nntp://news.gmane.org/gmane.comp.lang.ruby.unicorn.general

Not advertising other HTTP-based URLs just yet.  They could contain
images/frames/JS/CSS and add unnecessary clutter to the footer.
NNTP puts the client in control of UI.
-rw-r--r--.olddoc.yml4
-rw-r--r--unicorn.gemspec2
2 files changed, 4 insertions, 2 deletions
diff --git a/.olddoc.yml b/.olddoc.yml
index cda8ac3..c4a9236 100644
--- a/.olddoc.yml
+++ b/.olddoc.yml
@@ -13,4 +13,6 @@ noindex:
 - unicorn_rails_1
 public_email: unicorn-public@bogomips.org
 private_email: unicorn@bogomips.org
-nntp_url: nntp://news.public-inbox.org/inbox.comp.lang.ruby.unicorn
+nntp_url:
+  - nntp://news.public-inbox.org/inbox.comp.lang.ruby.unicorn
+  - nntp://news.gmane.org/gmane.comp.lang.ruby.unicorn.general
diff --git a/unicorn.gemspec b/unicorn.gemspec
index 1099361..2728373 100644
--- a/unicorn.gemspec
+++ b/unicorn.gemspec
@@ -40,7 +40,7 @@ Gem::Specification.new do |s|
   s.add_dependency(%q<raindrops>, '~> 0.7')
 
   s.add_development_dependency('test-unit', '~> 3.0')
-  s.add_development_dependency('olddoc', '~> 1.0')
+  s.add_development_dependency('olddoc', '~> 1.2')
 
   # Note: To avoid ambiguity, we intentionally avoid the SPDX-compatible
   # 'Ruby' here since Ruby 1.9.3 switched to BSD-2-Clause, but we