Commit Graph

12 Commits

Author SHA1 Message Date
Roland Walker 45331a2fd2 totalterminal.rb 2014-09-10 11:37:07 -04:00
Jon Chen 4c5e69bdfa bump totalterminal to 1.5.3 2014-08-27 08:16:12 -04:00
Jon Chen 9cda863c36 bump totalterminal to 1.5.2 2014-08-15 11:48:13 -04:00
Lucas Berezy df4aeac19e TotalTerminal 1.5
This brings support for OS X 10.10 Yosemite.
2014-07-25 10:15:41 +02:00
ndr b977e7e785 Reformat totalterminal.rb according to readability conventions 2014-06-27 02:01:49 +02:00
Jason Stanford 73a8bedb7d
Updated to current version 1.4.11 2014-05-11 13:38:21 -04:00
Roland Walker 40184ad948 mass update of 650 Casks to sha256
each of these is verified: the current sha1 and the new
sha256 are both correct for the given download.
2014-02-24 07:55:29 -05:00
Jim Smitley 58b5f236d4 Updated TotalTerminal to version 1.4.10 2014-02-05 11:25:01 -06:00
Roland Walker 81744a038d bugfix: make uninstall :script accept a hash
The indentation in CONTRIBUTING.md implies that :script accepts a hash.
But that is not the case. Instead :script accesses the entire hash defined
by uninstall.  Unrelated install keys such as :quit leak through to
@command.run! when attempting to exec :script.  Result: contrary to docs,
:script cannot be combined with other uninstall keys.

This PR makes uninstall :script accept a hash.  When :args or :input are not
needed, :script can still accept a plain string, so many Casks require no
alteration.

In addition
- adds key :executable, required when using hash argument to :script
- keys to :script are validated and sanitized before being passed to
  @command.run!
- adds :quit to with-installable.rb test to protect against regression
  on leaky keys
2014-01-11 12:20:59 -05:00
Jim Smitley b5b3c1e132 Fixed checksum value for TotalTerminal 1.4.6 2013-11-12 19:42:35 -06:00
Scott Reeves cba947705a TotalTerminal 1.4.6 2013-11-10 09:36:12 -05:00
Scott Reeves 362c5103be Update TotalTerminal for new naming conventions 2013-11-09 15:24:19 -05:00