From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-2.8 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, URIBL_BLOCKED shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: rainbows-public@bogomips.org Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 60CF22022E; Sat, 9 Jan 2016 22:53:54 +0000 (UTC) Date: Sat, 9 Jan 2016 22:53:54 +0000 From: Eric Wong To: rainbows-public@bogomips.org Subject: [PUSHED] doc: bump olddoc to ~> 1.2 for extra NNTP URLs Message-ID: <20160109225354.GA10771@dcvr.yhbt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: I forgot to add any NNTP servers to our .olddoc.yml :x nntp://news.public-inbox.org/inbox.comp.lang.ruby.rainbows nntp://news.gmane.org/gmane.comp.lang.ruby.rainbows.general Not advertising additional 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 | 3 +++ rainbows.gemspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.olddoc.yml b/.olddoc.yml index 1e777ea..7559500 100644 --- a/.olddoc.yml +++ b/.olddoc.yml @@ -16,3 +16,6 @@ noindex: - EM - Revactor ml_url: http://bogomips.org/rainbows-public/ +nntp_url: + - nntp://news.public-inbox.org/inbox.comp.lang.ruby.rainbows + - nntp://news.gmane.org/gmane.comp.lang.ruby.rainbows.general diff --git a/rainbows.gemspec b/rainbows.gemspec index 6ddf630..05d4a2a 100644 --- a/rainbows.gemspec +++ b/rainbows.gemspec @@ -30,7 +30,7 @@ s.add_dependency(%q, ["~> 5.0"]) s.add_development_dependency(%q, "~> 3.1") - s.add_development_dependency(%q, "~> 1.0") + s.add_development_dependency(%q, "~> 1.2") # optional runtime dependencies depending on configuration # see t/test_isolate.rb for the exact versions we've tested with -- EW