Commit Graph

11 Commits

Author SHA1 Message Date
James Moon 3c7b0b7186 Add Mavericks conditional and new default conditional for onyx 2014-10-31 14:28:21 -04:00
Roland Walker 942b306f69 stanza layout/order, onyx.rb 2014-10-07 11:18:35 -04:00
Roland Walker b44ebfd806 add license stanza to onyx 2014-10-01 11:43:42 -04:00
Roland Walker 288bf5235a :latest as symbol in onyx 2014-09-17 07:42:55 -04:00
Roland Walker 8df998e494 app stanza in onyx.rb 2014-09-15 12:06:03 -04:00
Roland Walker c8cd897435 mass convert Casks to sha256 :no_check 2014-05-08 08:51:31 -04:00
Roland Walker 7354574bad add missing underscores in OS release symbols
These symbols are provided by Homebrew.  It seems that
a typo was propagated by copy/paste.  Fixes #3645.
2014-03-25 11:30:29 -04:00
Roland Walker 21e63f4caf use OS version conditional for oynx.rb
instead of `caveats`
2014-02-24 12:13:49 -05: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
Lee Hanxue 2fbb86cca1 Update OnyX to OS X Mavericks version 2013-11-19 16:28:02 +08:00
Rodolphe Stoclin 7f80764f6e Update Onyx 2013-06-25 17:12:21 +02:00