Skip to content

Commit

Permalink
metadata task and json data
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jtimberman committed Sep 3, 2009
1 parent 943be8f commit b51e5b1
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"maintainer": "Opscode, Inc.",
"description": "Installs man-db",
"recommendations": {

},
"maintainer_email": "[email protected]",
"suggestions": {

},
"platforms": {
"ubuntu": [

],
"debian": [

]
},
"version": "0.7.0",
"recipes": {
"man": ""
},
"name": "man",
"conflicting": {

},
"attributes": {

},
"providing": {
"man": [

]
},
"license": "Apache 2.0",
"long_description": "",
"replacing": {

},
"dependencies": {

}
}

0 comments on commit b51e5b1

Please sign in to comment.