ruby-asciidoctor: update to 2.0.12

v2.0.12 @mojavelinux released this on Nov 10 2020

This is a minor patch release that fixes some regressions that were
introduced during the long release cycle of 2.0.11. We strongly
recommend upgrading to this version instead of using 2.0.11.

Notable changes include restoring the type and target on unresolved
footnotes (so they display properly), fixing a crash when an extension
set a numeric width or height on an SVG image when using opts=inline,
resetting the word wrap behavior to normal on tables to avoid aggressive
word breaks, reverting the use of a Ruby 2.3 construct that prevented
Asciidoctor from working on CentOS, including the role on an inline
image in the DocBook output, and passing through the explicit width and
height values on an SVG image as is when using opts=inline.

Please note that it will not be possible to use Asciidoctor on Ruby <
2.3 after the 2.0.x release line. Those versions are already
unsupported. However, since we had not yet made a change that prevented
them from working, we'll wait until
2.1.x to do so.

v2.0.11 @mojavelinux released this on Nov 3 2020

This is a big patch release that fixes a slew of issues that have been
discovered from heavy usage. It's a larger release than we had planned
because we're in the process of rewriting the docs and have been holding
minor releases until the docs were merged. Unfortunately, that has taken
longer than expected. But we're nearly there. In the meantime, we're
putting out this patch release to publish the fixes that have
accumulated in the meantime.

Notable changes include fixing two infinite loop scenarios, applying
text formatting to cells in the implicit table head row when the column
has the "a" or "l" style, restoring compatibility with Rouge >= 3.4 (by
defining entry point API methods as class methods instead of module
functions), fix bottom margin collapsing on an AsciiDoc table cell,
removing excess hard line breaks in multi-line AsciiMath blocks,
preserving repeating blackslashes in manpage output, move style tags for
syntax highlighters into head of HTML output, for wrapping to avoid
overflow in HTML output, fix cell borders for colspan or rowspan cells
when frame and grid attribute values are congruent, and allow the
encoding of the include file to be specified using the encoding
attribute.
This commit is contained in:
Olaf Seibert 2020-12-20 17:12:43 +01:00
parent eafa7eda5b
commit 38ad4175c4
3 changed files with 8 additions and 14 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD$
DISTNAME= asciidoctor-2.0.10
DISTNAME= asciidoctor-2.0.12
CATEGORIES= print
MAINTAINER= cfkoch@edgebsd.org

View File

@ -1013,14 +1013,8 @@ ${GEM_HOME}/doc/${GEM_NAME}/ri/Asciidoctor/Writer/cdesc-Writer.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/Asciidoctor/Writer/write-i.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/Asciidoctor/cdesc-Asciidoctor.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/Asciidoctor/const_missing-c.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/Asciidoctor/convert-i.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/Asciidoctor/convert_file-i.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/Asciidoctor/load-i.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/Asciidoctor/load_file-i.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/Asciidoctor/render-c.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/Asciidoctor/render-i.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/Asciidoctor/render_file-c.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/Asciidoctor/render_file-i.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/Hash/cdesc-Hash.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/MatchData/cdesc-MatchData.ri
${GEM_HOME}/doc/${GEM_NAME}/ri/MatchData/names-i.ri
@ -1057,7 +1051,7 @@ ${GEM_LIBDIR}/data/locale/attributes-hu.adoc
${GEM_LIBDIR}/data/locale/attributes-id.adoc
${GEM_LIBDIR}/data/locale/attributes-it.adoc
${GEM_LIBDIR}/data/locale/attributes-ja.adoc
${GEM_LIBDIR}/data/locale/attributes-kr.adoc
${GEM_LIBDIR}/data/locale/attributes-ko.adoc
${GEM_LIBDIR}/data/locale/attributes-nb.adoc
${GEM_LIBDIR}/data/locale/attributes-nl.adoc
${GEM_LIBDIR}/data/locale/attributes-nn.adoc
@ -1128,5 +1122,5 @@ ${GEM_LIBDIR}/lib/asciidoctor/writer.rb
${GEM_LIBDIR}/man/asciidoctor.1
${GEM_LIBDIR}/man/asciidoctor.adoc
bin/asciidoctor
lib/ruby/gems/2.6.0/cache/asciidoctor-2.0.10.gem
lib/ruby/gems/2.6.0/specifications/asciidoctor-2.0.10.gemspec
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_HOME}/specifications/${GEM_NAME}.gemspec

View File

@ -1,6 +1,6 @@
$NetBSD$
SHA1 (asciidoctor-2.0.10.gem) = b3640ffc8decab7111e2ca87ecdb4a3b5c628449
RMD160 (asciidoctor-2.0.10.gem) = c6b19601be97fe66f083c0444c26e8e0c7604d08
SHA512 (asciidoctor-2.0.10.gem) = 41db1947da60be27079eaef99c76ae7a20797f0291313ac82582466774a569130e995c674f7ef884a05d3d3783d70df3d5ef83b42ded1c722dd9ab7b1a3357ab
Size (asciidoctor-2.0.10.gem) = 268288 bytes
SHA1 (asciidoctor-2.0.12.gem) = be44111f874ff1ccbcf6c18db7130359148b5ec5
RMD160 (asciidoctor-2.0.12.gem) = 6965832f43f3b500d59e17104bde0f64122faeb0
SHA512 (asciidoctor-2.0.12.gem) = a927d052e4a2934524d8222700e83fbc746fa2b4880a810e39a579c1dff02054c83284a1c9e0af176709c0ab129677fcfcaa14c038ec124fb394852f38294db5
Size (asciidoctor-2.0.12.gem) = 272896 bytes