Fixed typos and version bump

This commit is contained in:
Eric Renfro 2015-05-13 12:14:32 -04:00
parent b8b96ad0b8
commit 86ef9ca0d2
2 changed files with 6 additions and 2 deletions

View File

@ -3,9 +3,13 @@ sudo_rules CHANGELOG
This file is used to list changes made in each version of the sudo_rules cookbook.
0.1.1
-----
- [erenfro] - Cleanup typos.
0.1.0
-----
- [erenfro] - Initial release of test
- [erenfro] - Initial release of sudo_rules
- - -
Check the [Markdown Syntax Guide](http://daringfireball.net/projects/markdown/syntax) for help with Markdown.

View File

@ -4,7 +4,7 @@ maintainer_email 'erenfro@linux-help.org'
license 'All rights reserved'
description 'Configures sudo rules from data bags using the sudo cookbook'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.1.0'
version '0.1.1'
depends 'sudo', '>= 2.7.1'