From d92c0fa10242cbd7740faedae26fbfda5d740991 Mon Sep 17 00:00:00 2001 From: Lee Hanxue Date: Mon, 18 Nov 2013 14:31:24 +0800 Subject: [PATCH] Add caveat for Cocktail: for OS X Mavericks only; instructions to tap from caskroom-versions --- Casks/cocktail.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Casks/cocktail.rb b/Casks/cocktail.rb index c0598f91578..bddb7159608 100644 --- a/Casks/cocktail.rb +++ b/Casks/cocktail.rb @@ -4,4 +4,11 @@ class Cocktail < Cask version 'latest' no_checksum link 'Cocktail.app' + + def caveats; <<-EOS.undent + This version of Cocktail is for OS X Mavericks only. If you are using other versions of + OS X, please run 'brew tap caskroom/versions' and install cocktail-mountainlion / + cocktail-lion / cocktail-snowleopard + EOS + end end