about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-02-02 18:32:17 +0000
committerEric Wong <e@80x24.org>2017-02-02 18:32:17 +0000
commite0badbbe033fdb250c45374b4055c665332aa48b (patch)
tree84b14b8fe8b60e465379b85b1577d4bf29637347
parent421af561f0b7148c868ee55f9d335180f1f2b804 (diff)
downloadolddoc-e0badbbe033fdb250c45374b4055c665332aa48b.tar.gz
olddoc now avoids changing core RDoc behavior unless it is
actually specified.  Thanks to Daniel Ferreira for noticing
this bug in [ruby-talk:437390]:

  http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/437390
  <CAPL_2g25ir4ZBJo652ao1EYB59ZvFHhpGef1V14QOV2SeVXLeA@mail.gmail.com>

We still assume any Ruby process will only use one RDoc template
in its lifetime, and not switch between them.

There are also a few minor documentation and code cleanups.

5 changes since olddoc v1.4.0:

      update URLs to HTTPS
      oldweb: apply LessHtml monkey patch late, at runtime
      oldweb: use flat_map instead of flatten.map chain
      oldweb: use native String#encode for (X)HTML escaping
      README: add NNTP archive link for mailing list
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index d56359d..97460a4 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -5,7 +5,7 @@
 CONSTANT = "Olddoc::VERSION"
 RVF = "lib/olddoc/version.rb"
 GVF = "GIT-VERSION-FILE"
-DEF_VER = "v1.4.0"
+DEF_VER = "v1.5.0"
 vn = DEF_VER.dup
 
 # First see if there is a version file (included in release tarballs),