summaryrefslogtreecommitdiff
path: root/Gemfile
AgeCommit message (Collapse)Author
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
- upgrade development build to prawn-pdf snapshot - add tests to verify words in table aren't broken when autowidth is set
2019-04-25resolves #1038 restore compatibility with Asciidoctor back to 1.5.3 (PR #1039)Dan Allen
- restore support for Asciidoctor back to 1.5.3 - tighten allowed dependency range of asciidoctor gem in gemspec - mention minimum supported Asciidoctor version in README - add automatic verification of support for Asciidoctor 1.5.3
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
- add multibyte-aware helpers methods to transform text - if Ruby < 2.4, load Unicode or ActiveSupport::Multibyte, in that order, if available - add section about Text Transforms in theming guide - document how to activate multibyte transform support for Ruby < 2.4
2016-09-09upgrade version of rougeDan Allen
2016-08-04resolves #471 fix compatibility with Rouge >= 1.11.1 (PR #493)Dan Allen
2016-08-04add rouge to Gemfile for use with examplesDan Allen
2015-06-19resolves #68 upgrade PrawnDan Allen
- set Prawn version to >= 1.3.0 and < 3.0.0 - convince Bundler to install Prawn 1.3.0 if Ruby version < 2.0.0 - resolve missing on_page_create method - add check for on_page_create method since its status is questionable - update README and theming guide to reflect changes
2014-04-29add initial gemspec and build fileDan Allen
2014-01-11initial import of Asciidoctor PDFDan Allen