index
:
asciidoctor-pdf
2.3.17-magentastripe
2.3.9-magentastripe
main
part-pictures
MSM's fork of Asciidoctor-PDF
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spec
/
pdf_info_spec.rb
Age
Commit message (
Expand
)
Author
2022-10-30
switch from EOS to END as heredoc delimiter
Dan Allen
2021-05-05
resolves #1922 use value of author attribute in PDF info and pdfmark if autho...
Dan Allen
2020-10-05
resolves #1778 use value of author attribute for PDF info and pdfmark if lock...
Dan Allen
2020-08-10
verify stream compress is disable if a page is imported
Dan Allen
2020-06-09
verify current time is used as fallback for both mod date and creation date
Dan Allen
2020-05-07
drop unsupported versions of Ruby (Ruby < 2.5 and JRuby < 9.2) (PR #1682)
Dan Allen
2020-03-13
test authors with non-Latin characters
Dan Allen
2020-03-08
resolves #1594 sanitize PDF info values (PR #1595)
Dan Allen
2020-02-12
resolves #1552 drop support for versions of Asciidoctor < 2 (PR #1553)
Dan Allen
2020-02-07
use eql in test suite instead of eq (PR #1543)
Dan Allen
2020-01-09
resolves #1471 compress streams if the compress attribute is set on the docum...
Dan Allen
2019-12-03
add and customize dedicated linter rules for rspec
Dan Allen
2019-12-03
enforce magic comment for frozen string literal
Dan Allen
2019-12-02
fix lint errors in test suite
Dan Allen
2019-11-21
don't include software versions in PDF info if reproducible attribute is set
Dan Allen
2019-11-17
add tests to verify SOURCE_DATE_EPOCH compliance
Dan Allen
2019-11-12
add test for date parsing when populating pdf info
Dan Allen
2019-10-26
resolves #1348 don't duplicate first section in outline if doctitle is not se...
Dan Allen
2019-10-24
fix warnings
Dan Allen
2019-08-31
verify :Author metadata field is set regardless of how authors are defined
Dan Allen
2019-08-24
verify Subject and Keyword fields are set to value of subject and keyword att...
Dan Allen
2019-07-27
simplify attribute assignments in test suite
Dan Allen
2019-07-04
remove trailing space in source [skip ci]
Dan Allen
2019-06-30
resolves #302 set PDF version to 1.4 by default; allow pdf-version attribute ...
Dan Allen
2019-05-31
set imagesdir in tests by default to simplify tests
Dan Allen
2019-05-31
verify date info is not added to PDF if reproducible attribute is set
Dan Allen
2019-04-23
resolves #262 rename Pdf module to PDF
Dan Allen
2019-04-20
add outline tests; add helpers to extract outline; improve existing helpers
Dan Allen
2019-04-16
resolves #37 add test suite and seed with initial helpers and tests (PR #1025)
Dan Allen