Skip to content

Commit

Permalink
Docs update & bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
iafonov committed Aug 7, 2012
1 parent 576ab5b commit 12dc861
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -16,6 +16,7 @@ There are no additional limitations on environment. You can use it with any kind

* `node["simple_cuke"]["suite_path"]` - Location for the test suite on the target node (`/var/chef/handlers/suite` by default)
* `node["simple_cuke"]["reporter"]` - Reporter which would be used to notify you results of tests.
* `node["simple_cuke"]["cookbooks"]` - Array of cookbooks which have supplied tests

## Usage

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -4,5 +4,5 @@
license "MIT"
description "Provides dead simple ability to test and verify setup after chef-client run"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.0.2"
version "0.0.3"
depends "chef_handler"

0 comments on commit 12dc861

Please sign in to comment.