Compare commits
No commits in common. "develop" and "pietervogelaar/feature/1" have entirely different histories.
develop
...
pietervoge
2 changed files with 3 additions and 7 deletions
|
@ -87,8 +87,6 @@ or
|
||||||
|
|
||||||
License and Authors
|
License and Authors
|
||||||
-------------------
|
-------------------
|
||||||
- Authors:
|
Authors: Eric Renfro <erenfro@linux-help.org>
|
||||||
- Eric Renfro <erenfro@linux-help.org>
|
Contributers: Pieter Vogelaar
|
||||||
- Contributors:
|
|
||||||
- Pieter Vogelaar
|
|
||||||
|
|
||||||
|
|
|
@ -4,9 +4,7 @@ maintainer_email 'erenfro@linux-help.org'
|
||||||
license 'GNU Lesser General Public License v3'
|
license 'GNU Lesser General Public License v3'
|
||||||
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.5'
|
version '0.1.3'
|
||||||
issues_url 'https://github.com/linux-help/sudo_rules/issues'
|
|
||||||
source_url 'https://github.com/linux-help/sudo_rules'
|
|
||||||
|
|
||||||
%w(redhat centos fedora ubuntu debian freebsd mac_os_x).each do |os|
|
%w(redhat centos fedora ubuntu debian freebsd mac_os_x).each do |os|
|
||||||
supports os
|
supports os
|
||||||
|
|
Loading…
Reference in a new issue