From 9bed74a82320e2e1a0fa8c6730c0cb18d56df893 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Mon, 18 May 2015 11:09:34 -0400 Subject: [PATCH 1/2] Adjusted formatteding for contributors --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f78d21..5379318 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,8 @@ or License and Authors ------------------- -Authors: Eric Renfro -Contributers: Pieter Vogelaar +- Authors: + - Eric Renfro +- Contributors: + - Pieter Vogelaar From df09afab32566157fecf50a1dedb69f98a17f0ba Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Mon, 18 Jul 2016 19:03:02 -0400 Subject: [PATCH 2/2] Added issues_url and source_url --- metadata.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index c45a632..92f0032 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,9 @@ maintainer_email 'erenfro@linux-help.org' license 'GNU Lesser General Public License v3' 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.4' +version '0.1.5' +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| supports os