Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Adding metadata.json to test if the upload works that way
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianschwarz committed Jun 20, 2020
1 parent ddfab59 commit 2ffca0d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "codenamephp_bash",
"description": "Makes sure bash is installed and handles bash configurations",
"long_description": "",
"maintainer": "Bastian Schwarz",
"maintainer_email": "[email protected]",
"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": [

]
}
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
maintainer_email '[email protected]'
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'
Expand Down

0 comments on commit 2ffca0d

Please sign in to comment.