diff options
Diffstat (limited to 'inc/geshi/ruby.php')
-rw-r--r-- | inc/geshi/ruby.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/inc/geshi/ruby.php b/inc/geshi/ruby.php index d7fad833a..2000444aa 100644 --- a/inc/geshi/ruby.php +++ b/inc/geshi/ruby.php @@ -4,10 +4,10 @@ * -------- * Author: Moises Deniz * Copyright: (c) 2007 Moises Deniz - * Release Version: 1.0.7.22 + * Release Version: 1\.0\.8 * Date Started: 2007/03/21 * - * Ruby language file for GeSHi + * Ruby language file for GeSHi. * * CHANGES * ------- @@ -120,10 +120,9 @@ $language_data = array ( 'Zlib::NeedDict', 'Zlib::StreamEnd', 'Zlib::StreamError', 'Zlib::VersionError', 'Zlib::ZStream', - 'Enumerable', 'HTML::Selector', 'HashWithIndifferentAccess', 'Inflector', 'Inflector::Inflections', 'Mime', 'Mime::Type', - 'OCI8AutoRecover', 'Symbol', 'TimeZone', 'XmlSimple' + 'OCI8AutoRecover', 'TimeZone', 'XmlSimple' ), ), 'SYMBOLS' => array( @@ -181,7 +180,8 @@ $language_data = array ( 'URLS' => array( 1 => '', 2 => '', - 3 => '' + 3 => '', + 4 => '' ), 'OOLANG' => true, 'OBJECT_SPLITTERS' => array( |