aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-02-27 18:42:24 -0600
committerJack Nagel2013-02-27 18:42:26 -0600
commit9c2a3894594f95cec6cb722d9530cf8cc9b6f1dd (patch)
treecb8db07b8c8f627c02b00d1c879f4588e76582b2 /Library/Formula
parentf2b17d8ee97d89dcdcfe10e369a19d57c1820faf (diff)
downloadhomebrew-9c2a3894594f95cec6cb722d9530cf8cc9b6f1dd.tar.bz2
ruby: use superenv
env :std was added to this formula without a comment as to why it is needed, and there appears to be nothing on the issue tracker. Having used a superenv-built ruby without issue for a few days I am assuming it was a mistake. If it causes problems we can either fix them or re-add env :std with appropriate documentation.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ruby.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb
index 1e9e85a95..d810280af 100644
--- a/Library/Formula/ruby.rb
+++ b/Library/Formula/ruby.rb
@@ -7,8 +7,6 @@ class Ruby < Formula
head 'http://svn.ruby-lang.org/repos/ruby/trunk/'
- env :std
-
option :universal
option 'with-suffix', 'Suffix commands with "20"'
option 'with-doc', 'Install documentation'