Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 33f5545

Browse files
author
jtimberman
committed
metadata task and json data
The rakefile shouldn't delete the metadata task, since the ability to generate JSON metadata from the cookbooks directory is still useful. Lets also ship the metadata in JSON in the cookbooks, so others can make use of it without having to run any Ruby.
1 parent 9cf0a45 commit 33f5545

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

metadata.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"maintainer": "Opscode, Inc.",
3+
"description": "Installs python packages",
4+
"recommendations": {
5+
6+
},
7+
"maintainer_email": "[email protected]",
8+
"suggestions": {
9+
10+
},
11+
"platforms": {
12+
13+
},
14+
"version": "0.7.0",
15+
"recipes": {
16+
"python": ""
17+
},
18+
"name": "python",
19+
"conflicting": {
20+
21+
},
22+
"attributes": {
23+
24+
},
25+
"providing": {
26+
"python": [
27+
28+
]
29+
},
30+
"license": "Apache 2.0",
31+
"long_description": "",
32+
"replacing": {
33+
34+
},
35+
"dependencies": {
36+
37+
}
38+
}

0 commit comments

Comments
 (0)