           SPELL=ruby
if [[ "${RUBY_1_9}" == "y" ]]; then
         VERSION=1.9.1-preview2
     SOURCE_HASH=sha512:2466f44f8aada5fe1950723590af7cbe3a9002931b550004d4c427330e56a3397cef70372c917dc10f3fa60189cae2377a282ad46061287d3cbf8c5f0be8a71b
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=ftp://ftp.ruby-lang.org/pub/ruby/1.9/$SOURCE
else
         VERSION=1.8.7-p72
          SOURCE=$SPELL-$VERSION.tar.bz2
     SOURCE_HASH=sha512:a6dc3178a437d6846f44d62f943d08c252091e65dae4b5d05df9e48bb3d704cc8b01b9747edf10ec8d35dcca50c6bd85b89e974996046b2648134e71466108c1
#      SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
   SOURCE_URL[0]=ftp://ftp.ruby-lang.org/pub/ruby/stable/$SOURCE
   SOURCE_URL[1]=ftp://www.ibiblio.org/pub/languages/ruby/stable/$SOURCE
  SECURITY_PATCH=4
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
      LICENSE[0]=GPL
        KEYWORDS="devel"
        WEB_SITE=http://www.ruby-lang.org/
         ENTERED=20020106
           SHORT="interpreted scripting language"
cat << EOF
Ruby is the interpreted scripting language for quick and easy object-oriented
programming. It has many features to process text files and to do system
management tasks. It is simple, straight foward extensible and portable.
EOF
