DocOps / liquidoc-gem

The canonical gem source for LiquiDoc, a ruby-based documentation parsing and rendering utility enabling advanced builds with Asciidoctor, Jekyll, Liquid, and semi-structured data files.
https://docs.docops.org/liquidoc-user-manual.html
MIT License
12 stars 5 forks source link

Fix options bug; add ability to skip missing migrate sources #60

Closed briandominick closed 5 years ago

briandominick commented 5 years ago

The options: setting for migrate actions was reading an erroneous truthiness to test for the existence of a setting. Fixed this so opt settings other than inclusive: false actually work.

Added the ability to set an option missing: with either warn or raise as values.

Added example and explanation for new missing: setting to README and improved the illustrative capacity of the examples.

Thanks for help from Hector Palacios (@hpalacio).

briandominick commented 5 years ago

Adjusted the options for missing: as per @hpalacio's suggestion in PR #61

hpalacio commented 5 years ago

Cool! Will you be able to merge it today? Thanks.

briandominick commented 5 years ago

@hpalacio Merged and gem 0.9.5 published!