summaryrefslogtreecommitdiff
path: root/asciidoctor-pdf.gemspec
diff options
context:
space:
mode:
authorJesse Doyle <jdoyle@ualberta.ca>2015-02-01 17:46:29 -0700
committerDan Allen <dan.j.allen@gmail.com>2015-05-13 22:24:03 -0600
commit7463621c497270db7353807291728f9e6653c602 (patch)
tree37508b3ddf2504d7fe3a9a35e82902a67d93e4e5 /asciidoctor-pdf.gemspec
parente5df0c5274dd57a2ed99e9a9cf48899d64166661 (diff)
resolves #15 add support for font-based icons
Integrate with prawn-icon to draw admonition icons using Font Awesome when the document attribute "icons" has the value "font".
Diffstat (limited to 'asciidoctor-pdf.gemspec')
-rw-r--r--asciidoctor-pdf.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/asciidoctor-pdf.gemspec b/asciidoctor-pdf.gemspec
index 09ca6328..a19b78db 100644
--- a/asciidoctor-pdf.gemspec
+++ b/asciidoctor-pdf.gemspec
@@ -41,6 +41,7 @@ An extension for Asciidoctor that converts AsciiDoc documents to PDF using the P
s.add_runtime_dependency 'prawn-table', '0.1.1'
s.add_runtime_dependency 'prawn-templates', '0.0.3'
s.add_runtime_dependency 'prawn-svg', '0.18.0'
+ a.add_runtime_dependency 'prawn-icon', '0.6.4'
s.add_runtime_dependency 'safe_yaml', '1.0.4'
s.add_runtime_dependency 'thread_safe', '0.3.4'
s.add_runtime_dependency 'treetop', '1.5.3'