add file directory for vendor Ruby

The vendor Ruby will be put inside `Library/Homebrew/vendor/portable-ruby/<version>`,
with a symlink `Library/Homebrew/vendor/portable-ruby/current` pointed to it.

In addition, a `Library/Homebrew/vendor/portable-ruby-version` will
track the latest version of vendor binaries.

This gives us version control on vendor Ruby and enables us to bump vendor
Ruby whenever needed such as security update.
This commit is contained in:
Xu Cheng 2016-05-12 15:58:14 +08:00
parent ac229f95b5
commit 8f178187c0
No known key found for this signature in database
GPG Key ID: C2A3860FA0B459CE
2 changed files with 4 additions and 0 deletions

3
.gitignore vendored
View File

@ -20,6 +20,9 @@
/Library/PinnedTaps /Library/PinnedTaps
/Library/Taps /Library/Taps
# Ignore vendored files within `Library`
/Library/Homebrew/vendor/portable-ruby/*
# Ignore `bin` contents (again). # Ignore `bin` contents (again).
/bin /bin

View File

@ -0,0 +1 @@
2.0.0-p648