aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ruby.rb
diff options
context:
space:
mode:
authorAku Kotkavuo2010-01-21 02:51:16 +0200
committerMax Howell2010-01-24 12:33:07 +0000
commit83c91e492b2fa6a14ee16170770265ebed375af4 (patch)
tree88562b37e9d852d52df52605cc69fd1ce6e13555 /Library/Formula/ruby.rb
parente1b2feae072ea2040ac227e288065c6da1a32821 (diff)
downloadhomebrew-83c91e492b2fa6a14ee16170770265ebed375af4.tar.bz2
Update Ruby to 1.9.1-p378
Closes #520
Diffstat (limited to 'Library/Formula/ruby.rb')
-rw-r--r--Library/Formula/ruby.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/ruby.rb b/Library/Formula/ruby.rb
index 292e3fec4..2cfc2cdf4 100644
--- a/Library/Formula/ruby.rb
+++ b/Library/Formula/ruby.rb
@@ -3,9 +3,9 @@ require 'formula'
# TODO de-version the include and lib directories
class Ruby <Formula
- @url='http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p376.tar.gz'
+ @url='http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p378.tar.gz'
@homepage='http://www.ruby-lang.org/en/'
- @md5='ebb20550a11e7f1a2fbd6fdec2a3e0a3'
+ @md5='9fc5941bda150ac0a33b299e1e53654c'
depends_on 'readline'
@@ -32,8 +32,8 @@ class Ruby <Formula
def caveats; <<-EOS
If you install gems with the RubyGems installed with this formula they will
-to this formula's prefix. This needs to be fixed, as for example, upgrading
-Ruby will lose all your gems.
+be installed to this formula's prefix. This needs to be fixed, as for example,
+upgrading Ruby will lose all your gems.
EOS
end