summaryrefslogtreecommitdiff
path: root/textproc/ruby-yard/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2018-03-17 14:48:25 +0000
committertaca <taca@pkgsrc.org>2018-03-17 14:48:25 +0000
commite06f0f4ad5c17ab941ea7310ccdf411607f45b5b (patch)
tree4a0e1a0aca2aa385803c485fd4af0ea5fe1e210b /textproc/ruby-yard/Makefile
parent95406a6f84d5bda74dc91c6d1dc30784a49cfe4f (diff)
downloadpkgsrc-e06f0f4ad5c17ab941ea7310ccdf411607f45b5b.tar.gz
textproc/ruby-yard: update to 0.9.12
# [0.9.12] - November 26th, 2017 [0.9.12]: https://github.com/lsegal/yard/compare/v0.9.11...v0.9.12 - Be more explicit about lack of support for absolute paths in extra files specified by `yard doc` command. # [0.9.11] - November 23rd, 2017 [0.9.11]: https://github.com/lsegal/yard/compare/v0.9.10...v0.9.11 - Fixed security issue in `--readme` that allowed for arbitrary file reads on disk. Credit to ztz <ztz@ztz.me> for discovering this issue. - Improved styling for inline code blocks (#1142). # [0.9.10] - November 18th, 2017 [0.9.10]: https://github.com/lsegal/yard/compare/v0.9.9...v0.9.10 - Added `--fail-on-warning` option for `yard doc` which exits with a non-zero code if there are any warnings (#1093). - Added support for parsing inside `Struct.new` blocks (#1099). - Added support new ripper AST tokens (#1104, #1124). - Fixed an issue where `@see (obj)` reference tags would fail (#1111) - Fix sorting in `yard stats` (#1123).
Diffstat (limited to 'textproc/ruby-yard/Makefile')
-rw-r--r--textproc/ruby-yard/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ruby-yard/Makefile b/textproc/ruby-yard/Makefile
index 1fa202a0488..d66fb806d0c 100644
--- a/textproc/ruby-yard/Makefile
+++ b/textproc/ruby-yard/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2017/09/16 19:27:20 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2018/03/17 14:48:25 taca Exp $
-DISTNAME= yard-0.9.9
+DISTNAME= yard-0.9.12
CATEGORIES= ruby textproc
MAINTAINER= pkgsrc-users@NetBSD.org