From a2aa99c1a40f4e3d5b2195a2f6f1206cb13573e5 Mon Sep 17 00:00:00 2001 From: jtimberman Date: Thu, 3 Sep 2009 16:32:50 -0600 Subject: [PATCH] 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. --- metadata.json | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 metadata.json diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..fdc08a4 --- /dev/null +++ b/metadata.json @@ -0,0 +1,52 @@ +{ + "maintainer": "Opscode, Inc.", + "description": "Installs ruby packages", + "recommendations": { + + }, + "maintainer_email": "cookbooks@opscode.com", + "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": { + + } +} \ No newline at end of file