aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils/bottles.rb
AgeCommit message (Collapse)Author
2017-11-22Change the generic bottle tag to processor-systemShaun Jackman
2017-09-28Fix installing a local bottle from sourceShaun Jackman
Factor Utils::Bottles.formula_contents out of BottleLoader.
2017-09-27receipt_path: Ensure the bottle contains INSTALL_RECEIPT.jsonShaun Jackman
2016-08-29bottles: translate foo@1.2 to foo:1.2Dominyk Tiller
2016-07-29utils/bottles: don't rely on tar wildcards, location.Mike McQuaid
This doesn’t work quite as-is on Linux’s GNU tar.
2016-07-27bottles: more porting to generic layer.Mike McQuaid
2016-05-08utils/bottles: fix Regexp escaping for Ruby 1.8Martin Afanasjew
Make sure `Regexp.escape` gets a string as Ruby 1.8 is unable to convert the symbol to a string automatically. Related to changes from #168.
2016-05-08Make bottle code cross-platform.Mike McQuaid