diff options
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 7e2f8856a..fcf72ea75 100644 --- a/Library/Formula/ruby.rb +++ b/Library/Formula/ruby.rb @@ -1,6 +1,6 @@  require 'formula' -class Ruby <Formula +class Ruby < Formula    url 'http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p180.tar.bz2'    homepage 'http://www.ruby-lang.org/en/'    head 'http://svn.ruby-lang.org/repos/ruby/trunk/', :using => :svn | 
