summaryrefslogtreecommitdiff
path: root/spec/pdf_info_spec.rb
AgeCommit message (Collapse)Author
2022-10-30switch from EOS to END as heredoc delimiterDan Allen
2021-05-05resolves #1922 use value of author attribute in PDF info and pdfmark if ↵Dan Allen
authors attribute is not set (PR #1923)
2020-10-05resolves #1778 use value of author attribute for PDF info and pdfmark if ↵Dan Allen
locked by the API (PR #1779)
2020-08-10verify stream compress is disable if a page is importedDan Allen
2020-06-09verify current time is used as fallback for both mod date and creation dateDan Allen
2020-05-07drop unsupported versions of Ruby (Ruby < 2.5 and JRuby < 9.2) (PR #1682)Dan Allen
2020-03-13test authors with non-Latin charactersDan Allen
2020-03-08resolves #1594 sanitize PDF info values (PR #1595)Dan Allen
2020-02-12resolves #1552 drop support for versions of Asciidoctor < 2 (PR #1553)Dan Allen
2020-02-07use eql in test suite instead of eq (PR #1543)Dan Allen
- eql does not attempt to cast type
2020-01-09resolves #1471 compress streams if the compress attribute is set on the ↵Dan Allen
document (PR #1481)
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-21don't include software versions in PDF info if reproducible attribute is setDan Allen
2019-11-17add tests to verify SOURCE_DATE_EPOCH complianceDan Allen
2019-11-12add test for date parsing when populating pdf infoDan Allen
2019-10-26resolves #1348 don't duplicate first section in outline if doctitle is not ↵Dan Allen
set (PR #1350)
2019-10-24fix warningsDan Allen
2019-08-31verify :Author metadata field is set regardless of how authors are definedDan Allen
2019-08-24verify Subject and Keyword fields are set to value of subject and keyword ↵Dan Allen
attributes, respectively
2019-07-27simplify attribute assignments in test suiteDan Allen
2019-07-04remove trailing space in source [skip ci]Dan Allen
2019-06-30resolves #302 set PDF version to 1.4 by default; allow pdf-version attribute ↵Dan Allen
to override (PR #1119)
2019-05-31set imagesdir in tests by default to simplify testsDan Allen
- set imagesdir by default in to_pdf and to_pdf_file - set nofooter by default in to_pdf_file - add support for attribute_overrides option to to_pdf and to_pdf_file - always pass attributes as a hash
2019-05-31verify date info is not added to PDF if reproducible attribute is setDan Allen
2019-04-23resolves #262 rename Pdf module to PDFDan Allen
- rename Pdf module to PDF - alias Pdf to PDF for backwards compatibility
2019-04-20add outline tests; add helpers to extract outline; improve existing helpersDan Allen
2019-04-16resolves #37 add test suite and seed with initial helpers and tests (PR #1025)Dan Allen
- add test suite based on RSpec - seed test suite with initial helpers and tests - configure test suite to run in CI - add dependency on rspec and pdf-inspector gems - add spec rake task