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 66e2997 commit a2aa99c
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"maintainer": "Opscode, Inc.",
"description": "Installs ruby packages",
"recommendations": {

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

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

],
"fedora": [

],
"centos": [

],
"debian": [

],
"redhat": [

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

},
"attributes": {

},
"providing": {
"ruby": [

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

},
"dependencies": {

}
}

0 comments on commit a2aa99c

Please sign in to comment.