Merge pull request #5540 from rolandwalker/amend_tags

Amend valid values for tags stanza
This commit is contained in:
Roland Walker 2014-07-28 14:46:29 -04:00
commit 573af3c8b7
1 changed files with 1 additions and 4 deletions

View File

@ -5,10 +5,7 @@ class Cask::Tags
# So far, we only check the keys.
VALID_TAGS = Set.new [
:vendor,
:font_pitch,
:font_serif,
:font_weight,
:font_slant,
:name,
]
attr_accessor *VALID_TAGS