summaryrefslogtreecommitdiff
path: root/spec/reproducible_spec.rb
AgeCommit message (Collapse)Author
2020-03-01Add support for heredoc documents in test suite (PR #313)Marat Radchenko
2020-02-18resolves #47 stop requiring specific include file scheme (PR #302)Marat Radchenko
support conversion of article documents to a single-chapter file resolves #205 support special chapters like bibliography resolves #190 `basedir` now points to spine document directory when processing chapter files resolves #178 fix image and listing numbers being reset in each chapter resolves #166 fix xref resolving between sub-includes of chapter files resolves #151 add support for contentless include files resolves #136 drop nonstandard `<<chapter#>>` xref syntax and instead support vanilla `<<anchor>>` or `<<file#anchor>>` syntax resolves #206 properly include bibliography generated by asciidoctor-bibtex require Asciidoctor 1.5.6+
2020-02-12resolves #203 do not include current date if `:reproducible:` attribute is ↵Marat Radchenko
set (PR #296) Also, respect `SOURCE_DATE_EPOCH` environment variable for reproducible builds