Amend valid values for tags stanza

- remove font tags (per earlier discussion - they were left
  in by mistake)
- add tag `:name` for corner cases where the Cask name cannot
  adequately follow the product name.  Examples: non-English
  apps, App bundles which do not match publicized names.
This commit is contained in:
Roland Walker 2014-07-28 14:13:28 -04:00
parent cf69f17887
commit dcefd7ec09
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