Commit Graph

25 Commits

Author SHA1 Message Date
Joscha Feth 4108c2d13f chore(version): prey: update to 1.5.0 2016-02-04 11:42:13 +02:00
Josh Hagins 312ae841f1 Use Ruby 1.9 hash syntax in casks where possible 2016-01-17 21:57:28 -05:00
Josh Hagins d202261d8d prey.rb: RuboCop (master), RuboCop-cask (master) auto-correct 2016-01-03 15:28:49 -05:00
Josh Hagins feba4ec740 Remove DSL versions from all casks 2015-12-17 20:15:28 -05:00
Maxime Thirouin 6d6d3234a0 Update Prey to 1.4.2 2015-10-04 13:19:50 +02:00
Victor Popkov 479f2e2153 prey.rb: add name 2015-04-21 17:53:53 +03:00
Aydin Han e205c06e1d Update Prey to 1.3.9 2015-04-21 15:12:43 +03:00
Juan Ignacio Donoso af58828e11 update prey cask 2015-02-02 15:05:09 -03:00
Vítor Galvão fad777c87c prey.rb: change ':unknown' license comment 2014-12-20 13:46:59 +00:00
Roland Walker 4fb99b296e license todo comment in prey 2014-12-10 08:50:29 -05:00
Roland Walker 6d1e24d20d blank before uninstall in prey 2014-11-22 09:12:44 -05:00
Roland Walker 4b5f47f969 new-style header in prey 2014-11-13 12:38:03 -05:00
Ogi Moore 3eee75682e Update sha256 checkup for prey.rb
the sha256 checksum was for the wrong file (it was for prey-0.6.4-mac.dmg, not prey-0.6.4-mac-batch.mpkg.zip).  The pull request for the correct sha256 checksum.
2014-10-26 11:21:56 -07:00
Michael Ford a5484a598f Prey 0.6.4
Fixes #6941
2014-10-23 21:48:03 +08:00
Roland Walker c25e6e43da simplify caveats msg + indent, prey.rb 2014-10-07 11:18:37 -04:00
Roland Walker 082a53b8f8 add license stanza to prey 2014-10-01 11:43:58 -04:00
Roland Walker 078fa6dd2e re-use version in prey 2014-09-26 08:09:07 -04:00
Roland Walker 8b1d4815b4 prey.rb 2014-09-10 11:37:05 -04:00
ndr c282f1a80c Reformat prey.rb according to readability conventions 2014-06-27 02:01:37 +02:00
Roland Walker 6586d425d3 use HTTPS url in prey.rb 2014-06-18 10:55:25 -04:00
Chuck Clark 557d968345 Upgrade prey project from 0.6.2 to 0.6.3
Simple update of version number, URL and sha256 for v0.6.3 of
the prey project.
2014-06-14 23:55:20 -07:00
Miguel Flores Ruiz de Eguino 8a9626f30e Update prey to sha256 2014-03-04 19:07:59 -06: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
Vítor Galvão 6c93501426 updated prey 2013-12-13 13:06:54 +00:00
Kevin Deldycke cc4e796a74 Add new cask for Prey project.
This cask install the batch version of Prey package, as detailed in:
http://support.preyproject.com/kb/installation/how-to-deploy-prey-in-batch-mode-mac-os

As it requires an API key to be installed, a warning is displayed to the
user with an explanation on how to fix the issue.

Also added -E option to sudo invocation so environment variables can be
passed to the installer.

closes #953

Signed-off-by: phinze <paul.t.hinze@gmail.com>
2013-10-20 13:18:54 -05:00