2015-05-29 19:16:01 +08:00
|
|
|
OFFICIAL_TAPS = %w[
|
|
|
|
apache
|
|
|
|
binary
|
|
|
|
completions
|
|
|
|
devel-only
|
|
|
|
dupes
|
2015-08-03 10:17:23 -07:00
|
|
|
emacs
|
2015-05-29 19:16:01 +08:00
|
|
|
fuse
|
|
|
|
games
|
2016-02-02 18:08:13 +00:00
|
|
|
gui
|
2015-05-29 19:16:01 +08:00
|
|
|
nginx
|
|
|
|
php
|
|
|
|
python
|
|
|
|
science
|
|
|
|
tex
|
|
|
|
versions
|
|
|
|
x11
|
2016-07-04 16:08:53 +01:00
|
|
|
].freeze
|
|
|
|
|
|
|
|
OFFICIAL_CMD_TAPS = {
|
|
|
|
"caskroom/cask" => ["cask"],
|
|
|
|
"homebrew/bundle" => ["bundle"],
|
|
|
|
"homebrew/services" => ["services"],
|
|
|
|
}.freeze
|