README.md in chef-rewind-0.0.5 vs README.md in chef-rewind-0.0.6
- old
+ new
@@ -4,9 +4,11 @@
rewind an existing resource. If the given resource does not exist,
a Chef::Exceptions::ResourceNotFound exception will be raised.
This function is designed to assist the library cookbook pattern.
+Effectively, the rewind resource allows you to monkeypatch a cookbook that you would rather not modify directly. It will modify some properties of a resource, during the complile phase, before chef-client actually starts the run phase.
+
## Installation
Add this line to your application's Gemfile:
gem 'chef-rewind'