           SPELL=ruby
if [[ "${RUBY_1_9}" == "y" ]]; then
         VERSION=1.9-SPLIT
  SECURITY_PATCH=1
else
         VERSION=1.8-SPLIT
  SECURITY_PATCH=6
fi
      PATCHLEVEL=1
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
         ARCHIVE=off
      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
