diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2019-04-08 01:43:56 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2019-04-12 23:58:47 -0600 |
| commit | 54e68e0830ed0c877939ee478da9a85285384126 (patch) | |
| tree | c7ad1adc6f6c8ae50fbb463d5e8fb9d50208590c /asciidoctor-pdf.gemspec | |
| parent | 2099eba9f633dbccddc7b01b6c54ac450bae752f (diff) | |
update code to cover all scenarios where font-based icons are used
- suppress Prawn::Icon warning when legacy fa icon set is used
- log an info message using the Asciidoctor logger if the legacy fa icon set is used
- search for the legacy icon in all the Font Awesome icon sets
- use a reverse lookup to resolve the icon set for a list marker glyph
- make patch version for prawn-icon dependency fuzzy
- update FontAwesome example in theming guide
Diffstat (limited to 'asciidoctor-pdf.gemspec')
| -rw-r--r-- | asciidoctor-pdf.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asciidoctor-pdf.gemspec b/asciidoctor-pdf.gemspec index 04536744..02d8adaf 100644 --- a/asciidoctor-pdf.gemspec +++ b/asciidoctor-pdf.gemspec @@ -40,7 +40,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'prawn-table', '~> 0.2.0' s.add_runtime_dependency 'prawn-templates', '~> 0.1.0' s.add_runtime_dependency 'prawn-svg', '~> 0.29.0' - s.add_runtime_dependency 'prawn-icon', '2.3.0' + s.add_runtime_dependency 'prawn-icon', '~> 2.3.0' s.add_runtime_dependency 'safe_yaml', '~> 1.0.0' s.add_runtime_dependency 'thread_safe', '~> 0.3.0' s.add_runtime_dependency 'concurrent-ruby', '~> 1.1.0' |
