Skip to content

Commit

Permalink
bumping coobkook versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Mar 2, 2010
1 parent 9e24e20 commit dd8e30a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bootstrap/metadata.rb
Expand Up @@ -3,7 +3,7 @@
license "Apache 2.0"
description "Configures RubyGems-installed Chef"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
version "0.9"
version "0.10"

%w{ ubuntu debian redhat centos fedora freebsd openbsd }.each do |os|
supports os
Expand Down
2 changes: 1 addition & 1 deletion chef/metadata.rb
Expand Up @@ -3,7 +3,7 @@
license "Apache 2.0"
description "Installs and configures chef client and server"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.rdoc'))
version "0.15"
version "0.16"
recipe "chef::client", "Sets up a client to talk to a chef-server"
recipe "chef::server", "Configures a chef API server as a merb application"

Expand Down
2 changes: 1 addition & 1 deletion couchdb/metadata.rb
Expand Up @@ -9,7 +9,7 @@
directly from source. CouchDB is available on Red Hat-based systems through
the EPEL Yum Repository.
EOH
version "0.9"
version "0.10"

depends "erlang"
supports "ubuntu", ">= 8.10" # for package in APT
Expand Down

0 comments on commit dd8e30a

Please sign in to comment.