From 545fce9b1c330ead65ab710f8fbee2fc29c01ee5 Mon Sep 17 00:00:00 2001 From: Roland Walker Date: Wed, 19 Nov 2014 11:08:06 -0500 Subject: [PATCH] DSL: remove support for `nested_container` Obsoleted by new form `container :nested`. This PR only removes DSL support; the job is incomplete. Internally, `container :nested` is still implemented as a pseudo-artifact named `nested_container`. The intention is to factor nested containers out of artifacts. --- lib/cask/dsl.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/cask/dsl.rb b/lib/cask/dsl.rb index 275901688e26..7093322b242b 100644 --- a/lib/cask/dsl.rb +++ b/lib/cask/dsl.rb @@ -249,7 +249,6 @@ def installer(*args) end SPECIAL_ARTIFACT_TYPES = [ - :nested_container, :uninstall, :zap, ]