From ab44237f431e1c628efce5a25e4c9dce1397e3d9 Mon Sep 17 00:00:00 2001 From: Seth Chisamore Date: Wed, 1 Jun 2011 17:36:36 -0400 Subject: [PATCH] application v0.99.11 * make the _default chef_environment look like production rails env --- application/metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/metadata.rb b/application/metadata.rb index 86ff34c3d..2e93e5207 100644 --- a/application/metadata.rb +++ b/application/metadata.rb @@ -3,7 +3,7 @@ license "Apache 2.0" description "Deploys and configures a variety of applications defined from databag 'apps'" long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version "0.99.10" +version "0.99.11" recipe "application", "Loads application databags and selects recipes to use" recipe "application::django", "Deploys a Django application specified in a data bag with the deploy_revision resource" recipe "application::gunicorn", "Sets up the deployed Django application with Gunicorn as the web server"