Skip to content

Commit

Permalink
Merge pull request #7812 from rolandwalker/remove_tags_name
Browse files Browse the repository at this point in the history
DSL: remove support for `tags :name`
  • Loading branch information
rolandwalker committed Dec 6, 2014
2 parents be0b804 + d7956e5 commit 16b9501
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/cask/dsl/tags.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ class Cask::DSL::Tags
# here to store limitations/validations on tag values.
# So far, we only check the keys.
VALID_TAGS = Set.new [
:vendor,
:name,
:vendor
]

attr_accessor *VALID_TAGS
Expand Down

0 comments on commit 16b9501

Please sign in to comment.