From: Alexandre Marangone Date: Wed, 20 Mar 2013 16:55:09 +0000 (-0700) Subject: change cookbook version to 0.1.0 X-Git-Tag: v0.2.0~38^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F16%2Fhead;p=ceph-cookbooks.git change cookbook version to 0.1.0 Signed-off-by: Alexandre Marangone --- diff --git a/metadata.rb b/metadata.rb index a9c6bd4..f28a022 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,6 +4,6 @@ maintainer_email "kyle.bader@dreamhost.com" license "Apache 2.0" description "Installs/Configures the Ceph distributed filesystem" long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version "0.0.10" +version "0.1.0" depends "apache2" depends "apt"