17 lines
236 B
Ruby
17 lines
236 B
Ruby
OFFICIAL_TAPS = %w[
|
|
apache
|
|
dupes
|
|
emacs
|
|
fuse
|
|
nginx
|
|
php
|
|
science
|
|
tex
|
|
].freeze
|
|
|
|
OFFICIAL_CMD_TAPS = {
|
|
"homebrew/bundle" => ["bundle"],
|
|
"homebrew/test-bot" => ["test-bot"],
|
|
"homebrew/services" => ["services"],
|
|
}.freeze
|