From 7b1af74af6d8d563bd302fcf25fe576760507a6e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 15 Oct 2015 01:41:48 +0000 Subject: olddoc 1.1.0 - NNTP and more This release adds support for the `nntp_url` in .olddoc.yml for mailing lists with NNTP gateways (possibly read-only). This exists because the project mailing list is now readable over NNTP: nntp://news.public-inbox.org/inbox.comp.lang.ruby.olddoc This also relaxes the dependency on the README being RDoc-formatted, allowing "olddoc prepare" to generate NEWS/NEWS.atom.xml files for projects which use only plain-text and not RDoc. * support for nntp_url, make private_email optional * gemspec: use SPDX-compatible license * readme: relax dependency on RDoc formatting --- lib/olddoc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/olddoc.rb b/lib/olddoc.rb index 779e02b..c50f538 100644 --- a/lib/olddoc.rb +++ b/lib/olddoc.rb @@ -1,7 +1,7 @@ # Copyright (C) 2015, all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) module Olddoc - VERSION = '1.0.1' + VERSION = '1.1.0' autoload :Gemspec, 'olddoc/gemspec' autoload :History, 'olddoc/history' -- cgit v1.2.3-24-ge0c7