about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-10-15 01:41:48 +0000
committerEric Wong <e@80x24.org>2015-10-15 01:45:35 +0000
commit7b1af74af6d8d563bd302fcf25fe576760507a6e (patch)
treece4adf6981792882d1c2e35e83572f2de666e0c3
parenta0900794d5237dd743c7348d6d98448ccf19cc1a (diff)
downloadolddoc-1.1.0.tar.gz
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
-rw-r--r--lib/olddoc.rb2
1 files changed, 1 insertions, 1 deletions
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 <olddoc-public@80x24.org>
 # 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'