Package Details: ruby-asciidoctor-diagram 2.3.1-2

Git Clone URL: https://aur.archlinux.org/ruby-asciidoctor-diagram.git (read-only, click to copy)
Package Base: ruby-asciidoctor-diagram
Description: Asciidoctor diagramming extension
Upstream URL: https://github.com/asciidoctor/asciidoctor-diagram
Licenses: MIT
Submitter: None
Maintainer: envolution
Last Packager: envolution
Votes: 3
Popularity: 0.119256
First Submitted: 2021-01-25 17:41 (UTC)
Last Updated: 2025-02-12 21:26 (UTC)

Dependencies (14)

Sources (1)

Latest Comments

envolution commented on 2025-02-12 21:27 (UTC)

@mathieu_g1 thanks for your report, added -batik to aur and included as dependency

mathieu_g1 commented on 2025-02-12 09:26 (UTC) (edited on 2025-02-12 09:27 (UTC) by mathieu_g1)

Require asciidoctor-diagram-batik as a dependency otherwise you will get this error message :

# asciidoctor -r asciidoctor-diagram -b html5 test.adoc --trace
/usr/lib/ruby/3.3.0/rubygems/specification.rb:1417:in `rescue in block in activate_dependencies': Could not find 'asciidoctor-diagram-batik' (~> 1.17) among 132 total gem(s) (Gem::MissingSpecError)
# cat test.adoc
= Asciidoctor Diagram

[ditaa]
----
                  +-------------+
                  | asciidoctor |---------------+
                  |  diagram    |               |
                  +-------------+               | image
                         ^                      |
                         | diagram source       |
                         |                      v
 +--------+       +------+------+        /--------------\
 |  adoc  |------>+ asciidoctor +------->| HTML + image |
 +--------+       +-------------+  html  \--------------/
----