summaryrefslogtreecommitdiff
path: root/asciidoctor-pdf.gemspec
AgeCommit message (Expand)Author
2022-08-19tighten project descriptionDan Allen
2022-04-17upgrade rspecDan Allen
2022-04-16bump minimum Ruby version to 2.7 and remove obsolete patches (PR #2038)Dan Allen
2022-04-15declare matrix as a dependency until prawn does (PR #2037)Dan Allen
2022-03-07use prawn-table release (PR #2006)Dan Allen
2021-09-05drop safe_yaml gem in favor of YAML.safe_load in Ruby stdlib (PR #1924)Dan Allen
2021-07-10move all syntax highlighter dependencies to GemfileDan Allen
2021-03-24include LICENSE file (rather than LICENSE.adoc) in gem package [skip ci]Dan Allen
2021-03-17resolves #1891 upgrade to prawn-svg 0.32 (PR #1893)Dan Allen
2021-02-27prepare branch to be renamed from master to mainDan Allen
2021-01-26upgrade dependencies and fix new lint violationsDan Allen
2021-01-03upgrade prawn-icon to 3.0.xDan Allen
2020-12-31upgrade to prawn 2.4 (PR #1852)Dan Allen
2020-10-24resolves #1732 upgrade prawn-svg and verify that data-uri targets in SVG are ...Dan Allen
2020-10-04remove unused thread_safe gem from gemspecDan Allen
2020-08-09upgrade to Prawn 2.3.0Dan Allen
2020-08-09release lock on ttfunk versionDan Allen
2020-05-07drop unsupported versions of Ruby (Ruby < 2.5 and JRuby < 9.2) (PR #1682)Dan Allen
2020-03-11relax dependency on concurrent-ruby (PR #1601)Pirate Praveen Arimbrathodiyil
2020-02-12resolves #1552 drop support for versions of Asciidoctor < 2 (PR #1553)Dan Allen
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