Accepting request 1032132 from devel:languages:ruby:extensions
updated to version 2.0.18 see installed CHANGELOG.adoc == 2.0.18 (2022-10-15) - @mojavelinux 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) === Details {url-repo}/releases/tag/v2.0.18[git tag] | {url-repo}/compare/v2.0.17\...v2.0.18[source diff] // end::compact[] OBS-URL: https://build.opensuse.org/request/show/1032132 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-asciidoctor?expand=0&rev=10
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed5b5e399e8d64994cc16f0983f993d6e33990909a8415b6fc8b786cdeb00f3d
|
||||
size 279040
|
BIN
asciidoctor-2.0.18.gem
(Stored with Git LFS)
Normal file
BIN
asciidoctor-2.0.18.gem
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 28 04:43:17 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
updated to version 2.0.18
|
||||
see installed CHANGELOG.adoc
|
||||
|
||||
== 2.0.18 (2022-10-15) - @mojavelinux
|
||||
|
||||
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)
|
||||
|
||||
=== Details
|
||||
|
||||
{url-repo}/releases/tag/v2.0.18[git tag] | {url-repo}/compare/v2.0.17\...v2.0.18[source diff]
|
||||
// end::compact[]
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 25 06:28:30 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
|
@@ -24,7 +24,7 @@
|
||||
#
|
||||
|
||||
Name: rubygem-asciidoctor
|
||||
Version: 2.0.17
|
||||
Version: 2.0.18
|
||||
Release: 0
|
||||
%define mod_name asciidoctor
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
|
Reference in New Issue
Block a user