From 7c0271ef26dd41eb0fc1ca3370883c49a45b2dec Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 9 Jan 2016 22:42:19 +0000 Subject: 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. --- .olddoc.yml | 4 +++- unicorn.gemspec | 2 +- 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, '~> 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 -- cgit v1.2.3-24-ge0c7