diff --git a/.gitignore b/.gitignore index aa055b6..f1745b7 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ Berksfile.lock .zero-knife.rb Policyfile.lock.json knife.rb +syntaxcache diff --git a/metadata.rb b/metadata.rb index cbbfd22..8a718db 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache 2.0' description 'Configures Windows security policy' long_description 'A helper cookbook that allows you to use attributes and custom resources to manage your local security policy on Windows.' -version '0.3.4' - +version '0.3.5' +supports 'windows' issues_url 'https://github.com/grdnrio/windows-security-policy/issues' if respond_to?(:issues_url) source_url 'https://github.com/grdnrio/windows-security-policy' if respond_to?(:source_url)