- replace 'include ChefVaultItem' with 'include ChefVaultCookbook' to reflect change in chef-vault cookbook 1.3.1
- fix specs
- Switch from MIT to Apache 2.0 license
- fix the predicate use of the guard state helper (it could throw a LocalJumpError exception previously)
- change the name of the
guard
attribute of the resource totest_and_remember
.guard
remains usable as an alias and will for the next few releases, but issues a deprecation warning
- fix the exception catching block in the SNS handler to ensure that aws-sdk is loaded before we try to catch one of its exceptions
- add a
guard
mode to the resource, which tries to decrypt one and remembers the result for use later in avault_available?
guard
- initial release to public supermarket