aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ruby.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/ruby.rb')
-rw-r--r--Library/Formula/ruby.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb
index 49ed310af..2a09822e2 100644
--- a/Library/Formula/ruby.rb
+++ b/Library/Formula/ruby.rb
@@ -5,6 +5,12 @@ class Ruby < Formula
url 'http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.1.tar.bz2'
sha256 '96aabab4dd4a2e57dd0d28052650e6fcdc8f133fa8980d9b936814b1e93f6cfc'
+ bottle do
+ sha1 "6663be7c87cdf15d1b8322a03d5b12c31313dfb2" => :mavericks
+ sha1 "7f160f4c936452fe3dbe754a3ca871aa3607286a" => :mountain_lion
+ sha1 "ac5e62cbfed2fa81a93f1d6ec1c43ab502b9c500" => :lion
+ end
+
head do
url 'http://svn.ruby-lang.org/repos/ruby/trunk/'
depends_on :autoconf