Skip to content

Commit

Permalink
Add name to metadata
Browse files Browse the repository at this point in the history
Resolves the following Foodcritic rules:

* FC045: Consider setting cookbook name in metadata
* FC007: Ensure recipe dependencies are reflected in cookbook metadata
  • Loading branch information
nathenharvey committed Jan 13, 2013
1 parent d18fe97 commit bc3c277
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metadata.rb
@@ -1,6 +1,7 @@
maintainer "Promet Solutions"
maintainer_email "marius@promethost.com"
license "Apache 2.0"
name "drupal"
description "Installs/Configures drupal"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.1.1"
Expand Down

0 comments on commit bc3c277

Please sign in to comment.