diff options
| author | Mike McQuaid | 2013-12-14 18:13:11 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2013-12-14 18:18:35 +0000 |
| commit | 3c86d2b8ffdcb854c88553c86b7911dfbb9766db (patch) | |
| tree | 34579ec2c40222d1f235843e9f6de49d5f9ecb66 /Library/Formula/ruby.rb | |
| parent | 71cba833abc3491edb4fcee5fa1a4c81fe7c6a49 (diff) | |
| download | homebrew-3c86d2b8ffdcb854c88553c86b7911dfbb9766db.tar.bz2 | |
Update docs, comment mxcl/homebrew refs.
Diffstat (limited to 'Library/Formula/ruby.rb')
| -rw-r--r-- | Library/Formula/ruby.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb index 2a0a73414..d957be363 100644 --- a/Library/Formula/ruby.rb +++ b/Library/Formula/ruby.rb @@ -39,7 +39,7 @@ class Ruby < Formula # OpenSSL is deprecated on OS X 10.8 and Ruby can't find the outdated # version (0.9.8r 8 Feb 2011) that ships with the system. # See discussion https://github.com/sstephenson/ruby-build/issues/304 - # and https://github.com/mxcl/homebrew/pull/18054 + # and https://github.com/Homebrew/homebrew/pull/18054 if MacOS.version >= :mountain_lion args << "--with-opt-dir=#{Formula.factory('openssl').opt_prefix}" end |
