23 lines
264 B
Ruby
23 lines
264 B
Ruby
OFFICIAL_TAPS = %w[
|
|
apache
|
|
completions
|
|
devel-only
|
|
dupes
|
|
emacs
|
|
fuse
|
|
games
|
|
gui
|
|
nginx
|
|
php
|
|
python
|
|
science
|
|
tex
|
|
versions
|
|
x11
|
|
].freeze
|
|
|
|
OFFICIAL_CMD_TAPS = {
|
|
"homebrew/bundle" => ["bundle"],
|
|
"homebrew/services" => ["services"],
|
|
}.freeze
|