From 2ffca0d04ee8e01a6da7d48cc3833fd253bc5ec5 Mon Sep 17 00:00:00 2001 From: Bastian Schwarz Date: Sat, 20 Jun 2020 18:09:30 +0200 Subject: [PATCH] Adding metadata.json to test if the upload works that way --- metadata.json | 35 +++++++++++++++++++++++++++++++++++ metadata.rb | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 metadata.json diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..e6d717b --- /dev/null +++ b/metadata.json @@ -0,0 +1,35 @@ +{ + "name": "codenamephp_bash", + "description": "Makes sure bash is installed and handles bash configurations", + "long_description": "", + "maintainer": "Bastian Schwarz", + "maintainer_email": "bastian@codename-php.de", + "license": "Apache-2.0", + "platforms": { + "debian": "~> 10" + }, + "dependencies": { + + }, + "providing": { + + }, + "recipes": { + + }, + "version": "2.0.3", + "source_url": "https://github.com/codenamephp/chef.cookbook.bash", + "issues_url": "https://github.com/codenamephp/chef.cookbook.bash/issues", + "privacy": false, + "chef_versions": [ + [ + ">= 13.0" + ] + ], + "ohai_versions": [ + + ], + "gems": [ + + ] +} diff --git a/metadata.rb b/metadata.rb index 81e1858..6f3e380 100644 --- a/metadata.rb +++ b/metadata.rb @@ -5,7 +5,7 @@ maintainer_email 'bastian@codename-php.de' license 'Apache-2.0' description 'Makes sure bash is installed and handles bash configurations' -version '2.0.3' +version '2.0.4' chef_version '>= 13.0' issues_url 'https://github.com/codenamephp/chef.cookbook.bash/issues' source_url 'https://github.com/codenamephp/chef.cookbook.bash'