summaryrefslogtreecommitdiff
path: root/Gemfile
AgeCommit message (Expand)Author
2021-07-10move all syntax highlighter dependencies to GemfileDan Allen
2021-07-04remove unnecessary rexml dependency in CIDan Allen
2021-07-02upgrade RuboCop, add new rules, and adjust code to confirm [skip ci]Dan Allen
2021-06-16upgrade RuboCop and adjust code to match fix for RegexpLiteral ruleDan Allen
2021-06-10exclude rubocop 1.16.1, which has a known bugDan Allen
2021-06-10upgrade rubocop-rspec and add new rules [skip ci]Dan Allen
2021-06-02upgrade RuboCop and fix indentation of multi-line method calls [skip ci]Dan Allen
2021-05-07update RuboCop; allow non-ASCII characters in comments [skip ci]Dan Allen
2021-04-30upgrade rubocopDan Allen
2021-03-18update Rubocop and disable unnecessary disabling of Style/HashConversion rule...Dan Allen
2021-02-16upgrade Rubocop and fix new warningsDan Allen
2021-01-27add rubocop-rakeDan Allen
2021-01-26upgrade dependencies and fix new lint violationsDan Allen
2021-01-20resolves #1583 add basic tests for Asciidoctor Diagram integrationDan Allen
2021-01-03add Ruby 3 to CI matrix; make it primary; patch bug in Prawn; use it for rele...Dan Allen
2020-11-11upgrade RuboCop, add new rules, and update code to fix violationsDan Allen
2020-09-29upgrade rubocop and update code to honor new rulesDan Allen
2020-07-16upgrade DeepCover [skip ci]Dan Allen
2020-07-16upgrade Rubocop and update code according to new rulesDan Allen
2020-07-14use and enforce a consistent style for comment annotationsDan Allen
2020-05-07drop unsupported versions of Ruby (Ruby < 2.5 and JRuby < 9.2) (PR #1682)Dan Allen
2020-05-06remove .git suffix for GitHub URLDan Allen
2020-05-06upgrade deep-cover and excluded generated parser from coverage reportDan Allen
2020-04-14Bump Rubocop to 0.81 (PR #1646)Marat Radchenko
2020-01-28fix lint error in GemfileDan Allen
2020-01-28enable CI for Ruby 2.3 on Windows (PR #1526)Dan Allen
2020-01-25add test for integration with prawn-gmagickDan Allen
2020-01-20fix lint errorDan Allen
2020-01-20add test for behavior of cache-uri document attributeDan Allen
2020-01-15only install deep-cover if the COVERAGE env var is set [skip ci]Dan Allen
2020-01-06disable require for prawn-table in Gemfile [skip ci]Dan Allen
2019-12-03first wave of lint violations in application codeDan Allen
2019-11-13resolves #20 hyphenate prose using the text-hyphen gem if the hyphens attribu...Dan Allen
2019-09-29resolves #535 optimize PDF if writing file and optimize attribute is set (PR ...Dan Allen
2019-08-29resolves #1233 don't crash when aligning line numbers of source highlighted w...Dan Allen
2019-06-17resolves #1102 add support for cgi-style options on source language when high...Dan Allen
2019-05-29take rouge out of examples groupDan Allen
2019-05-02add rudimentary tests for indexDan Allen
2019-04-30add tests to verify words in table aren't broken when autowidth is setDan Allen
2019-04-25resolves #1038 restore compatibility with Asciidoctor back to 1.5.3 (PR #1039)Dan Allen
2019-04-07drop exceptions and workarounds for Ruby < 2.3Dan Allen
2018-12-28set version of rake dependencyDan Allen
2018-12-28set up yarn to generate API docsDan Allen
2017-10-08upgade Rouge to 2.2.1Dan Allen
2017-07-23document how to install Asciidoctor PDF on Ruby 2.0.0Dan Allen
2017-02-15upgrade Rouge to 2.0.7Dan Allen
2016-12-09update instructions and Gemfile config to use with Ruby 1.9.3Dan Allen
2016-09-27resolves #363 transform text containing multibyte characters (PR #586)Dan Allen
2016-09-09upgrade version of rougeDan Allen
2016-08-04resolves #471 fix compatibility with Rouge >= 1.11.1 (PR #493)Dan Allen