aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils/bottles.rb
AgeCommit message (Collapse)Author
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