SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby3.3-rubygem-asciidoctor-2.0.17-1.26.x86_64.rpm :

* Tue Jan 25 2022 Stephan Kulow updated to version 2.0.17 see installed CHANGELOG.adoc
* Thu Jun 24 2021 Stephan Kulow updated to version 2.0.15 see installed CHANGELOG.adoc
* Wed Jan 20 2021 Stephan Kulow updated to version 2.0.12 see installed CHANGELOG.adoc
* Fri Jul 19 2019 Stephan Kulow - updated to version 2.0.10 see installed CHANGELOG.adoc == 2.0.10 (2019-05-31) - AATTmojavelinux Bug Fixes::
* fix Asciidoctor.convert_file to honor `header_footer: false` option when writing to file (#3316)
* fix placement of title on excerpt block (#3289)
* always pass same options to SyntaxHighlighter#docinfo, regardless of value of location argument
* fix signature of SyntaxHighlighter#docinfo method (#3300)
* when `icons` is set to `image`, enable image icons, but don\'t use it as the value of the `icontype` attribute (#3308) // end::compact[]
* Sun May 05 2019 Stephan Kulow - updated to version 2.0.9 see installed CHANGELOG.adoc // tag::compact[] == 2.0.9 (2019-04-30) - AATTmojavelinux Bug Fixes::
* process multiple single-item menu macros in same line (#3279)
* register images in catalog correctly (#3283)
* rename AbstractNode#options method to AbstractNode#enabled_options so it doesn\'t get shadowed by Document#options (#3282)
* don\'t fail to convert document if alt attribute is not set on block or inline image (typically by an extension)
* fix lineno of source location on blocks that follow a detached list continuation (#3281)
* assume inline image type is \"image\" if not set (typically by an extension) // end::compact[] == 2.0.8 (2019-04-22) - AATTmojavelinux Bug Fixes::
* restore background color applied to literal blocks by default stylesheet (#3258)
* use portability constants (CC_ALL, CC_ANY) in regular expressions defined in built-in converters (DocBook5 and ManPage)
* use portability constant (CC_ANY) in regular expression for custom inline macros
* use smarter margin collapsing for AsciiDoc table cell content; prevent passthrough content from being cut off (#3256)
* don\'t limit footnote ref to ASCII charset; allow any word character in Unicode to be used (#3269) Improvements::
* register_for methods accept arguments as symbols (#3274)
* use Concurrent::Map instead of Concurrent::Hash in template converter
* use module_function keyword to define methods in Helpers
* move regular expression definitions to separate source file (internal change) == 2.0.7 (2019-04-13) - AATTmojavelinux Bug Fixes::
* fix crash when resolving ID from text and at least one candidate contains an unresolved xref (#3254)
* fix compatibility with Rouge 2.0 Improvements::
* improve documentation for the `-a` CLI option; explain that `AATT` modifier can be placed at end of name as alternative to end of value
* move source for main API entry points (load, load_file, convert, convert_file) to separate files (internal change)
* define main API entry points (load, load_file, convert, convert_file) as module functions Also see https://github.com/asciidoctor/asciidoctor/milestone/33?closed=1[issues resolved in 2.0.x] (cumulative). == 2.0.6 (2019-04-04) - AATTmojavelinux Bug Fixes::
* assume implicit AsciiDoc extension on interdoc xref macro target with no extension (e.g., `document#`); restores 1.5.x behavior (#3231)
* don\'t fail to load application if call to Dir.home fails; use a rescue with fallback values (#3238)
* Helpers.rootname should only consider final path segment when dropping file extension Improvements::
* implement Helpers.extname as a more efficient and flexible File.extname method
* check for AsciiDoc file extension using end_with? instead of resolving the extname and using a lookup Also see https://github.com/asciidoctor/asciidoctor/milestone/33?closed=1[issues resolved in 2.0.x] (cumulative). == 2.0.5 (2019-04-01) - AATTmojavelinux Bug Fixes::
* fix crash when source highlighter is Rouge and source language is not set on block (#3223)
* update CLI and SyntaxHighlighter to allow Asciidoctor to load cleanly on Ruby 2.0 - 2.2
* CLI should use $stdin instead of STDIN to be consistent with the use of $stdout
* mark encoding of stdio objects used in CLI as UTF-8 (#3225)
* make Asciidoctor::SyntaxHighlighter::Config.register_for method public as documented Also see https://github.com/asciidoctor/asciidoctor/milestone/33?closed=1[issues resolved in 2.0.x] (cumulative). == 2.0.4 (2019-03-31) - AATTmojavelinux Bug Fixes::
* allow Asciidoctor to load cleanly on Ruby 2.0 - 2.2 for distributions that provide support for these older Ruby versions
* make Asciidoctor::Converter::Config.register_for method public as documented
* remove unused Asciidoctor::Converter::BackendTraits#derive_backend_traits private method
* move Asciidoctor::Converter::BackendTraits.derive_backend_traits method to Asciidoctor::Converter
* mark render and render_file methods as deprecated in API docs Also see https://github.com/asciidoctor/asciidoctor/milestone/33?closed=1[issues resolved in 2.0.x] (cumulative).
* Fri Mar 29 2019 Stephan Kulow - updated to version 2.0.3 see installed CHANGELOG.adoc
* Mon Nov 12 2018 Stephan Kulow - updated to version 1.5.8 see installed CHANGELOG.adoc == 1.5.8 (2018-10-28) - AATTmojavelinux Enhancements::
* if set, add value of part-signifier and chapter-signifier attributes to part and chapter titles (#2738)
* allow position (float) and alignment (align) to be set on video block (#2425)
* substitute attribute references in attrlist of include directive (#2761)
* add Document#set_header_attribute method for adding method directly to document header during parsing (#2820)
* add helper method to extension processor classes to create lists and list items
* allow ordered and unordered lists to be nested to an arbitrary / unlimited depth (#2854)
* add `prefer` DSL method to extension registry and document processor to flag extension as preferred (#2848)
* allow manname and manpurpose to be set using document attributes; don\'t look for NAME section in this case (#2810)
* substitute attribute references in target of custom block macro (honoring attribute-missing setting) (#2839)
* interpret `<.>` as an auto-numbered callout in verbatim blocks and callout lists (#2871)
* require marker for items in callout list to have circumfix brackets (e.g., `<1>` instead of `1>`) (#2871)
* preserve comment guard in front of callout number in verbatim block if icons is not enabled (#1360)
* add more conventional styles to quote block when it has the excerpt role (#2092)
* colspecs can be separated by semi-colon instead of comma (#2798)
* change AbstractBlock#find_by to respond to StopIteration exception; stop traversal after matching ID (#2900)
* change AbstractBlock#find_by to honor return values :skip and :skip_children from filter block to skip node and its descendants or just its descendants, respectively (#2067)
* add API to retrieve authors as array; use API in converters (#1042) (
*AATTmogztter
*)
* add support for start attribute on source block to set starting line number when converting to DocBook (#2915)
* track imagesdir for image on node and in catalog (#2779)
* allow starting line number to be set using start attribute when highighting source block with Pygments or CodeRay (#1742)
* upgrade highlight.js to 9.13.1 Fixes::
* don\'t hang on description list item that begins with /// (#2888)
* don\'t crash when using AsciiDoc table cell style on column in CSV table (#2817)
* show friendly error if CSV data for table contains unclosed quote (#2878) (
*AATTzelivans
*)
* don\'t crash when attribute entry continuation is used on last line of file (#2880) (
*AATTzelivans
*)
* treat empty/missing value of named block attribute followed by other attributes (e.g., caption=,cols=2
*) as empty string
* AbstractNode#set_option does nothing if option is already set (PR #2778)
* allow revnumber to be an attribute reference in revision info line (#2785)
* use ::File.open instead of ::IO.binread in Reader for Asciidoctor.js compatibility
* add fallback for timezone when setting doctime
* preserve UNC path that begins with a double backslash (Windows) (#2869)
* fix formatting of quote block (indentation) in manpage output (#2792)
* catalog inline anchors in ordered list items (#2812)
* detect closing tag on last line with no trailing newline (#2830)
* process `!nameAATT` attribute syntax property; follow-up to #642
* change document extension processor DSL methods to return registered extension instance instead of array of instances
* use fallback value for manname-title to prevent crash in manpage converter
* consolidate inner whitespace in prose in manpage output (#2890)
* only apply subs to node attribute value if enclosed in single quotes (#2905)
* don\'t hide URI scheme if target of link macro is a bare URI scheme
* fix crash when child section of part is out of sequence and section numbering is enabled (#2931)
* fix crash when restoring passthroughs if passthrough role is enclosed in single quotes (#2882, #2883)
* don\'t eagerly apply subs to inline attributes in general
* make sure encoding of output file is UTF-8
* prevent warning about invalid `:asciidoc` option when using custom templates with Slim 4 (#2928)
* use Pathname#relative_path_from to compute relative path to file outside of base directory (#2108) Improvements::
* change trailing delimiter on part number to colon (:) (#2738)
* interpret open line range as infinite (#2914)
* rename number property on AbstractBlock to numeral, but keep number as deprecated alias
* use CSS class instead of hard-coded inline float style on tables and images (#2753)
* use CSS class instead of hard-coded inline text-align style on block images (#2753)
* allow hyphen to be used custom block macro name as long as it\'s not the first character (#2620)
* use shorthands %F and %T instead of %Y-%m-%d and %H:%M:%S to format time
* read file in binary mode whenever contents are being normalized
* use .drop(0) to duplicate arrays (roughly 1.5x as fast as .dup)
* only recognize a bullet glyph which is non-repeating as an unordered list marker
* rename SyntaxDsl module to SyntaxProcessorDsl (internal)
* fail if name given to block macro contains illegal characters
* normalize all whitespace in value of manpurpose attribute
* make space before callout number after custom line comment character optional
* parse attrlist on inline passthrough as a shorthand attribute syntax or literal role (#2910)
* add support for range syntax (.. delimiter) to highlight attribute on source block (#2918)
* add support for unbounded range to highlight attribute on source block (#2918)
* automatically assign title and caption on image block if title is set on custom block source (#2926)
* use OS independent timezone (UTC or time offset) in doctime and localtime attributes (#2770)
* report correct line number for inline anchor with id already in use (#2769)
* generate manpage even if input is non-conforming or malformed (#1639)
* allow authorinitials for single author to be overridden (#669) Documentation::
* translate README into German (#2829) (
*AATTjwehmschulte
*)
* sync French translation of README (
*AATTmogztter
*)
* add Swedish translation of built-in attributes (PR #2930) (
*AATTjonasbjork
*) Build / Infrastructure::
* replace thread_safe with concurrent-ruby (PR #2822) (
*AATTjunaruga
*) // tag::compact[]
* Wed May 16 2018 factory-autoAATTkulow.org- updated to version 1.5.7.1 see installed CHANGELOG.adoc == 1.5.7.1 (2018-05-10) - AATTmojavelinux Fixes::
* fix regression where block attributes where being inherited by sibling blocks in a complex list item (#2771)
* don\'t apply lead styling to first paragraph in nested document (AsciiDoc table cell) if role is present (#2624) Build / Infrastructure::
* drop obsolete logic in rake build
* allow lib dir to be overridden for tests using an environment variable (PR #2758)
* load asciidoctor/version from LOAD_PATH in gemspec if not found locally (PR #2760)
* Thu May 03 2018 factory-autoAATTkulow.org- updated to version 1.5.7 see installed CHANGELOG.adoc == 1.5.7 (2018-05-02) - AATTmojavelinux Enhancements::
* BREAKING: drop XML tags, character refs, and non-word characters (except hyphen, dot, and space) when auto-generating section IDs (#794)
*
* hyphen, dot, and space are replaced with value of idseparator, if set; otherwise, spaces are dropped
* allow attribute names to contain any word character defined by Unicode (#2376, PR #2393)
* route all processor messages through a logger instead of using Kernel#warn (#44, PR #2660)
* add MemoryLogger for capturing messages sent to logger into memory (#44, PR #2660)
* add NullLogger to prevent messages from being logged (#44, PR #2660)
* log message containing source location / cursor as an object; provides more context (#44, PR #2660)
* pass cursor for include file to `:include_location` key in message context (PR #2729)
* add `:logger` option to API to set logger instance (#44, PR #2660)
* add `--failure-level=LEVEL` option to CLI to force non-zero exit code if specified logging level is reached (#2003, PR #2674)
* parse text of xref macro as attributes if attribute signature found (equal sign) (#2381)
* allow xrefstyle to be specified per xref by assigning the xrefstyle attribute on the xref macro (#2365)
* recognize target with .adoc extension in xref macro as an interdocument xref
* resolve nested includes in remote documents relative to URI (#2506, PR #2511)
* allow `relfilesuffix` attribute to control file extension used for interdoc xrefs (#1273)
* support `!nameAATT` (preferred), `!name=AATT`, `name!AATT`, and `name!=AATT` syntax to soft unset attribute from API or CLI (#642, PR #2649)
* allow modifier to be placed at end of name to soft set an attribute (e.g., `iconsAATT=font`) (#642, PR #2649)
* interpret `false` attribute value defined using API as a soft unset (#642, PR #2649)
* number parts if `partnums` attribute is set (#2298)
* allow footnote macro to define or reference footnote reference (footnoteref macro now deprecated) (#2347, PR #2362)
* allow custom converter to be used with custom templates; converter must declare that it supports templates (#2619)
* allow manpage path for manpage help topic to be specified using ASCIIDOCTOR_MANPAGE_PATH environment variable (PR #2653) (
*AATTaerostitch
*)
* if manpage cannot be found in default path inside gem, use `man -w asciidoctor` to resolve installed path (PR #2653)
* uncompress contents of manpage for manpage help topic if path ends with .gz (PR #2653) (
*AATTaerostitch
*)
* define source and manual refmiscinfo entries in manpage output if manual and source attributes are defined (PR #2636) (
*AATTtiwai
*)
* add syntax for adding hard line breaks in block AsciiMath equations (#2497, PR #2579) (
*AATTdimztimz
*)
* add positioning option to sectanchors attribute (sectanchors=before or sectanchors=after) (#2485, PR #2486)
* allow table striping to be configured using stripes attribute (even, odd, all, or none) or stripes roles on table (#1365, PR #2588)
* recognize `ends` as an alias to `topbot` for configuring the table frame
* add rel=nofollow property to links (text or image) when nofollow option is set (#2605, PR #2692)
* populate Document#source_location when sourcemap option is enabled (#2478, PR #2488)
* populate source_location property on list items when sourcemap option is set on document (PR #2069) (
*AATTmogztter
*)
* populate Table::Cell#source_location when sourcemap option is enabled (#2705)
* allow local include to be flagged as optional by setting optional option (#2389, PR #2413)
* allow block title to begin with a period (#2358, PR #2359)
* catalog inline anchor at start of list items in ordered and unordered lists, description list terms, and table cells (#2257)
* register document in catalog if id is set; assign reftext to document attributes if specified in a block attribute line (#2301, PR #2428)
* allow automatic width to be applied to individual columns in a table using the special value `~` (#1844)
* use the quote element in DocBook converter to represent smart quotes (#2272, PR #2356) (AATTbk2204)
* parse and pass all manpage names to output document master (i.e., shadow man pages) (#1811, #2543, PR #2414)
* parse credit line of shorthand quote block as block attributes; apply normal subs to credit line in shorthand quote blocks (#1667, PR #2452)
* populate copyright element in DocBook output from value of copyright attribute (#2728)
* preserve directories if source dir and destination dir are set (#1394, PR #2421)
* allow linkcss to be unset from API or CLI when safe mode is secure
* convert quote to epigraph element in DocBook output if block has epigraph role (#1195, PR #2664) (
*AATTbk2204
*)
* number special sections in addition to regular sections when sectnums=all (#661, PR #2463)
* upgrade to Font Awesome 4.7.0 (#2569)
* upgrade to MathJax 4.7.4 Bug fixes::
* set `:to_dir` option value correctly when output file is specified (#2382)
* preserve leading indentation in contents of AsciiDoc table cell if contents starts with a newline (#2712)
* the shorthand syntax on the style to set block attributes (id, roles, options) no longer resets block style (#2174)
* match include tags anywhere on line as long as offset by word boundary on left and space or newline on right (#2369, PR #2683)
* warn if an include tag specified in the include directive is unclosed in the included file (#2361, PR #2696)
* use correct parse mode when parsing blocks attached to list item (#1926)
* fix typo in gemspec that removed README and CONTRIBUTING files from the generated gem (PR #2650) (
*AATTaerostitch
*)
* preserve id, role, title, and reftext on open block when converting to DocBook; wrap in `` or `` (#2276)
* don\'t turn bare URI scheme (no host) into a link (#2609, PR #2611)
* don\'t convert inter-document xref to internal anchor unless entire target file is included into current file (#2200)
* fix em dash replacement in manpage converter (#2604, PR #2607)
* don\'t output e-mail address twice when replacing bare e-mail address in manpage output (#2654, PR #2665)
* use alternate macro for monospaced text in manpage output to not conflict w/ AsciiDoc macros (#2751)
* enforce that absolute start path passed to PathResolver#system_path is inside of jail path (#2642, PR #2644)
* fix behavior of PathResolver#descends_from? when base path equals / (#2642, PR #2644)
* automatically recover if start path passed to PathResolver#system_path is outside of jail path (#2642, PR #2644)
* re-enable left justification after invoking tmac URL macro (#2400, PR #2409)
* don\'t report warning about same level 0 section multiple times (#2572)
* record timings when calling convert and write on Document (#2574, PR #2575)
* duplicate header attributes when restoring; allows header attributes to be restored an arbitrary number of times (#2567, PR #2570)
* propagate `:catalog_assets` option to nested document (#2564, PR #2565)
* preserve newlines in quoted CSV data (#2041)
* allow opening quote around quoted CSV field to be on a line by itself
* output table footer after body rows (#2556, PR #2566) (
*AATTPauloFrancaLacerda
*)
* move AATTpage outside of AATTmedia print in default stylesheet (#2531, PR #2532)
* don\'t throw exception if text of dd node is nil (#2529, PR #2530)
* don\'t double escape ampersand in manpage output (#2525) (
*AATTdimztimz
*)
* fix crash when author_1 attribute is assigned directly (#2481, PR #2487)
* fix CSS for highlighted source block inside colist (#2474, PR #2490)
* don\'t append file extension to data uri of admonition icon (#2465, PR #2466)
* fix race condition in Helpers.mkdir_p (#2457, PR #2458)
* correctly process nested passthrough inside unconstrained monospaced (#2442, PR #2443)
* add test to ensure ampersand in author line is not double escaped (#2439, PR #2440)
* prevent footnote ID from clashing with auto-generated footnote IDs (#2019)
* fix alignment of icons in footnote (#2415, PR #2416)
* add graceful fallback if pygments.rb fails to return a value (#2341, PR #2342)
* escape specialchars in source if pygments fails to highlight (#2341)
* do not recognize attribute entry line if name contains colon (PR #2377)
* allow flow indexterm to be enclosed in round brackets (#2363, PR #2364)
* set outfilesuffix to match file extension of output file (#2258, PR #2367)
* add block title to dlist in manpage output (#1611, PR #2434)
* scale text to 80% in print styles (#1484, PR #2576)
* fix alignment of abstract title when using default stylesheet (PR #2732)
* only set nowrap style on table caption for auto-width table (#2392)
* output non-breaking space for man manual if absent in DocBook output (PR #2636)
* don\'t crash if stem type is not recognized (instead, fallback to asciimath) Improvements / Refactoring::
* BREAKING: rename table spread role to stretch (#2589, PR #2591)
* use cursor marks to track lines more accurately; record cursor at the start of each block, list item, or table cell (PR #2701, PR #2547) (
*AATTseikichi
*)
* log a warning message if an unterminated delimited block is detected (#1133, PR #2612)
* log a warning when nested section is found inside special section that doesn\'t support nested sections (#2433, PR #2672)
* read files in binary mode to disable automatic endline coercion (then explicitly coerce to UTF-8) (PR #2583, PR #2694)
* resolve / expand parent references in start path passed to PathResolver#system_path (#2642, PR #2644)
* update PathResolver#expand_path to resolve parent references (#2642, PR #2644)
* allow start path passed to PathResolver#system_path to be outside jail if target brings resolved path back inside jail (#2642, PR #2644)
* don\'t run File.expand_path on Dir.pwd (assume Dir.pwd is absolute) (#2642, PR #2644)
* posixify working_dir passed to PathResolver constructor if absolute (#2642, PR #2644)
* optimize detection for footnote
* and indexterm
* macros (#2347, PR #2362)
* log a warning if a footnote reference cannot be resolved (#2669)
* set logger level to DEBUG when verbose is enabled
* coerce value of `:template_dirs` option to an Array (PR #2621)
* make block roles specified using shorthand syntax additive (#2174)
* allow paragraph to masquerade as open block (PR #2412)
* move callouts into document catalog (PR #2394)
* document ID defined in block attribute line takes precedence over ID defined inside document title line
* don\'t look for link and window attributes on document when resolving these attributes for an image
* when linkattrs is set, only parse attributes in link macro if equals is present
* skip line comments in name section of manpage (#2584, PR #2585)
* always activate extension registry passed to processor (PR #2379)
* skip extension registry activation if no groups are registered (PR #2373)
* don\'t apply lead styling to first paragraph if role is present (#2624, PR #2625)
* raise clearer exception when extension class cannot be resolved (#2622, PR #2623)
* add methods to read results from timings (#2578, PR #2580)
* collapse bottom margin of last block in AsciiDoc table cell (#2568, PR #2593)
* set authorcount to 0 if there are no authors (#2519, PR #2520)
* validate fragment of interdoc xref that resolves to current doc (#2448, PR #2449)
* put id attribute on tag around phrase instead of preceding anchor (#2445, PR #2446)
* add .plist extension to XML circumfix comment family (#2430, PR #2431) (
*AATTakosma
*)
* alias Document#title method to no args Document#doctitle method (#2429, PR #2432)
* upgrade missing or unreadable include file to an error (#2424, PR #2426)
* add compliance setting to disable natural cross references (#2405, PR #2460)
* make hash in inter-document xref target optional if target has extension (#2404, PR #2406)
* add CSS class to part that matches role (#2401, PR #2402)
* add fit-content class to auto-width table (#2392)
* automatically assign parent reference when adding node to parent (#2398, PR #2403)
* leave inline anchor in section title as is if section has ID (#2243, PR #2427)
* align and improve error message about invalid use of partintro between HTML5 and DocBook converters
* rephrase warning when level 0 sections are found and the doctype is not book
* report correct line number when duplicate bibliography anchor is found
* only warn if thread_safe gem is missing when using built-in template cache
* rename enumerate_section to assign_numeral; update API docs
* drop deprecated compact option from CLI; remove from manpage
* use more robust mechanism for lazy loading the asciimath gem
* use consistent phrase to indicate the processor is automatically recovering from a problem
* change Reader#skip_comment_lines to not return skipped lines
* add styles to default stylesheet for display on Kindle (kf8) devices (PR #2475)
* purge render method from test suite (except to verify alias) Documentation::
* translate \'section-refsig\' for German language (PR #2633) (
*AATTahus1
*)
* synchronize French README with English version (PR #2637) (
*AATTflashcode
*) Build / Infrastructure::
* create an official logo for the project (#48) (
*AATTmmajko
*)
* update Ruby versions in appveyor build matrix (PR #2388) (
*AATTmiltador
*)
* add mailinglist, changelog, source, and issues URI to gem spec
* allow blocks and substitutions tests to be run directly
* asciidoctor formula now available for Homebrew (
*AATTzmwangx
*) Distribution Packages::
* https://rubygems.org/gems/asciidoctor[RubyGem (asciidoctor)]
* https://apps.fedoraproject.org/packages/rubygem-asciidoctor[Fedora (asciidoctor)]
* https://packages.debian.org/sid/asciidoctor[Debian (asciidoctor)]
* https://packages.ubuntu.com/search?keywords=asciidoctor[Ubuntu (asciidoctor)]
* https://pkgs.alpinelinux.org/packages?name=asciidoctor[Alpine Linux (asciidoctor)]
* https://software.opensuse.org/package/rubygem-asciidoctor[OpenSUSE (rubygem-asciidoctor)]
* Tue Mar 20 2018 factory-autoAATTkulow.org- updated to version 1.5.6.2 see installed CHANGELOG.adoc == 1.5.6.2 (2018-03-20) - AATTmojavelinux Bug fixes::
* fix match for multiple xref macros w/ implicit text in same line (#2450)
* PathResolver#root? returns true for absolute URL in browser env (#2595) Improvements / Refactoring::
* resolve include target correctly in browser (xmlhttprequest IO module) (#2599, #2602)
* extract method to resolve include path (allowing Asciidoctor.js to override) (#2610)
* don\'t expand docdir value passed to API (#2518)
* check mandatory attributes when creating an image block (#2349)
* drop is_ prefix from boolean methods in PathResolver (PR #2587)
* change Reader#replace_next_line to return true
* organize methods in AbstractNode Build / Infrastructure::
* clean up dependencies
* add Ruby 2.5.0 to CI build matrix (PR #2528)
* update nokogiri to 1.8.0 for ruby >= 2.1 (PR #2380) Distribution Packages::
* http://rubygems.org/gems/asciidoctor[RubyGem (asciidoctor)]
* https://apps.fedoraproject.org/packages/rubygem-asciidoctor[Fedora (rubygem-asciidoctor)]
* http://packages.debian.org/sid/asciidoctor[Debian (asciidoctor)]
* http://packages.ubuntu.com/saucy/asciidoctor[Ubuntu (asciidoctor)] https://github.com/asciidoctor/asciidoctor/issues?q=milestone%3Av1.5.6.2[issues resolved] | https://github.com/asciidoctor/asciidoctor/releases/tag/v1.5.6.2[git tag] | https://github.com/asciidoctor/asciidoctor/compare/v1.5.6.1...v1.5.6.2[full diff] // end::compact[]
 
ICM