This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding metadata.json to test if the upload works that way
- Loading branch information
1 parent
ddfab59
commit 2ffca0d
Showing
2 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ | ||
|
||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|