Browse Source

Update the description.

Andrea Campi 12 years ago
parent
commit
b07957a676
1 changed files with 2 additions and 2 deletions
  1. 2 2
      metadata.rb

+ 2 - 2
metadata.rb

@@ -1,9 +1,9 @@
 maintainer       "Opscode, Inc."
 maintainer_email "cookbooks@opscode.com"
 license          "Apache 2.0"
-description      "Deploys and configures a variety of applications defined from databag 'apps'"
+description      "Deploys and configures a variety of applications"
 long_description  IO.read(File.join(File.dirname(__FILE__), 'README.md'))
-version          "0.99.14"
+version          "1.1.0"
 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"