Skip to content

Commit

Permalink
upgrade prawn-icon to 2.4.0 and thus Font Awesome to 5.8.2 (PR asciid…
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux authored Jul 16, 2019
1 parent 8c83fd5 commit ce070cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion asciidoctor-pdf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.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'
Expand Down
Binary file modified examples/chronicles-example.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions spec/admonition_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
(expect text).to have_size 2
label_text = text[0]
(expect label_text[:string]).to eql ?\uf0eb
(expect label_text[:font_name]).to eql 'FontAwesome5FreeRegular'
(expect label_text[:font_name]).to eql 'FontAwesome5Free-Regular'
content_text = text[1]
(expect content_text[:string]).to eql 'Look for the warp zone under the bridge.'
end
Expand All @@ -54,7 +54,7 @@
(expect text).to have_size 2
label_text = text[0]
(expect label_text[:string]).to eql ?\uf3d1
(expect label_text[:font_name]).to eql 'FontAwesome5FreeRegular'
(expect label_text[:font_name]).to eql 'FontAwesome5Free-Regular'
content_text = text[1]
(expect content_text[:string]).to eql 'Look for the warp zone under the bridge.'
end
Expand Down

0 comments on commit ce070cb

Please sign in to comment.