Commit Graph

18 Commits

Author SHA1 Message Date
Roland Walker 179bb79fbf clarify conditional comment in deeper 2015-01-05 10:40:34 -05:00
Vítor Galvão 03f142ac70 deeper.rb: change ':unknown' license comment 2014-12-20 13:46:00 +00:00
Roland Walker a4bfa9028f enable MacOS.release in deeper 2014-12-10 11:55:19 -05:00
Roland Walker 2a8329aa8b license todo comment in deeper 2014-12-10 08:49:12 -05:00
Roland Walker fac6af93f7 be explicit: no fallthrough on deeper.rb
each version is specific to an OS X release
2014-12-04 20:04:40 -05:00
Roland Walker bd1960fb62 convert deeper.rb to `depends_on :macos`
from caveats `os_version_only`.

Also tweak unrelated version-specific caveat.
2014-12-03 20:20:36 -05:00
Josh Hagins ff195cf2c0 Add Yosemite and legacy downloads for deeper 2014-12-01 22:23:37 -05:00
Roland Walker deea4d91ab new-style header in deeper 2014-11-13 12:34:43 -05:00
Roland Walker ab0ab29148 indent/format/comment in deeper.rb 2014-10-07 11:18:32 -04:00
Roland Walker 173280bd54 add license stanza to deeper 2014-10-01 11:42:15 -04:00
Roland Walker ca1ea3c440 :latest as symbol in deeper 2014-09-17 07:42:42 -04:00
Roland Walker 30b8809179 app stanza in deeper.rb 2014-09-15 12:05:27 -04:00
ndr 7be3cd67fc Reformat deeper.rb according to readability conventions 2014-06-27 02:01:07 +02:00
Roland Walker c8cd897435 mass convert Casks to sha256 :no_check 2014-05-08 08:51:31 -04:00
Roland Walker 329c48298a caveats first-class in DSL, gets own mini-DSL
Make caveats a first-class member of the Cask DSL.  It no longer has to
be specified with "def caveats", but can be given as "caveats do ... end"
as with after_install blocks.

In addition, create a mini-DSL which can be used within caveats blocks,
providing standard messages when manual installers must be used,
reboot-required, etc.

Add alternate form: caveats can also accept a compile-time string for
simple cases.

This is 99% compatible with old Casks, as it still works by defining
a caveats method.  However, all Casks containing caveats are cleaned
up and adapted according to the new DSL.

Full docs in CONTRIBUTING.md.
2014-01-20 11:54:46 -05:00
mAAdhaTTah 88b64a35fe Add caveat to Deeper 2013-12-02 21:37:21 -05:00
mAAdhaTTah 3f27a21999 update Deeper to Mavericks version 2013-12-02 20:59:44 -05:00
Lee Hanxue 0186293c84 Deeper v1.7.1 (Mountain Lion)
Signed-off-by: Fernando Paredes <nano@fdp.io>

Closes #1360
2013-10-30 11:54:22 -07:00