index
:
brew
cmd-upgrade--change-build_bottle-method-call-to-bottle
master
🍺 The missing package manager for macOS
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
tap_constants.rb
Age
Commit message (
Expand
)
Author
2017-07-30
Detect `Tap` in `CaskLoader`.
Markus Reiter
2017-05-08
Remove `to_s` from some `Pathname`s.
Markus Reiter
2016-10-23
tap_constants: rename HOMEBREW_CASK_TAP_FORMULA_REGEX
Josh Hagins
2016-10-23
hbc/qualified_token: simplify token parsing
Josh Hagins
2016-09-04
tap_constants: allow formulae to have @ in name.
Mike McQuaid
2016-03-26
tap_constants: support lowercase caskroom in regex
Misty De Meo
2016-01-17
Search also in Caskroom/versions Tap
Tommy Sparber
2015-12-09
Formulary: use same logic to handle core fully-qualified name
Xu Cheng
2015-12-09
remove unnecessary tap_args
Xu Cheng
2015-08-06
add fully qualified name for core formulae
CNA-Bld
2015-06-10
Various edits for punctuation, grammar, spelling, etc.
Larry Gilbert
2015-03-14
Switch to a more useful serialization of tap info
Jack Nagel
2015-02-13
Move "path or URL" tap string to global constant.
Mike McQuaid
2014-11-30
Allow searching/installing Homebrew Casks.
Mike McQuaid
2014-07-26
A period is a valid formula name character
Jack Nagel
2014-07-06
Escape paths in regexps
Jack Nagel
2014-06-17
Modified tap regex to support formulas with a +-sign, e.g. gtk+.rb
Marc Sowen
2014-05-14
Taps: cleanup regexps around Taps
Tsukasa OMOTO