aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/tap_constants.rb
AgeCommit message (Collapse)Author
2017-07-30Detect `Tap` in `CaskLoader`.Markus Reiter
2017-05-08Remove `to_s` from some `Pathname`s.Markus Reiter
2016-10-23tap_constants: rename HOMEBREW_CASK_TAP_FORMULA_REGEXJosh Hagins
New name is HOMEBREW_CASK_TAP_CASK_REGEX
2016-10-23hbc/qualified_token: simplify token parsingJosh Hagins
- Stop supporting archaic "user-repo/token" syntax - Move regex for parsing tapped Cask token to tap_constants
2016-09-04tap_constants: allow formulae to have @ in name.Mike McQuaid
Follow-up from #812 to fix handling fully-qualified versioned formulae names. Allows pulling https://github.com/Homebrew/homebrew-core/pull/971.
2016-03-26tap_constants: support lowercase caskroom in regexMisty De Meo
Closes Homebrew/homebrew#50343. Signed-off-by: Misty De Meo <mistydemeo@github.com>
2016-01-17Search also in Caskroom/versions TapTommy Sparber
Extending the current search functionallity to search in https://github.com/caskroom/homebrew-versions Closes Homebrew/homebrew#47954. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-12-09Formulary: use same logic to handle core fully-qualified nameXu Cheng
2015-12-09remove unnecessary tap_argsXu Cheng
It's now handled by Tap.fetch
2015-08-06add fully qualified name for core formulaeCNA-Bld
2015-06-10Various edits for punctuation, grammar, spelling, etc.Larry Gilbert
Closes Homebrew/homebrew#40478. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-03-14Switch to a more useful serialization of tap infoJack Nagel
Closes Homebrew/homebrew#37383.
2015-02-13Move "path or URL" tap string to global constant.Mike McQuaid
2014-11-30Allow searching/installing Homebrew Casks.Mike McQuaid
People want to install things like GIMP using Homebrew so let's make it easier for them to find a decent installation method. Closes Homebrew/homebrew#34496. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-07-26A period is a valid formula name characterJack Nagel
Fixes Homebrew/homebrew#31052.
2014-07-06Escape paths in regexpsJack Nagel
2014-06-17Modified tap regex to support formulas with a +-sign, e.g. gtk+.rbMarc Sowen
Fixes Homebrew/homebrew#30204. Closes Homebrew/homebrew#30217. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-05-14Taps: cleanup regexps around TapsTsukasa OMOTO
Closes Homebrew/homebrew#29139. Signed-off-by: Jack Nagel <jacknagel@gmail.com>