Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ruby3.2-rubygem-asciidoctor-2.0.20-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: ruby3.2-rubygem-asciidoctor Distribution: openSUSE:Factory:zSystems
Version: 2.0.20 Vendor: openSUSE
Release: 1.1 Build date: Tue Jun 27 23:23:12 2023
Group: Development/Languages/Ruby Build host: s390zp29
Size: 1326062 Source RPM: rubygem-asciidoctor-2.0.20-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://asciidoctor.org
Summary: An implementation of the AsciiDoc text processor and publishing
A fast, open source text processor and publishing toolchain for converting
AsciiDoc content to HTML 5, DocBook 5, and other formats.

Provides

Requires

License

MIT

Changelog

* Wed Jun 21 2023 Osama Alrifai <osamaalrifai18@gmail.com>
  - update to 2.0.20
    Bug Fixes::
    * Update `release-version` attribute in READMEs and man page during release
    * Rebuild man page during release
    === Details
    {url-repo}/releases/tag/v2.0.20[git tag] | {url-repo}/compare/v2.0.19\...v2.0.20[full diff]
    // end::compact[]
    == 2.0.19 (2023-05-17) - @mojavelinux
    Improvements::
    * Return empty string instead of nil if raw or verbatim block has no lines
    * Don't uppercase monospace span in section title in manpage output (#4402)
    * Simplify processing of implicit link (i.e., autolink) by separating implicit and explicit match
    * Generate partintro block consistently (#4450)
    * Add Kiswahili translation for built-in labels (PR #4454) (*@bkmgit*)
    Compliance::
    * Fix call order so use of an include file with invalid encoding continues to raise error when using Ruby >= 3.2.0
    * Fix test assertion for fallback Rouge stylesheet to be compatible with Rouge 4.1 (#4406) (*@tmzullinger*)
    * Support `notitle` option on section as alternative to `untitled` to hide title (#4437)
    * Add support for Haml 6 to template converter (#4429)
    Bug Fixes::
    * Process constrained inline passthrough inside monospace span (#4458)
    * Catalog inline ref defined using anchor macro even when resolved reftext is empty
    * Use while loop rather than recursion to locate next line to process; prevents stack limit error (#4368)
    * Avoid matching numeric character references when searching for # in xref target (#4393)
    * Use correct selector to collapse margin on first and last child of sidebar
    * Don't allow target of include directive to start with a space (to distinguish it from a dlist item) or to end with a space
    * Manify alt text of block image in manpage output (#4401)
    * Adjust font size of term in horizontal dlist to match font size of term in regular dlist
    * Implicitly attach nested list that starts with block attribute lines to dlist entry (#4268)
    * Don't swallow square brackets when processing escaped URL macro
    * Treat `uri:classloader:` as an absolute path prefix when running on JRuby (#3929)
    * Apply reftext substitutions to value of `mantitle` attribute in DocBook output (#4448)
    * Enclose `<reftext>` tag in `<article>` tag in DocBook output for man page (#4452)
    * Correctly handle compat role on monospace and constrained passthrough when box attrlist or formatted text is escaped
* Fri Oct 28 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 2022 Stephan Kulow <coolo@suse.com>
  updated to version 2.0.17
    see installed CHANGELOG.adoc
* Thu Jun 24 2021 Stephan Kulow <coolo@suse.com>
  updated to version 2.0.15
    see installed CHANGELOG.adoc
* Wed Jan 20 2021 Stephan Kulow <coolo@suse.com>
  updated to version 2.0.12
    see installed CHANGELOG.adoc
* Fri Jul 19 2019 Stephan Kulow <coolo@suse.com>
  - updated to version 2.0.10
    see installed CHANGELOG.adoc
    == 2.0.10 (2019-05-31) - @mojavelinux
    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 <coolo@suse.com>
  - updated to version 2.0.9
    see installed CHANGELOG.adoc
    // tag::compact[]
    == 2.0.9 (2019-04-30) - @mojavelinux
    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) - @mojavelinux
    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) - @mojavelinux
    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 `@` 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) - @mojavelinux
    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) - @mojavelinux
    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) - @mojavelinux
    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 <coolo@suse.com>
  - updated to version 2.0.3
    see installed CHANGELOG.adoc
* Mon Nov 12 2018 Stephan Kulow <coolo@suse.com>
  - updated to version 1.5.8
    see installed CHANGELOG.adoc
    == 1.5.8 (2018-10-28) - @mojavelinux
    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) (*@mogztter*)
    * 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) (*@zelivans*)
    * don't crash when attribute entry continuation is used on last line of file (#2880) (*@zelivans*)
    * 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 `!name@` 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) (*@jwehmschulte*)
    * sync French translation of README (*@mogztter*)
    * add Swedish translation of built-in attributes (PR #2930) (*@jonasbjork*)
    Build / Infrastructure::
    * replace thread_safe with concurrent-ruby (PR #2822) (*@junaruga*)
    // tag::compact[]
* Wed May 16 2018 factory-auto@kulow.org
  - updated to version 1.5.7.1
    see installed CHANGELOG.adoc
    == 1.5.7.1 (2018-05-10) - @mojavelinux
    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)

Files

/etc/alternatives/asciidoctor
/etc/alternatives/asciidoctor-2.0.20
/etc/alternatives/asciidoctor.ruby3.2
/usr/bin/asciidoctor
/usr/bin/asciidoctor-2.0.20
/usr/bin/asciidoctor.ruby3.2
/usr/bin/asciidoctor.ruby3.2-2.0.20
/usr/lib64/ruby/gems/3.2.0/build_info
/usr/lib64/ruby/gems/3.2.0/cache/asciidoctor-2.0.20.gem
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/.yardopts
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/CHANGELOG.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/LICENSE
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/README-de.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/README-fr.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/README-jp.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/README-zh_CN.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/README.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/asciidoctor.gemspec
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/bin
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/bin/asciidoctor
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale/attributes-ar.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale/attributes-be.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale/attributes-bg.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale/attributes-ca.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale/attributes-cs.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale/attributes-da.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale/attributes-de.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale/attributes-en.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale/attributes-es.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale/attributes-fa.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale/attributes-fi.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale/attributes-fr.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale/attributes-hu.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale/attributes-id.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale/attributes-it.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale/attributes-ja.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale/attributes-ko.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale/attributes-nb.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale/attributes-nl.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale/attributes-nn.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale/attributes-pl.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale/attributes-pt.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale/attributes-pt_BR.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale/attributes-ro.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale/attributes-ru.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale/attributes-sr.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale/attributes-sr_Latn.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale/attributes-sv.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale/attributes-sw.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale/attributes-th.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale/attributes-tr.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale/attributes-uk.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale/attributes-vi.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale/attributes-zh_CN.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale/attributes-zh_TW.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/locale/attributes.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/reference
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/reference/syntax.adoc
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/stylesheets
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/stylesheets/asciidoctor-default.css
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/data/stylesheets/coderay-asciidoctor.css
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/abstract_block.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/abstract_node.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/attribute_list.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/block.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/callouts.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/cli
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/cli.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/cli/invoker.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/cli/options.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/convert.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/converter
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/converter.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/converter/composite.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/converter/docbook5.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/converter/html5.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/converter/manpage.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/converter/template.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/core_ext
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/core_ext.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/core_ext/float
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/core_ext/float/truncate.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/core_ext/hash
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/core_ext/hash/merge.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/core_ext/match_data
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/core_ext/match_data/names.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/core_ext/nil_or_empty.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/core_ext/regexp
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/core_ext/regexp/is_match.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/document.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/extensions.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/helpers.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/inline.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/list.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/load.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/logging.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/parser.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/path_resolver.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/reader.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/rouge_ext.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/rx.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/section.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/stylesheets.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/substitutors.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/syntax_highlighter
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/syntax_highlighter.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/syntax_highlighter/coderay.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/syntax_highlighter/highlightjs.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/syntax_highlighter/html_pipeline.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/syntax_highlighter/prettify.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/syntax_highlighter/pygments.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/syntax_highlighter/rouge.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/table.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/timings.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/version.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/lib/asciidoctor/writer.rb
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/man
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/man/asciidoctor.1
/usr/lib64/ruby/gems/3.2.0/gems/asciidoctor-2.0.20/man/asciidoctor.adoc
/usr/lib64/ruby/gems/3.2.0/specifications/asciidoctor-2.0.20.gemspec
/usr/share/doc/packages/ruby3.2-rubygem-asciidoctor
/usr/share/doc/packages/ruby3.2-rubygem-asciidoctor/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024