aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/vendor-install.sh
AgeCommit message (Collapse)Author
2017-09-25portable-ruby: use rebuild with coverage support.Mike McQuaid
This will allow `simplecov` to generate coverage by rebuilding portable Ruby with coverage support.
2017-09-25vendor-install: output only to stderr.Mike McQuaid
This avoids causing errors in scripts that call e.g. `brew --prefix`.
2017-09-23Merge pull request #3189 from MikeMcQuaid/portable-ruby-messagingMike McQuaid
portable-ruby: improve installation messaging.
2017-09-22portable-ruby: improve installation messaging.Mike McQuaid
- Use “Pouring” to be more consistent with our normal messaging. - Don’t be silent by default.
2017-09-21Upgrade vendored Ruby to 2.3.3 for Linux.Shaun Jackman
2017-09-21Upgrade vendored Ruby to 2.3.3.Mike McQuaid
Use this version whenever 2.3.3 isn't installed. Also, remove the Linux portable Ruby for now until it's built to be the same version.
2017-05-30vendor-install: use Ruby as a sha256 fallbackMisty De Meo
But still prefer shasum/sha256sum where present.
2017-05-23vendor-install: fix array syntax for old bashMisty De Meo
2017-05-23vendor-install: check -x on output of whichMisty De Meo
This works around older versions of `which`, which return a string on failure.
2016-09-18Use new "macOS" naming where appropriate.Mike McQuaid
Not quite a mass replacement as I've used OS X and Mac OS X where describing specific older versions and added compatibility methods for things in the DSL.
2016-08-10Enable vendored Ruby 2.0.Mike McQuaid
2016-08-08cmd/vendor-install.sh: fix style inconsistenciesMartin Afanasjew
2016-07-14various: don't assume non-OS X == Linux.Xu Cheng
2016-07-11add vendor-install commandXu Cheng