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
anonfunc
64234e9a84
Add cask for BetterTouchTool
12 years ago
Kevin Ridgway
5021694b48
Update Casks/brackets.rb
They're on number 16 now.
12 years ago
Phil Tang
c13a68b598
Add a Cask for Quicksilver.
12 years ago
Paul Hinze
e56ef08d62
Merge pull request #95 from askedrelic/patch-1
Update spectacle to 0.7
12 years ago
Matt Behrens
1f810060fa
Update spectacle to 0.7
12 years ago
Paul Hinze
29a2d18420
Merge pull request #94 from nicholsn/master
Fixed camelCase spelling of textwrangler and virtualbox
12 years ago
Nolan Nichols
1066c91ddf
fixed camelcase naming of cask class
12 years ago
Paul Hinze
0e00ed75aa
Merge pull request #92 from rgieseke/master
Update cask for Textadept.
12 years ago
Paul Hinze
73def4437f
Merge pull request #93 from nicholsn/master
Add Gephi graph visualization software
12 years ago
Nolan Nichols
6904c3de68
add support for VirtualBox
12 years ago
Nolan Nichols
523bd4560b
add support for TextWrangler
12 years ago
Nolan Nichols
4d659583c8
add cask for gephi
12 years ago
Robert Gieseke
48eb323872
Update Textadept to 6.0 final.
12 years ago
Paul Hinze
c18ed56fc4
Merge pull request #91 from SeanTAllen/master
Fix broken chocolat cask
12 years ago
Sean T Allen
83e1f2e5ca
Fix broken chocolat cask.
12 years ago
Paul Hinze
e0da11cac3
Merge pull request #90 from SeanTAllen/master
Add cask for Chocolat
12 years ago
Sean T Allen
d08eb5bc7e
Add cask for Chocolat text editor.
12 years ago
Paul Hinze
bcdad1bc2d
Merge pull request #88 from blacRose/master
Update Skype
12 years ago
Shelby Munsch
40fe8acb45
Add TextMate 2
12 years ago
Shelby Munsch
d5f33c0e05
Updated Skype
Previous version was giving a 404
12 years ago
Paul Hinze
1b938a2161
Merge pull request #86 from passcod/brackets
Brackets sprint-15 update
12 years ago
Paul Hinze
4bd5f4eed6
Merge pull request #87 from SeanTAllen/master
Add casks
12 years ago
Sean T Allen
65e09c1127
Add cask for CandyBar.
12 years ago
Sean T Allen
5313a71888
Update to latest version of dropbox.
12 years ago
Sean T Allen
f3b4851147
Update OnePassword cask to latest version.
12 years ago
Sean T Allen
cc4971c456
Add cask for Changes.
12 years ago
Sean T Allen
adccd4658a
Add cask for MenuBarFilter.
12 years ago
Sean T Allen
e6519e50ef
Add cask for Paintbrush.
12 years ago
Sean T Allen
a736f8ea0a
Add cask for Keyboard Maestro.
12 years ago
Félix Saparelli
3c70e1f527
Brackets sprint-15
12 years ago
Paul Hinze
0b34ea182d
Merge pull request #84 from tomjakubowski/master
Add cask for TuneWiki lyrics app
12 years ago
Paul Hinze
ea5c55c965
Merge pull request #85 from prsimp/master
Add Casks
12 years ago
Paul Simpson
9d2f66307b
Add cask for xScope
12 years ago
Paul Simpson
377aa1020f
Add cask for Sequel Pro
12 years ago
Paul Simpson
205b45761f
Add cask for ClipMenu
12 years ago
Tom Jakubowski
c8a66cf673
add cask for TuneWiki lyrics app
12 years ago
Paul Hinze
29412f2402
Merge pull request #83 from rgieseke/master
Update Textadept Cask to 6.0 beta3.
12 years ago
Robert Gieseke
60ec2931e9
Update Cask: Textadept 6.0 beta 3.
12 years ago
phinze
41a507a8c0
bump version to 0.4.0
12 years ago
phinze
3539767745
fix uninstall to work with multiple casks at once
homebrew does internal caching in ARGV that prevents us from doing the
`ARGV.clear; ARGV << 'newarg'` trick twice.
rather than try to further reach in to homebrew's innards, i figure it's
better to just pass multiple arguments down to homebrew code at once,
since it already supports that
refs #47
12 years ago
phinze
50bbd4e195
adding note about homebrew version requirement
did the research to figure out in which HOMEBREW_VERSION the wild Tap
linking problem that we ran into in #37 was fixed.
hopefully this will prevent other folks from running into it.
12 years ago
phinze
ab57da07ea
add brew cask uninstall
this delegates to homebrew's uninstall to get its work done. vanilla
`brew uninstall` actually works, but this gives us a more consistent
interface.
as discussed in #47
12 years ago