pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ruby-asciidoctor textproc/ruby-asciidoctor: u...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/665ae1bed0a5
branches:  trunk
changeset: 389407:665ae1bed0a5
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Dec 04 15:52:24 2022 +0000

description:
textproc/ruby-asciidoctor: update to 2.0.18

2.0.18 (2022-10-15)

Improvements

* Propagate :to_dir option to document of AsciiDoc table cell (#4297)
* Force encoding of attribute data passed via CLI to UTF-8 if transcoding
  fails (#4351) (@zkaip)
* Add include role to link macro that replaces include directive when
  include is not enabled

Bug Fixes

* Change internal uriish? helper to only detect a URI pattern at start of a
  string; avoids misleading messages (#4357)

* Prevent highlight.js warning when no language is set on source block;
  don't call highlightBlock if data-lang attribute is absent (#4263)

* Don't raise error if Asciidoctor::Extensions.unregister is called before
  groups are initialized (#4270)

* If path is included both partially and fully, store it with true value
  (included fully) in includes table of document catalog
* Reset registry if activate is called on it again (#4256)
* Format source location in exception message when extension code is malformed

* Fix lineno on reader when skip-front-matter attribute is set but end of
  front matter is not found

* Fix Asciidoctor::Cli::Invoker constructor when first argument is a hash

* Update default stylesheet to honor marker on unordered list when marker is
  defined on ancestor unordered list (#4361)

diffstat:

 textproc/ruby-asciidoctor/Makefile |  4 ++--
 textproc/ruby-asciidoctor/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r f6361aff2ab7 -r 665ae1bed0a5 textproc/ruby-asciidoctor/Makefile
--- a/textproc/ruby-asciidoctor/Makefile        Sun Dec 04 15:47:52 2022 +0000
+++ b/textproc/ruby-asciidoctor/Makefile        Sun Dec 04 15:52:24 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2022/04/03 16:01:34 rhialto Exp $
+# $NetBSD: Makefile,v 1.8 2022/12/04 15:52:24 taca Exp $
 
-DISTNAME=      asciidoctor-2.0.17
+DISTNAME=      asciidoctor-2.0.18
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r f6361aff2ab7 -r 665ae1bed0a5 textproc/ruby-asciidoctor/distinfo
--- a/textproc/ruby-asciidoctor/distinfo        Sun Dec 04 15:47:52 2022 +0000
+++ b/textproc/ruby-asciidoctor/distinfo        Sun Dec 04 15:52:24 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2022/04/03 16:01:34 rhialto Exp $
+$NetBSD: distinfo,v 1.10 2022/12/04 15:52:24 taca Exp $
 
-BLAKE2s (asciidoctor-2.0.17.gem) = d1e842e3ab621461e6d198ec1d14b7b967be946fabe13bb35787634af17d2f29
-SHA512 (asciidoctor-2.0.17.gem) = 41ebc833c7b8bded5704034c7fcf7d2f26643a24de24eda57db1a0ac94976e775bf0f093f46faaa99c5007c61af325aa5b02e5321159a88daac3397800adbd03
-Size (asciidoctor-2.0.17.gem) = 279040 bytes
+BLAKE2s (asciidoctor-2.0.18.gem) = d2fe657ffac31a47e441f676533fdde70c86fe91171a5653a7be25e220396890
+SHA512 (asciidoctor-2.0.18.gem) = 522c0a587a95c7a5c5618f88832c11a547448d12b883ee9a7d9f6e8509b44e2c5c027cf23335790cbc5cd74dc297010141ac535c0ba45622e49eac8d70fe6127
+Size (asciidoctor-2.0.18.gem) = 280064 bytes



Home | Main Index | Thread Index | Old Index