Félix Saparelli
5ad6796bcd
Add options to the cli
Options can be passed on the command-line and/or using
the HOMEBREW_CASK_OPTS environment variable (which has
lowest priority). There is a single --appdir=PATH option
right now, but this commit enables future awesomeness!
Other minor changes:
* `brew cask help` now returns the same thing as `brew cask`
instead of saying there was “no such command as help”.
* The HEREDOC block now uses Homebrew's #undent instead of the
customed-rolled #gsub version. Cleaner and more flexible.
* `Cask.set_appdir` has been renamed to `Cask.appdir=`. This
is more Rubyish, and of little consequence (the only place
it was previously used was in the tests).
12 years ago
Paul Hinze
75371b579b
Merge pull request #115 from zachpendleton/zooom
add zooom/2 v2.5.0.
12 years ago
Zach Pendleton
3db19f3193
add zooom/2 v2.5.0.
12 years ago
phinze
efcc846922
add mu-commander 0.9.0
12 years ago
Paul Hinze
a88c5d9db5
Merge pull request #111 from tangphillip/pandorajam
Add a Cask for PandoraJam.
12 years ago
Paul Hinze
c3f87376a0
Merge pull request #112 from tangphillip/seashore
Add a Cask for Seashore.
12 years ago
Paul Hinze
49dcabd37d
Merge pull request #110 from tangphillip/dix
Add a Cask for Disk Inventory X
12 years ago
Phil Tang
074acdec6c
Add a Cask for Seashore.
12 years ago
Phil Tang
fe091bd40b
Add a Cask for PandoraJam.
12 years ago
Phil Tang
55e6b8acf9
Add a Cask for Disk Inventory X
12 years ago
phinze
a0e7b44e40
Merge branch 'no-more-mocks'
12 years ago
phinze
c8621c92c1
remove mock-filled test for Cask.init
12 years ago
phinze
067973074d
demockify install_test
12 years ago
phinze
97b715b27d
demockify actions_tests
12 years ago
phinze
c96ea20317
get linkapps tests de-mockified
12 years ago
phinze
3ad61a5d56
halfway through ripping out mocha
12 years ago
Paul Hinze
31f1a1f19f
Merge pull request #107 from nicholsn/master
Added support for Tvmobili
12 years ago
Nolan Nichols
c511b11738
adding support for the tvmobili dlna server
12 years ago
Paul Hinze
e09a4f8708
Merge pull request #106 from nclark/master
Add cask for XBMC
12 years ago
Neal Clark
c809f2c936
Cask for XBMC
12 years ago
phinze
eb23cb151c
bump version to 0.5.4
bugfix release with fixes for linkapps
12 years ago
phinze
3ac3ae6360
fix linkapps and cleanup output
damn i'm getting burned by mocking in my tests - going to have to fix
something here
12 years ago
phinze
05192e534d
bump version to 0.5.3
12 years ago
phinze
259ed643f9
fix dmg plist parsing problem
should take care of #104
this was a subtle one - after i reorganized the requires, plist/parser
was getting double required, which broke plist parsing and hence dmg
installs
12 years ago
phinze
ef25273d96
allow test suite to be run without internet
12 years ago
phinze
bad686bda2
mention rake specifically as devel dependency
12 years ago
phinze
59d28bca55
bump version to 0.5.2
12 years ago
phinze
2a22a74415
fix broken cask list
12 years ago
phinze
fbaa58d07a
bump version to 0.5.1
12 years ago
phinze
30b43437ab
fix requires via modified libdir
should address #103
12 years ago
phinze
631ae86b42
add content_length to intellij casks
now they pass a brew cask audit
12 years ago
phinze
e1f9348fa6
Merge pull request #102 from anonfunc/master
Add casks for IntelliJ
12 years ago
Paul Hinze
f51a368ebe
Merge pull request #101 from jedahan/master
Add Cura
12 years ago
anonfunc
fda289f355
Casks for IntelliJ IDEA Community and Ultimate.
12 years ago
Jonathan Dahan
972c1b5df8
Initial cura cask
12 years ago
phinze
b2b4125c49
add content_length for menu-bar-filter
12 years ago
phinze
2a6dfe7f28
Merge pull request #100 from SeanTAllen/master
Update MenuBarFilter cask
Conflicts:
Casks/menu-bar-filter.rb
12 years ago
phinze
52718b6bf5
bump version to 0.5.0
12 years ago
phinze
95672686e3
fill in content_length for all casks
12 years ago
phinze
2f99d29693
brew cask audit
for a given cask:
- checks required fields
- checks URL responds successfully
- checks content_length specified
12 years ago
phinze
e2d074e216
separate Cask.all_titles from Cask.all
12 years ago
Sean T Allen
4c0eb3b152
Update MenuBarFilter cask
Most recent version is in new location with a new maintainer.
12 years ago
phinze
31719b32f5
clean up includes
12 years ago
phinze
9e509d289b
uninstall no longer depends uses homebrew
- should make tests a bit more reliable
12 years ago
phinze
032a4a1266
Merge pull request #96 from tangphillip/master
Add a Cask for Quicksilver
12 years ago
phinze
07e9dd8802
Merge pull request #97 from program247365/patch-1
Update Casks/brackets.rb
12 years ago
Paul Hinze
a85fdcf608
Merge pull request #98 from anonfunc/master
Add Casks for BetterTouchTool, Slate and gfxCardStatus.
12 years ago
Kevin Ridgway
ea0fd67361
Update Casks/brackets.rb version number as well.
Update Casks/brackets.rb version number as well.
12 years ago
anonfunc
699a015c8e
Add cask for Slate
12 years ago
anonfunc
eca12661c4
Add cask for gfxCardStatus
12 years ago