summaryrefslogtreecommitdiff
path: root/asciidoctor-pdf.gemspec
AgeCommit message (Expand)Author
2020-01-28bump treetop to 1.6 (PR #1339)Christopher Brown
2020-01-28enable CI for Ruby 2.3 on Windows (PR #1526)Dan Allen
2020-01-28roll back rubocop upgrade since it conflictsDan Allen
2020-01-26upgrade rubocop [skip ci]Dan Allen
2020-01-18loosen dependency on rouge so the test suite picks up minor version updatesDan Allen
2020-01-17upgrade rougeDan Allen
2020-01-15add note about prawn-table dep in gemspec [skip ci]Dan Allen
2020-01-15only install deep-cover if the COVERAGE env var is set [skip ci]Dan Allen
2020-01-06specifically exclude ttfunk 1.5.0 (in favor of newer 1.5.x version) [skip ci]Dan Allen
2020-01-04lock version of ttfunk to 1.5.x [skip ci]Dan Allen
2020-01-04resolves #1461 remove obsolete patch for ttfunk (PR #1462)Dan Allen
2019-12-30upgrade rubocop; fix cop configDan Allen
2019-12-30upgrade rouge development dependencyDan Allen
2019-12-03add and customize dedicated linter rules for rspecDan Allen
2019-12-02upgrade rubocopDan Allen
2019-12-01add linterDan Allen
2019-11-14resolves #1105 upgrade prawn-svg to fix display of links in plantuml diagrams...Dan Allen
2019-10-19register asciidoctor-pdf-optimize as a bin scriptDan Allen
2019-10-11upgrade rouge (for development only)Dan Allen
2019-10-11upgrade rspec and rakeDan Allen
2019-10-11upgrade prawn-icon to 2.5.0 (upgrades Font Awesome to 5.11.2)Dan Allen
2019-09-29resolves #535 optimize PDF if writing file and optimize attribute is set (PR ...Dan Allen
2019-08-23add code coverage integration to test suiteDan Allen
2019-08-23add test for CodeRay integrationDan Allen
2019-07-16upgrade prawn-icon to 2.4.0 and thus Font Awesome to 5.8.2 (PR #1159)Dan Allen
2019-07-16update Rouge in development build to 3.6.0Dan Allen
2019-06-17resolves #1102 add support for cgi-style options on source language when high...Dan Allen
2019-05-27add visual regression tests (PR #1024)Beat Christen
2019-04-25resolves #1038 restore compatibility with Asciidoctor back to 1.5.3 (PR #1039)Dan Allen
2019-04-23resolves #262 rename Pdf module to PDFDan Allen
2019-04-23resolves #262 add asciidoctor/pdf as require aliasDan Allen
2019-04-16resolves #37 add test suite and seed with initial helpers and tests (PR #1025)Dan Allen
2019-04-12update code to cover all scenarios where font-based icons are usedDan Allen
2019-04-12resolves #891 upgrade to FontAwesome 5zyuhel
2019-04-09switch to tilde dependency versions (flexible patch number) instead of rangesDan Allen
2019-04-08resolves #886 upgrade prawn-svg to 0.29.1 (PR #1021)Dan Allen
2019-04-07update note about treetop [skip ci]Dan Allen
2019-04-07don't specify patch version for fuzzy dependency matches [skip ci]Dan Allen
2019-04-07drop support for Ruby < 2.3; clean up gemspecDan Allen
2018-12-28set version of rake dependencyDan Allen
2018-12-28remove deprecated rdoc options in gemspecDan Allen
2018-10-29add concurrent-ruby to runtime dependencies for compatiblity w/ Asciidoctor 1...Dan Allen
2017-10-03Update Prawn::Icon (PR #856)Jesse Doyle
2017-07-23resolves #803 extend version range for prawn-templates (PR #835)Dan Allen
2017-07-23fix incompatibility with Ruby 1.9.3 in gemspecDan Allen
2017-04-28use require_relative to require version constantDan Allen
2017-03-31resolves #777 upgrade prawn-svg to allow generic font names to be mapped in S...Dan Allen
2017-03-26broaden version range of prawn-templates dependency to support Ruby 1.9.3Dan Allen
2017-03-21upgrade to prawn-templates 0.0.5; remove workaroundDan Allen
2017-03-12fix compatibility with Prawn 2.2.0 (PR #773)Dan Allen