Fixed typos and version bump
This commit is contained in:
parent
b8b96ad0b8
commit
86ef9ca0d2
2 changed files with 6 additions and 2 deletions
|
@ -3,9 +3,13 @@ sudo_rules CHANGELOG
|
||||||
|
|
||||||
This file is used to list changes made in each version of the sudo_rules cookbook.
|
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
|
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.
|
Check the [Markdown Syntax Guide](http://daringfireball.net/projects/markdown/syntax) for help with Markdown.
|
||||||
|
|
|
@ -4,7 +4,7 @@ maintainer_email 'erenfro@linux-help.org'
|
||||||
license 'All rights reserved'
|
license 'All rights reserved'
|
||||||
description 'Configures sudo rules from data bags using the sudo cookbook'
|
description 'Configures sudo rules from data bags using the sudo cookbook'
|
||||||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
||||||
version '0.1.0'
|
version '0.1.1'
|
||||||
|
|
||||||
depends 'sudo', '>= 2.7.1'
|
depends 'sudo', '>= 2.7.1'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue