0.6.5
- Fix one-shot testing code to work with Chef versions prior to 11.12.
- Make one-shot testing error line detection code more robust (#48 - Kim Tore Jensen)
- Add
chain_condition
attribute torule
provider. This allows to specify
a condition which is tested before jumping to the chain.
If achain_condition
is not specified, the jump is unconditional, as before. - Fix README examples to use
direction
attribute rather thanchain
.