           SPELL=ruby
if [[ "${RUBY_1_9}" == "y" ]]; then
         VERSION=1.9.1-p243
     SOURCE_HASH=sha512:b7a85f09c5451aa0cf5d8576a0cd13973e58ae1a5d58fd1bdb18cecc8b853f726d3da759aec2e72dca85870dcbdca9cbe8e86615dcda1538dca239d88f3a63dd
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=ftp://ftp.ruby-lang.org/pub/ruby/1.9/$SOURCE
else
         VERSION=1.8.7-p174
          SOURCE=$SPELL-$VERSION.tar.bz2
     SOURCE_HASH=sha512:183994aab4a75ca74676c20b850a63b365634c35d02378be006cf28def3efe33b7894720fa160d794086c3405b76344f7fff166e955d53a50274fe414c9181b1
#      SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
   SOURCE_URL[0]=ftp://ftp.ruby-lang.org/pub/ruby/stable/$SOURCE
  SECURITY_PATCH=6
fi
# this works for both!
   SOURCE_URL[1]=ftp://www.ibiblio.org/pub/languages/ruby/$SOURCE
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
