summaryrefslogtreecommitdiff
path: root/spec/optimizer_spec.rb
AgeCommit message (Expand)Author
2022-10-30switch from EOS to END as heredoc delimiterDan Allen
2022-10-25only run tests that require rouge if the rouge gem is availableDan Allen
2022-10-18fix assertion for gs option to not be system dependentDan Allen
2022-10-18port fix for #2355 pass -dNEWPDF=false to Ghostscript when optimizing PDF so ...Dan Allen
2022-09-28resolves #2347 add support for passing a color mode to the default optimizer ...Dan Allen
2022-09-27remove visual flag where not applicable in test suiteDan Allen
2022-09-12resolves #2337 honor GS_OPTIONS environment variable in RGhost optimizer (PR ...Dan Allen
2022-09-05resolves #2330 allow PDF optimizer to be pluggable (PR #2332)Dan Allen
2022-09-04resolves #1785 allow optimizer to be specified using :pdf_optimizer API optio...Dan Allen
2022-09-03add missing reader for compliance attribute on optimizerDan Allen
2022-07-17refactor test suiteDan Allen
2022-05-24resolves #2203 adjust TrimBox to fit inside of BleedBox when using optimizer ...Dan Allen
2022-05-03resolves #125 allow built-in optimizer to set PDF compliance flag (PDF/A and ...Dan Allen
2021-05-09fix name of optimizer script in test description [skip ci]Dan Allen
2020-11-12use rspec conditionals to filter tests instead of a postfix conditional on th...Dan Allen
2020-10-09verify optimizer works if filename contains spacesDan Allen
2020-10-09resolves #1791 allow path of ghostscript command to be controlled using `GS` ...Dan Allen
2020-09-30verify that optimizer honors PDF version set by pdf-version attributeDan Allen
2020-08-07fix lint errorDan Allen
2020-08-07verify default settings of Optimizer constructorDan Allen
2020-05-12use single-quoted heredoc where possibleDan Allen
2020-01-26make bin script tests more resilient to different methods of gem installationDan Allen
2020-01-22add tests to verify bin scripts get installedDan Allen
2019-12-04fix test failures in JRubyDan Allen
2019-12-03add and customize dedicated linter rules for rspecDan Allen
2019-12-03enforce magic comment for frozen string literalDan Allen
2019-12-02fix lint errors in test suiteDan Allen
2019-11-21fix optimizer specDan Allen
2019-11-20fix optimizer so it applies pdfmark after reading input fileDan Allen
2019-11-20fix typo in test descriptionDan Allen
2019-10-19make flags in test suite more fine-grainedDan Allen
2019-10-17test asciidoctor-pdf-optimize bin scriptDan Allen
2019-10-17use default quality if specified quality for optimizer is not recognizedDan Allen
2019-10-13fix warnings in test suiteDan Allen
2019-10-02optimizer should retain PDF version (PDF compatibility level)Dan Allen
2019-09-29resolves #535 optimize PDF if writing file and optimize attribute is set (PR ...Dan Allen