| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: ruby | Distribution: openSUSE 11.4 |
| Version: 1.8.7.p357 | Vendor: openSUSE |
| Release: 0.28.1 | Build date: Tue Oct 30 11:37:20 2012 |
| Group: Development/Languages/Ruby | Build host: build35 |
| Size: 6707845 | Source RPM: ruby-1.8.7.p357-0.28.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://www.ruby-lang.org/ | |
| Summary: An Interpreted Object-Oriented Scripting Language | |
Ruby is an interpreted scripting language for quick and easy
object-oriented programming. It has many features for processing text
files and performing system management tasks (as in Perl). It is
simple, straight-forward, and extensible.
* Ruby features:
- Simple Syntax
- *Normal* Object-Oriented features (class, method calls, for
example)
- *Advanced* Object-Oriented features(Mix-in, Singleton-method, for
example)
- Operator Overloading
- Exception Handling
- Iterators and Closures
- Garbage Collection
- Dynamic Loading of Object Files (on some architectures)
- Highly Portable (works on many UNIX machines; DOS, Windows, Mac,
BeOS, and more)
Authors:
--------
Yukihiro Matsumoto <matz@netlab.co.jp>
GPLv2+
* Fri Oct 26 2012 mrueckert@suse.de
- added ruby-1.8.7_safe_level_bypass.patch: (bnc#783525)
Fixes a SAFE_LEVEL bypass in name_err_to_s. CVE-2012-4466
* Thu Jan 12 2012 mrueckert@suse.de
- update to 1.8.7.p357 (bnc#739122)
- randomize hash to avoid algorithmic complexity attacks.
CVE-2011-4815
- initialization of hash_seed to be at the beginning of the
process.
- initialize random seed at first.
- call OpenSSL::Random.seed at the SecureRandom.random_bytes
call. insert separators for array join. patch by Masahiro
Tomita. [ruby-dev:44270]
- mkconfig.rb: fix for continued lines. based on a patch from
Marcus Rueckert <darix AT opensu.se> at [ruby-core:20420].
- Infinity is greater than any bignum number. [ruby-dev:38672]
- initialize store->ex_data.sk. [ruby-core:28907]
[ruby-core:23971] [ruby-core:18121]
* Wed Dec 21 2011 mrueckert@suse.de
- update to 1.8.7.p352 (Fate #312657) (bnc#704409)
- support for openssl compiled without SSLv2
- multilib support for tk build
- some IPv6 related fixes
- zlib fixes
- reinitialize PRNG when forking children
(CVE-2011-2686/CVE-2011-3009)
- securerandom fixes (CVE-2011-2705)
- uri route_to fixes
- fix race condition with variables and autoload
- switched rb_arch macro to use RUBY_PLATFORM
- dropped patches:
1887f60a8540f64f5c7bb14d57c0be70506941b8.patch
ruby-1.8.7.p22_tcltk-multilib.patch
ruby-1.8.7-p334.tar.bz2
ruby-1.8.x_bigdecimal_memory_corruption.patch
- new patches
ruby-1.8.x_rubylibdir.patch
* Thu May 12 2011 mrueckert@suse.de
- added ruby-1.8.x_bigdecimal_memory_corruption.patch:
dont cast parameter to unsigned int in the alloc and later memset
the original value. (bnc#682287) CVE-2011-0188
* Tue Feb 22 2011 mrueckert@suse.de
- update to 1.8.7.p334 (bnc#673740, bnc#673750, bnc#600752)
- A symlink race condition vulnerability was found in
FileUtils.remove_entry_secure. The vulnerability allows local
users to delete arbitrary files and directories. CVE-2011-1004
- Exception#to_s method can be used to trick $SAFE check, which
makes a untrusted codes to modify arbitrary strings.
CVE-2011-1005
- Ruby WEBrick character set issue (XSS) CVE-2010-0541
for all non security changes see
/usr/share/doc/packages/ruby/ChangeLog
- refreshed ruby-1.8.x_openssl_branch_update.patch
- buildrequires openssl to make the last openssl test work
- https://github.com/ruby/ruby/commit/1887f60a8540f64f5c7bb14d57c0be70506941b8.patch
* ext/zlib/zlib.c (zstream_append_input2): add RB_GC_GUARD.
This caused failure when test/csv is executed with GC.stress =
true.
- added ruby-1.8.7.p334_remove_zlib_test_params_test.patch:
remove the test_params patch from backport in r27917
It doesnt pass atm.
- removed ruby-1.8.6.p36_socket_ipv6.patch:
included upstream
* Tue Sep 07 2010 mrueckert@suse.de
- the testsuite and doc-html package should of course require the
main package
* Fri Jul 02 2010 mrueckert@suse.de
- add ruby(abi) = 1.8 provides
* Thu Jul 01 2010 mrueckert@suse.de
- update to 1.8.7.p299 (bnc#606056 and bnc#603914)
- OpenSSL 1.0.0 support
- Use OpenSSL engines which exist
- Fixed range and chunked support for Net::HTTP
- Iconv fixes
- Backported pack/unpack from the 1.9 branch (bnc#606056 bnc#603914)
- Multiple fixes in the resolver
- Fixed Unicode inspection bug.
- Escape characters properly for the accesslog (bnc#570616)
- cleaned up rpmlintrc
- refreshed patches:
old: ruby-1.8.7.p22_lib64.patch
new: ruby-1.8.7.p299_lib64.patch
old: ruby_1.8.6.p36_date_remove_privat.patch
new: ruby-1.8.7.p299_date_remove_privat.patch
old: ruby-pedantic-headers.diff
new: ruby-1.8.7.p299_pedantic-headers.patch
- replaced patches ruby-1.8.x_openssl-1.0.patch and
ruby-1.8.x_openssl-1.0-tests.patch with
ruby-1.8.x_openssl_branch_update.patch
* Wed May 19 2010 mrueckert@suse.de
- fix build on ix86:
- -target got removed from the %configure macro. add it back
locally for now.
* Thu Apr 22 2010 mrueckert@suse.de
- added ruby-1.8.x_openssl-1.0.patch and
ruby-1.8.x_openssl-1.0-tests.patch:
fix building with openssl 1.0.0 (taken from svn)
- added ruby-1.8.x_yaml2byte.patch:
fix warning about sequence point
- remove requires on glibc-devel again
* Sat Mar 13 2010 crrodriguez@opensuse.org
- ruby-devel requires glibc-devel
* Tue Feb 23 2010 mrueckert@suse.de
- added ruby-1.8.x_digest_non_void_return.patch:
patch pulled from SVN to fix the warnings about no return in
non-void functions.
* Sun Jan 31 2010 meissner@suse.de
- ruby calls "ppc" "powerpc".
* Fri Jan 29 2010 mrueckert@suse.de
- update to 1.8.7p249
small big fix release in the 1.8.7 branch, this includes the fix
for:
- ruby webrick doesn't sanitize non-printable characters in log
(bnc#570616) CVE-2009-4492
- drop ruby-1.8.6.p36_gc.patch: solution is upstream
* Wed Dec 16 2009 jengelh@medozas.de
- package documentation as noarch
- adjust ruby.macros to ask the ruby binary for the target plaform.
This is because %_host_cpu can expand to sparc64, while ruby is
built for the sparcv9 target, and %_target_cpu can expand to
noarch.
- in ruby.spec, %rb_arch is statically reset to %_target_cpu, as
we need the target name. Since it won't be noarch in this case,
that is good.
* Thu Aug 20 2009 jansimon.moeller@opensuse.org
- remove s/armv5tel/armv4l/ in macros as it breaks build for armv5tel
/etc/rpm/macros.ruby /usr/bin/erb /usr/bin/irb /usr/bin/rdoc /usr/bin/ri /usr/bin/ruby /usr/bin/testrb /usr/lib/libruby.so.1.8 /usr/lib/libruby.so.1.8.7 /usr/lib/ruby /usr/lib/ruby/1.8 /usr/lib/ruby/1.8/English.rb /usr/lib/ruby/1.8/Env.rb /usr/lib/ruby/1.8/abbrev.rb /usr/lib/ruby/1.8/base64.rb /usr/lib/ruby/1.8/benchmark.rb /usr/lib/ruby/1.8/bigdecimal /usr/lib/ruby/1.8/bigdecimal/jacobian.rb /usr/lib/ruby/1.8/bigdecimal/ludcmp.rb /usr/lib/ruby/1.8/bigdecimal/math.rb /usr/lib/ruby/1.8/bigdecimal/newton.rb /usr/lib/ruby/1.8/bigdecimal/util.rb /usr/lib/ruby/1.8/cgi /usr/lib/ruby/1.8/cgi-lib.rb /usr/lib/ruby/1.8/cgi.rb /usr/lib/ruby/1.8/cgi/session /usr/lib/ruby/1.8/cgi/session.rb /usr/lib/ruby/1.8/cgi/session/pstore.rb /usr/lib/ruby/1.8/complex.rb /usr/lib/ruby/1.8/csv.rb /usr/lib/ruby/1.8/date /usr/lib/ruby/1.8/date.rb /usr/lib/ruby/1.8/date/format.rb /usr/lib/ruby/1.8/date2.rb /usr/lib/ruby/1.8/debug.rb /usr/lib/ruby/1.8/delegate.rb /usr/lib/ruby/1.8/digest /usr/lib/ruby/1.8/digest.rb /usr/lib/ruby/1.8/digest/sha2.rb /usr/lib/ruby/1.8/dl /usr/lib/ruby/1.8/dl/import.rb /usr/lib/ruby/1.8/dl/struct.rb /usr/lib/ruby/1.8/dl/types.rb /usr/lib/ruby/1.8/dl/win32.rb /usr/lib/ruby/1.8/drb /usr/lib/ruby/1.8/drb.rb /usr/lib/ruby/1.8/drb/acl.rb /usr/lib/ruby/1.8/drb/drb.rb /usr/lib/ruby/1.8/drb/eq.rb /usr/lib/ruby/1.8/drb/extserv.rb /usr/lib/ruby/1.8/drb/extservm.rb /usr/lib/ruby/1.8/drb/gw.rb /usr/lib/ruby/1.8/drb/invokemethod.rb /usr/lib/ruby/1.8/drb/observer.rb /usr/lib/ruby/1.8/drb/ssl.rb /usr/lib/ruby/1.8/drb/timeridconv.rb /usr/lib/ruby/1.8/drb/unix.rb /usr/lib/ruby/1.8/e2mmap.rb /usr/lib/ruby/1.8/erb.rb /usr/lib/ruby/1.8/eregex.rb /usr/lib/ruby/1.8/expect.rb /usr/lib/ruby/1.8/fileutils.rb /usr/lib/ruby/1.8/finalize.rb /usr/lib/ruby/1.8/find.rb /usr/lib/ruby/1.8/forwardable.rb /usr/lib/ruby/1.8/ftools.rb /usr/lib/ruby/1.8/generator.rb /usr/lib/ruby/1.8/getoptlong.rb /usr/lib/ruby/1.8/getopts.rb /usr/lib/ruby/1.8/gserver.rb /usr/lib/ruby/1.8/i586-linux /usr/lib/ruby/1.8/i586-linux/bigdecimal.so /usr/lib/ruby/1.8/i586-linux/curses.so /usr/lib/ruby/1.8/i586-linux/dbm.so /usr/lib/ruby/1.8/i586-linux/digest /usr/lib/ruby/1.8/i586-linux/digest.so /usr/lib/ruby/1.8/i586-linux/digest/bubblebabble.so /usr/lib/ruby/1.8/i586-linux/digest/md5.so /usr/lib/ruby/1.8/i586-linux/digest/rmd160.so /usr/lib/ruby/1.8/i586-linux/digest/sha1.so /usr/lib/ruby/1.8/i586-linux/digest/sha2.so /usr/lib/ruby/1.8/i586-linux/dl.so /usr/lib/ruby/1.8/i586-linux/etc.so /usr/lib/ruby/1.8/i586-linux/fcntl.so /usr/lib/ruby/1.8/i586-linux/gdbm.so /usr/lib/ruby/1.8/i586-linux/iconv.so /usr/lib/ruby/1.8/i586-linux/io /usr/lib/ruby/1.8/i586-linux/io/wait.so /usr/lib/ruby/1.8/i586-linux/nkf.so /usr/lib/ruby/1.8/i586-linux/openssl.so /usr/lib/ruby/1.8/i586-linux/pty.so /usr/lib/ruby/1.8/i586-linux/racc /usr/lib/ruby/1.8/i586-linux/racc/cparse.so /usr/lib/ruby/1.8/i586-linux/rbconfig.rb /usr/lib/ruby/1.8/i586-linux/readline.so /usr/lib/ruby/1.8/i586-linux/sdbm.so /usr/lib/ruby/1.8/i586-linux/socket.so /usr/lib/ruby/1.8/i586-linux/stringio.so /usr/lib/ruby/1.8/i586-linux/strscan.so /usr/lib/ruby/1.8/i586-linux/syck.so /usr/lib/ruby/1.8/i586-linux/syslog.so /usr/lib/ruby/1.8/i586-linux/thread.so /usr/lib/ruby/1.8/i586-linux/zlib.so /usr/lib/ruby/1.8/importenv.rb /usr/lib/ruby/1.8/io /usr/lib/ruby/1.8/io/nonblock.rb /usr/lib/ruby/1.8/ipaddr.rb /usr/lib/ruby/1.8/irb /usr/lib/ruby/1.8/irb.rb /usr/lib/ruby/1.8/irb/cmd /usr/lib/ruby/1.8/irb/cmd/chws.rb /usr/lib/ruby/1.8/irb/cmd/fork.rb /usr/lib/ruby/1.8/irb/cmd/help.rb /usr/lib/ruby/1.8/irb/cmd/load.rb /usr/lib/ruby/1.8/irb/cmd/nop.rb /usr/lib/ruby/1.8/irb/cmd/pushws.rb /usr/lib/ruby/1.8/irb/cmd/subirb.rb /usr/lib/ruby/1.8/irb/completion.rb /usr/lib/ruby/1.8/irb/context.rb /usr/lib/ruby/1.8/irb/ext /usr/lib/ruby/1.8/irb/ext/change-ws.rb /usr/lib/ruby/1.8/irb/ext/history.rb /usr/lib/ruby/1.8/irb/ext/loader.rb /usr/lib/ruby/1.8/irb/ext/math-mode.rb /usr/lib/ruby/1.8/irb/ext/multi-irb.rb /usr/lib/ruby/1.8/irb/ext/save-history.rb /usr/lib/ruby/1.8/irb/ext/tracer.rb /usr/lib/ruby/1.8/irb/ext/use-loader.rb /usr/lib/ruby/1.8/irb/ext/workspaces.rb /usr/lib/ruby/1.8/irb/extend-command.rb /usr/lib/ruby/1.8/irb/frame.rb /usr/lib/ruby/1.8/irb/help.rb /usr/lib/ruby/1.8/irb/init.rb /usr/lib/ruby/1.8/irb/input-method.rb /usr/lib/ruby/1.8/irb/lc /usr/lib/ruby/1.8/irb/lc/error.rb /usr/lib/ruby/1.8/irb/lc/help-message /usr/lib/ruby/1.8/irb/lc/ja /usr/lib/ruby/1.8/irb/lc/ja/error.rb /usr/lib/ruby/1.8/irb/lc/ja/help-message /usr/lib/ruby/1.8/irb/locale.rb /usr/lib/ruby/1.8/irb/notifier.rb /usr/lib/ruby/1.8/irb/output-method.rb /usr/lib/ruby/1.8/irb/ruby-lex.rb /usr/lib/ruby/1.8/irb/ruby-token.rb /usr/lib/ruby/1.8/irb/slex.rb /usr/lib/ruby/1.8/irb/version.rb /usr/lib/ruby/1.8/irb/workspace.rb /usr/lib/ruby/1.8/irb/ws-for-case-2.rb /usr/lib/ruby/1.8/irb/xmp.rb /usr/lib/ruby/1.8/jcode.rb /usr/lib/ruby/1.8/kconv.rb /usr/lib/ruby/1.8/logger.rb /usr/lib/ruby/1.8/mailread.rb /usr/lib/ruby/1.8/mathn.rb /usr/lib/ruby/1.8/matrix.rb /usr/lib/ruby/1.8/md5.rb /usr/lib/ruby/1.8/mkmf.rb /usr/lib/ruby/1.8/monitor.rb /usr/lib/ruby/1.8/mutex_m.rb /usr/lib/ruby/1.8/net /usr/lib/ruby/1.8/net/ftp.rb /usr/lib/ruby/1.8/net/ftptls.rb /usr/lib/ruby/1.8/net/http.rb /usr/lib/ruby/1.8/net/https.rb /usr/lib/ruby/1.8/net/imap.rb /usr/lib/ruby/1.8/net/pop.rb /usr/lib/ruby/1.8/net/protocol.rb /usr/lib/ruby/1.8/net/smtp.rb /usr/lib/ruby/1.8/net/telnet.rb /usr/lib/ruby/1.8/net/telnets.rb /usr/lib/ruby/1.8/observer.rb /usr/lib/ruby/1.8/open-uri.rb /usr/lib/ruby/1.8/open3.rb /usr/lib/ruby/1.8/openssl /usr/lib/ruby/1.8/openssl.rb /usr/lib/ruby/1.8/openssl/bn.rb /usr/lib/ruby/1.8/openssl/buffering.rb /usr/lib/ruby/1.8/openssl/cipher.rb /usr/lib/ruby/1.8/openssl/config.rb /usr/lib/ruby/1.8/openssl/digest.rb /usr/lib/ruby/1.8/openssl/pkcs7.rb /usr/lib/ruby/1.8/openssl/ssl-internal.rb /usr/lib/ruby/1.8/openssl/ssl.rb /usr/lib/ruby/1.8/openssl/x509-internal.rb /usr/lib/ruby/1.8/openssl/x509.rb /usr/lib/ruby/1.8/optparse /usr/lib/ruby/1.8/optparse.rb /usr/lib/ruby/1.8/optparse/date.rb /usr/lib/ruby/1.8/optparse/shellwords.rb /usr/lib/ruby/1.8/optparse/time.rb /usr/lib/ruby/1.8/optparse/uri.rb /usr/lib/ruby/1.8/optparse/version.rb /usr/lib/ruby/1.8/ostruct.rb /usr/lib/ruby/1.8/parsearg.rb /usr/lib/ruby/1.8/parsedate.rb /usr/lib/ruby/1.8/pathname.rb /usr/lib/ruby/1.8/ping.rb /usr/lib/ruby/1.8/pp.rb /usr/lib/ruby/1.8/prettyprint.rb /usr/lib/ruby/1.8/profile.rb /usr/lib/ruby/1.8/profiler.rb /usr/lib/ruby/1.8/pstore.rb /usr/lib/ruby/1.8/racc /usr/lib/ruby/1.8/racc/parser.rb /usr/lib/ruby/1.8/rational.rb /usr/lib/ruby/1.8/rdoc /usr/lib/ruby/1.8/rdoc/code_objects.rb /usr/lib/ruby/1.8/rdoc/diagram.rb /usr/lib/ruby/1.8/rdoc/dot /usr/lib/ruby/1.8/rdoc/dot/dot.rb /usr/lib/ruby/1.8/rdoc/generators /usr/lib/ruby/1.8/rdoc/generators/chm_generator.rb /usr/lib/ruby/1.8/rdoc/generators/html_generator.rb /usr/lib/ruby/1.8/rdoc/generators/ri_generator.rb /usr/lib/ruby/1.8/rdoc/generators/template /usr/lib/ruby/1.8/rdoc/generators/template/chm /usr/lib/ruby/1.8/rdoc/generators/template/chm/chm.rb /usr/lib/ruby/1.8/rdoc/generators/template/html /usr/lib/ruby/1.8/rdoc/generators/template/html/hefss.rb /usr/lib/ruby/1.8/rdoc/generators/template/html/html.rb /usr/lib/ruby/1.8/rdoc/generators/template/html/kilmer.rb /usr/lib/ruby/1.8/rdoc/generators/template/html/old_html.rb /usr/lib/ruby/1.8/rdoc/generators/template/html/one_page_html.rb /usr/lib/ruby/1.8/rdoc/generators/template/xml /usr/lib/ruby/1.8/rdoc/generators/template/xml/rdf.rb /usr/lib/ruby/1.8/rdoc/generators/template/xml/xml.rb /usr/lib/ruby/1.8/rdoc/generators/xml_generator.rb /usr/lib/ruby/1.8/rdoc/markup /usr/lib/ruby/1.8/rdoc/markup/sample /usr/lib/ruby/1.8/rdoc/markup/sample/rdoc2latex.rb /usr/lib/ruby/1.8/rdoc/markup/sample/sample.rb /usr/lib/ruby/1.8/rdoc/markup/simple_markup /usr/lib/ruby/1.8/rdoc/markup/simple_markup.rb /usr/lib/ruby/1.8/rdoc/markup/simple_markup/fragments.rb /usr/lib/ruby/1.8/rdoc/markup/simple_markup/inline.rb /usr/lib/ruby/1.8/rdoc/markup/simple_markup/lines.rb /usr/lib/ruby/1.8/rdoc/markup/simple_markup/preprocess.rb /usr/lib/ruby/1.8/rdoc/markup/simple_markup/to_flow.rb /usr/lib/ruby/1.8/rdoc/markup/simple_markup/to_html.rb /usr/lib/ruby/1.8/rdoc/markup/simple_markup/to_latex.rb /usr/lib/ruby/1.8/rdoc/markup/test /usr/lib/ruby/1.8/rdoc/markup/test/AllTests.rb /usr/lib/ruby/1.8/rdoc/markup/test/TestInline.rb /usr/lib/ruby/1.8/rdoc/markup/test/TestParse.rb /usr/lib/ruby/1.8/rdoc/options.rb /usr/lib/ruby/1.8/rdoc/parsers /usr/lib/ruby/1.8/rdoc/parsers/parse_c.rb /usr/lib/ruby/1.8/rdoc/parsers/parse_f95.rb /usr/lib/ruby/1.8/rdoc/parsers/parse_rb.rb /usr/lib/ruby/1.8/rdoc/parsers/parse_simple.rb /usr/lib/ruby/1.8/rdoc/parsers/parserfactory.rb /usr/lib/ruby/1.8/rdoc/rdoc.rb /usr/lib/ruby/1.8/rdoc/ri /usr/lib/ruby/1.8/rdoc/ri/ri_cache.rb /usr/lib/ruby/1.8/rdoc/ri/ri_descriptions.rb /usr/lib/ruby/1.8/rdoc/ri/ri_display.rb /usr/lib/ruby/1.8/rdoc/ri/ri_driver.rb /usr/lib/ruby/1.8/rdoc/ri/ri_formatter.rb /usr/lib/ruby/1.8/rdoc/ri/ri_options.rb /usr/lib/ruby/1.8/rdoc/ri/ri_paths.rb /usr/lib/ruby/1.8/rdoc/ri/ri_reader.rb /usr/lib/ruby/1.8/rdoc/ri/ri_util.rb /usr/lib/ruby/1.8/rdoc/ri/ri_writer.rb /usr/lib/ruby/1.8/rdoc/template.rb /usr/lib/ruby/1.8/rdoc/tokenstream.rb /usr/lib/ruby/1.8/rdoc/usage.rb /usr/lib/ruby/1.8/readbytes.rb /usr/lib/ruby/1.8/resolv-replace.rb /usr/lib/ruby/1.8/resolv.rb /usr/lib/ruby/1.8/rexml /usr/lib/ruby/1.8/rexml/attlistdecl.rb /usr/lib/ruby/1.8/rexml/attribute.rb /usr/lib/ruby/1.8/rexml/cdata.rb /usr/lib/ruby/1.8/rexml/child.rb /usr/lib/ruby/1.8/rexml/comment.rb /usr/lib/ruby/1.8/rexml/doctype.rb /usr/lib/ruby/1.8/rexml/document.rb /usr/lib/ruby/1.8/rexml/dtd /usr/lib/ruby/1.8/rexml/dtd/attlistdecl.rb /usr/lib/ruby/1.8/rexml/dtd/dtd.rb /usr/lib/ruby/1.8/rexml/dtd/elementdecl.rb /usr/lib/ruby/1.8/rexml/dtd/entitydecl.rb /usr/lib/ruby/1.8/rexml/dtd/notationdecl.rb /usr/lib/ruby/1.8/rexml/element.rb /usr/lib/ruby/1.8/rexml/encoding.rb /usr/lib/ruby/1.8/rexml/encodings /usr/lib/ruby/1.8/rexml/encodings/CP-1252.rb /usr/lib/ruby/1.8/rexml/encodings/EUC-JP.rb /usr/lib/ruby/1.8/rexml/encodings/ICONV.rb /usr/lib/ruby/1.8/rexml/encodings/ISO-8859-1.rb /usr/lib/ruby/1.8/rexml/encodings/ISO-8859-15.rb /usr/lib/ruby/1.8/rexml/encodings/SHIFT-JIS.rb /usr/lib/ruby/1.8/rexml/encodings/SHIFT_JIS.rb /usr/lib/ruby/1.8/rexml/encodings/UNILE.rb /usr/lib/ruby/1.8/rexml/encodings/US-ASCII.rb /usr/lib/ruby/1.8/rexml/encodings/UTF-16.rb /usr/lib/ruby/1.8/rexml/encodings/UTF-8.rb /usr/lib/ruby/1.8/rexml/entity.rb /usr/lib/ruby/1.8/rexml/formatters /usr/lib/ruby/1.8/rexml/formatters/default.rb /usr/lib/ruby/1.8/rexml/formatters/pretty.rb /usr/lib/ruby/1.8/rexml/formatters/transitive.rb /usr/lib/ruby/1.8/rexml/functions.rb /usr/lib/ruby/1.8/rexml/instruction.rb /usr/lib/ruby/1.8/rexml/light /usr/lib/ruby/1.8/rexml/light/node.rb /usr/lib/ruby/1.8/rexml/namespace.rb /usr/lib/ruby/1.8/rexml/node.rb /usr/lib/ruby/1.8/rexml/output.rb /usr/lib/ruby/1.8/rexml/parent.rb /usr/lib/ruby/1.8/rexml/parseexception.rb /usr/lib/ruby/1.8/rexml/parsers /usr/lib/ruby/1.8/rexml/parsers/baseparser.rb /usr/lib/ruby/1.8/rexml/parsers/lightparser.rb /usr/lib/ruby/1.8/rexml/parsers/pullparser.rb /usr/lib/ruby/1.8/rexml/parsers/sax2parser.rb /usr/lib/ruby/1.8/rexml/parsers/streamparser.rb /usr/lib/ruby/1.8/rexml/parsers/treeparser.rb /usr/lib/ruby/1.8/rexml/parsers/ultralightparser.rb /usr/lib/ruby/1.8/rexml/parsers/xpathparser.rb /usr/lib/ruby/1.8/rexml/quickpath.rb /usr/lib/ruby/1.8/rexml/rexml.rb /usr/lib/ruby/1.8/rexml/sax2listener.rb /usr/lib/ruby/1.8/rexml/source.rb /usr/lib/ruby/1.8/rexml/streamlistener.rb /usr/lib/ruby/1.8/rexml/syncenumerator.rb /usr/lib/ruby/1.8/rexml/text.rb /usr/lib/ruby/1.8/rexml/undefinednamespaceexception.rb /usr/lib/ruby/1.8/rexml/validation /usr/lib/ruby/1.8/rexml/validation/relaxng.rb /usr/lib/ruby/1.8/rexml/validation/validation.rb /usr/lib/ruby/1.8/rexml/validation/validationexception.rb /usr/lib/ruby/1.8/rexml/xmldecl.rb /usr/lib/ruby/1.8/rexml/xmltokens.rb /usr/lib/ruby/1.8/rexml/xpath.rb /usr/lib/ruby/1.8/rexml/xpath_parser.rb /usr/lib/ruby/1.8/rinda /usr/lib/ruby/1.8/rinda/rinda.rb /usr/lib/ruby/1.8/rinda/ring.rb /usr/lib/ruby/1.8/rinda/tuplespace.rb /usr/lib/ruby/1.8/rss /usr/lib/ruby/1.8/rss.rb /usr/lib/ruby/1.8/rss/0.9.rb /usr/lib/ruby/1.8/rss/1.0.rb /usr/lib/ruby/1.8/rss/2.0.rb /usr/lib/ruby/1.8/rss/atom.rb /usr/lib/ruby/1.8/rss/content /usr/lib/ruby/1.8/rss/content.rb /usr/lib/ruby/1.8/rss/content/1.0.rb /usr/lib/ruby/1.8/rss/content/2.0.rb /usr/lib/ruby/1.8/rss/converter.rb /usr/lib/ruby/1.8/rss/dublincore /usr/lib/ruby/1.8/rss/dublincore.rb /usr/lib/ruby/1.8/rss/dublincore/1.0.rb /usr/lib/ruby/1.8/rss/dublincore/2.0.rb /usr/lib/ruby/1.8/rss/dublincore/atom.rb /usr/lib/ruby/1.8/rss/image.rb /usr/lib/ruby/1.8/rss/itunes.rb /usr/lib/ruby/1.8/rss/maker /usr/lib/ruby/1.8/rss/maker.rb /usr/lib/ruby/1.8/rss/maker/0.9.rb /usr/lib/ruby/1.8/rss/maker/1.0.rb /usr/lib/ruby/1.8/rss/maker/2.0.rb /usr/lib/ruby/1.8/rss/maker/atom.rb /usr/lib/ruby/1.8/rss/maker/base.rb /usr/lib/ruby/1.8/rss/maker/content.rb /usr/lib/ruby/1.8/rss/maker/dublincore.rb /usr/lib/ruby/1.8/rss/maker/entry.rb /usr/lib/ruby/1.8/rss/maker/feed.rb /usr/lib/ruby/1.8/rss/maker/image.rb /usr/lib/ruby/1.8/rss/maker/itunes.rb /usr/lib/ruby/1.8/rss/maker/slash.rb /usr/lib/ruby/1.8/rss/maker/syndication.rb /usr/lib/ruby/1.8/rss/maker/taxonomy.rb /usr/lib/ruby/1.8/rss/maker/trackback.rb /usr/lib/ruby/1.8/rss/parser.rb /usr/lib/ruby/1.8/rss/rexmlparser.rb /usr/lib/ruby/1.8/rss/rss.rb /usr/lib/ruby/1.8/rss/slash.rb /usr/lib/ruby/1.8/rss/syndication.rb /usr/lib/ruby/1.8/rss/taxonomy.rb /usr/lib/ruby/1.8/rss/trackback.rb /usr/lib/ruby/1.8/rss/utils.rb /usr/lib/ruby/1.8/rss/xml-stylesheet.rb /usr/lib/ruby/1.8/rss/xml.rb /usr/lib/ruby/1.8/rss/xmlparser.rb /usr/lib/ruby/1.8/rss/xmlscanner.rb /usr/lib/ruby/1.8/rubyunit.rb /usr/lib/ruby/1.8/runit /usr/lib/ruby/1.8/runit/assert.rb /usr/lib/ruby/1.8/runit/cui /usr/lib/ruby/1.8/runit/cui/testrunner.rb /usr/lib/ruby/1.8/runit/error.rb /usr/lib/ruby/1.8/runit/testcase.rb /usr/lib/ruby/1.8/runit/testresult.rb /usr/lib/ruby/1.8/runit/testsuite.rb /usr/lib/ruby/1.8/runit/topublic.rb /usr/lib/ruby/1.8/scanf.rb /usr/lib/ruby/1.8/securerandom.rb /usr/lib/ruby/1.8/set.rb /usr/lib/ruby/1.8/sha1.rb /usr/lib/ruby/1.8/shell /usr/lib/ruby/1.8/shell.rb /usr/lib/ruby/1.8/shell/builtin-command.rb /usr/lib/ruby/1.8/shell/command-processor.rb /usr/lib/ruby/1.8/shell/error.rb /usr/lib/ruby/1.8/shell/filter.rb /usr/lib/ruby/1.8/shell/process-controller.rb /usr/lib/ruby/1.8/shell/system-command.rb /usr/lib/ruby/1.8/shell/version.rb /usr/lib/ruby/1.8/shellwords.rb /usr/lib/ruby/1.8/singleton.rb /usr/lib/ruby/1.8/soap /usr/lib/ruby/1.8/soap/attachment.rb /usr/lib/ruby/1.8/soap/baseData.rb /usr/lib/ruby/1.8/soap/element.rb /usr/lib/ruby/1.8/soap/encodingstyle /usr/lib/ruby/1.8/soap/encodingstyle/aspDotNetHandler.rb /usr/lib/ruby/1.8/soap/encodingstyle/handler.rb /usr/lib/ruby/1.8/soap/encodingstyle/literalHandler.rb /usr/lib/ruby/1.8/soap/encodingstyle/soapHandler.rb /usr/lib/ruby/1.8/soap/generator.rb /usr/lib/ruby/1.8/soap/header /usr/lib/ruby/1.8/soap/header/handler.rb /usr/lib/ruby/1.8/soap/header/handlerset.rb /usr/lib/ruby/1.8/soap/header/simplehandler.rb /usr/lib/ruby/1.8/soap/httpconfigloader.rb /usr/lib/ruby/1.8/soap/mapping /usr/lib/ruby/1.8/soap/mapping.rb /usr/lib/ruby/1.8/soap/mapping/factory.rb /usr/lib/ruby/1.8/soap/mapping/mapping.rb /usr/lib/ruby/1.8/soap/mapping/registry.rb /usr/lib/ruby/1.8/soap/mapping/rubytypeFactory.rb /usr/lib/ruby/1.8/soap/mapping/typeMap.rb /usr/lib/ruby/1.8/soap/mapping/wsdlencodedregistry.rb /usr/lib/ruby/1.8/soap/mapping/wsdlliteralregistry.rb /usr/lib/ruby/1.8/soap/marshal.rb /usr/lib/ruby/1.8/soap/mimemessage.rb /usr/lib/ruby/1.8/soap/netHttpClient.rb /usr/lib/ruby/1.8/soap/parser.rb /usr/lib/ruby/1.8/soap/processor.rb /usr/lib/ruby/1.8/soap/property.rb /usr/lib/ruby/1.8/soap/rpc /usr/lib/ruby/1.8/soap/rpc/cgistub.rb /usr/lib/ruby/1.8/soap/rpc/driver.rb /usr/lib/ruby/1.8/soap/rpc/element.rb /usr/lib/ruby/1.8/soap/rpc/httpserver.rb /usr/lib/ruby/1.8/soap/rpc/proxy.rb /usr/lib/ruby/1.8/soap/rpc/router.rb /usr/lib/ruby/1.8/soap/rpc/rpc.rb /usr/lib/ruby/1.8/soap/rpc/soaplet.rb /usr/lib/ruby/1.8/soap/rpc/standaloneServer.rb /usr/lib/ruby/1.8/soap/soap.rb /usr/lib/ruby/1.8/soap/streamHandler.rb /usr/lib/ruby/1.8/soap/wsdlDriver.rb /usr/lib/ruby/1.8/sync.rb /usr/lib/ruby/1.8/tempfile.rb /usr/lib/ruby/1.8/test /usr/lib/ruby/1.8/test/unit /usr/lib/ruby/1.8/test/unit.rb /usr/lib/ruby/1.8/test/unit/assertionfailederror.rb /usr/lib/ruby/1.8/test/unit/assertions.rb /usr/lib/ruby/1.8/test/unit/autorunner.rb /usr/lib/ruby/1.8/test/unit/collector /usr/lib/ruby/1.8/test/unit/collector.rb /usr/lib/ruby/1.8/test/unit/collector/dir.rb /usr/lib/ruby/1.8/test/unit/collector/objectspace.rb /usr/lib/ruby/1.8/test/unit/error.rb /usr/lib/ruby/1.8/test/unit/failure.rb /usr/lib/ruby/1.8/test/unit/testcase.rb /usr/lib/ruby/1.8/test/unit/testresult.rb /usr/lib/ruby/1.8/test/unit/testsuite.rb /usr/lib/ruby/1.8/test/unit/ui /usr/lib/ruby/1.8/test/unit/ui/console /usr/lib/ruby/1.8/test/unit/ui/console/testrunner.rb /usr/lib/ruby/1.8/test/unit/ui/fox /usr/lib/ruby/1.8/test/unit/ui/fox/testrunner.rb /usr/lib/ruby/1.8/test/unit/ui/gtk /usr/lib/ruby/1.8/test/unit/ui/gtk/testrunner.rb /usr/lib/ruby/1.8/test/unit/ui/gtk2 /usr/lib/ruby/1.8/test/unit/ui/gtk2/testrunner.rb /usr/lib/ruby/1.8/test/unit/ui/testrunnermediator.rb /usr/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb /usr/lib/ruby/1.8/test/unit/ui/tk /usr/lib/ruby/1.8/test/unit/ui/tk/testrunner.rb /usr/lib/ruby/1.8/test/unit/util /usr/lib/ruby/1.8/test/unit/util/backtracefilter.rb /usr/lib/ruby/1.8/test/unit/util/observable.rb /usr/lib/ruby/1.8/test/unit/util/procwrapper.rb /usr/lib/ruby/1.8/thread.rb /usr/lib/ruby/1.8/thwait.rb /usr/lib/ruby/1.8/time.rb /usr/lib/ruby/1.8/timeout.rb /usr/lib/ruby/1.8/tmpdir.rb /usr/lib/ruby/1.8/tracer.rb /usr/lib/ruby/1.8/tsort.rb /usr/lib/ruby/1.8/un.rb /usr/lib/ruby/1.8/uri /usr/lib/ruby/1.8/uri.rb /usr/lib/ruby/1.8/uri/common.rb /usr/lib/ruby/1.8/uri/ftp.rb /usr/lib/ruby/1.8/uri/generic.rb /usr/lib/ruby/1.8/uri/http.rb /usr/lib/ruby/1.8/uri/https.rb /usr/lib/ruby/1.8/uri/ldap.rb /usr/lib/ruby/1.8/uri/ldaps.rb /usr/lib/ruby/1.8/uri/mailto.rb /usr/lib/ruby/1.8/weakref.rb /usr/lib/ruby/1.8/webrick /usr/lib/ruby/1.8/webrick.rb /usr/lib/ruby/1.8/webrick/accesslog.rb /usr/lib/ruby/1.8/webrick/cgi.rb /usr/lib/ruby/1.8/webrick/compat.rb /usr/lib/ruby/1.8/webrick/config.rb /usr/lib/ruby/1.8/webrick/cookie.rb /usr/lib/ruby/1.8/webrick/htmlutils.rb /usr/lib/ruby/1.8/webrick/httpauth /usr/lib/ruby/1.8/webrick/httpauth.rb /usr/lib/ruby/1.8/webrick/httpauth/authenticator.rb /usr/lib/ruby/1.8/webrick/httpauth/basicauth.rb /usr/lib/ruby/1.8/webrick/httpauth/digestauth.rb /usr/lib/ruby/1.8/webrick/httpauth/htdigest.rb /usr/lib/ruby/1.8/webrick/httpauth/htgroup.rb /usr/lib/ruby/1.8/webrick/httpauth/htpasswd.rb /usr/lib/ruby/1.8/webrick/httpauth/userdb.rb /usr/lib/ruby/1.8/webrick/httpproxy.rb /usr/lib/ruby/1.8/webrick/httprequest.rb /usr/lib/ruby/1.8/webrick/httpresponse.rb /usr/lib/ruby/1.8/webrick/https.rb /usr/lib/ruby/1.8/webrick/httpserver.rb /usr/lib/ruby/1.8/webrick/httpservlet /usr/lib/ruby/1.8/webrick/httpservlet.rb /usr/lib/ruby/1.8/webrick/httpservlet/abstract.rb /usr/lib/ruby/1.8/webrick/httpservlet/cgi_runner.rb /usr/lib/ruby/1.8/webrick/httpservlet/cgihandler.rb /usr/lib/ruby/1.8/webrick/httpservlet/erbhandler.rb /usr/lib/ruby/1.8/webrick/httpservlet/filehandler.rb /usr/lib/ruby/1.8/webrick/httpservlet/prochandler.rb /usr/lib/ruby/1.8/webrick/httpstatus.rb /usr/lib/ruby/1.8/webrick/httputils.rb /usr/lib/ruby/1.8/webrick/httpversion.rb /usr/lib/ruby/1.8/webrick/log.rb /usr/lib/ruby/1.8/webrick/server.rb /usr/lib/ruby/1.8/webrick/ssl.rb /usr/lib/ruby/1.8/webrick/utils.rb /usr/lib/ruby/1.8/webrick/version.rb /usr/lib/ruby/1.8/wsdl /usr/lib/ruby/1.8/wsdl/binding.rb /usr/lib/ruby/1.8/wsdl/data.rb /usr/lib/ruby/1.8/wsdl/definitions.rb /usr/lib/ruby/1.8/wsdl/documentation.rb /usr/lib/ruby/1.8/wsdl/import.rb /usr/lib/ruby/1.8/wsdl/importer.rb /usr/lib/ruby/1.8/wsdl/info.rb /usr/lib/ruby/1.8/wsdl/message.rb /usr/lib/ruby/1.8/wsdl/operation.rb /usr/lib/ruby/1.8/wsdl/operationBinding.rb /usr/lib/ruby/1.8/wsdl/param.rb /usr/lib/ruby/1.8/wsdl/parser.rb /usr/lib/ruby/1.8/wsdl/part.rb /usr/lib/ruby/1.8/wsdl/port.rb /usr/lib/ruby/1.8/wsdl/portType.rb /usr/lib/ruby/1.8/wsdl/service.rb /usr/lib/ruby/1.8/wsdl/soap /usr/lib/ruby/1.8/wsdl/soap/address.rb /usr/lib/ruby/1.8/wsdl/soap/binding.rb /usr/lib/ruby/1.8/wsdl/soap/body.rb /usr/lib/ruby/1.8/wsdl/soap/cgiStubCreator.rb /usr/lib/ruby/1.8/wsdl/soap/classDefCreator.rb /usr/lib/ruby/1.8/wsdl/soap/classDefCreatorSupport.rb /usr/lib/ruby/1.8/wsdl/soap/clientSkeltonCreator.rb /usr/lib/ruby/1.8/wsdl/soap/complexType.rb /usr/lib/ruby/1.8/wsdl/soap/data.rb /usr/lib/ruby/1.8/wsdl/soap/definitions.rb /usr/lib/ruby/1.8/wsdl/soap/driverCreator.rb /usr/lib/ruby/1.8/wsdl/soap/element.rb /usr/lib/ruby/1.8/wsdl/soap/fault.rb /usr/lib/ruby/1.8/wsdl/soap/header.rb /usr/lib/ruby/1.8/wsdl/soap/headerfault.rb /usr/lib/ruby/1.8/wsdl/soap/mappingRegistryCreator.rb /usr/lib/ruby/1.8/wsdl/soap/methodDefCreator.rb /usr/lib/ruby/1.8/wsdl/soap/operation.rb /usr/lib/ruby/1.8/wsdl/soap/servantSkeltonCreator.rb /usr/lib/ruby/1.8/wsdl/soap/standaloneServerStubCreator.rb /usr/lib/ruby/1.8/wsdl/soap/wsdl2ruby.rb /usr/lib/ruby/1.8/wsdl/types.rb /usr/lib/ruby/1.8/wsdl/wsdl.rb /usr/lib/ruby/1.8/wsdl/xmlSchema /usr/lib/ruby/1.8/wsdl/xmlSchema/all.rb /usr/lib/ruby/1.8/wsdl/xmlSchema/annotation.rb /usr/lib/ruby/1.8/wsdl/xmlSchema/any.rb /usr/lib/ruby/1.8/wsdl/xmlSchema/attribute.rb /usr/lib/ruby/1.8/wsdl/xmlSchema/choice.rb /usr/lib/ruby/1.8/wsdl/xmlSchema/complexContent.rb /usr/lib/ruby/1.8/wsdl/xmlSchema/complexType.rb /usr/lib/ruby/1.8/wsdl/xmlSchema/content.rb /usr/lib/ruby/1.8/wsdl/xmlSchema/data.rb /usr/lib/ruby/1.8/wsdl/xmlSchema/element.rb /usr/lib/ruby/1.8/wsdl/xmlSchema/enumeration.rb /usr/lib/ruby/1.8/wsdl/xmlSchema/import.rb /usr/lib/ruby/1.8/wsdl/xmlSchema/importer.rb /usr/lib/ruby/1.8/wsdl/xmlSchema/include.rb /usr/lib/ruby/1.8/wsdl/xmlSchema/length.rb /usr/lib/ruby/1.8/wsdl/xmlSchema/parser.rb /usr/lib/ruby/1.8/wsdl/xmlSchema/pattern.rb /usr/lib/ruby/1.8/wsdl/xmlSchema/schema.rb /usr/lib/ruby/1.8/wsdl/xmlSchema/sequence.rb /usr/lib/ruby/1.8/wsdl/xmlSchema/simpleContent.rb /usr/lib/ruby/1.8/wsdl/xmlSchema/simpleExtension.rb /usr/lib/ruby/1.8/wsdl/xmlSchema/simpleRestriction.rb /usr/lib/ruby/1.8/wsdl/xmlSchema/simpleType.rb /usr/lib/ruby/1.8/wsdl/xmlSchema/unique.rb /usr/lib/ruby/1.8/wsdl/xmlSchema/xsd2ruby.rb /usr/lib/ruby/1.8/xmlrpc /usr/lib/ruby/1.8/xmlrpc/base64.rb /usr/lib/ruby/1.8/xmlrpc/client.rb /usr/lib/ruby/1.8/xmlrpc/config.rb /usr/lib/ruby/1.8/xmlrpc/create.rb /usr/lib/ruby/1.8/xmlrpc/datetime.rb /usr/lib/ruby/1.8/xmlrpc/httpserver.rb /usr/lib/ruby/1.8/xmlrpc/marshal.rb /usr/lib/ruby/1.8/xmlrpc/parser.rb /usr/lib/ruby/1.8/xmlrpc/server.rb /usr/lib/ruby/1.8/xmlrpc/utils.rb /usr/lib/ruby/1.8/xsd /usr/lib/ruby/1.8/xsd/charset.rb /usr/lib/ruby/1.8/xsd/codegen /usr/lib/ruby/1.8/xsd/codegen.rb /usr/lib/ruby/1.8/xsd/codegen/classdef.rb /usr/lib/ruby/1.8/xsd/codegen/commentdef.rb /usr/lib/ruby/1.8/xsd/codegen/gensupport.rb /usr/lib/ruby/1.8/xsd/codegen/methoddef.rb /usr/lib/ruby/1.8/xsd/codegen/moduledef.rb /usr/lib/ruby/1.8/xsd/datatypes.rb /usr/lib/ruby/1.8/xsd/datatypes1999.rb /usr/lib/ruby/1.8/xsd/iconvcharset.rb /usr/lib/ruby/1.8/xsd/mapping.rb /usr/lib/ruby/1.8/xsd/namedelements.rb /usr/lib/ruby/1.8/xsd/ns.rb /usr/lib/ruby/1.8/xsd/qname.rb /usr/lib/ruby/1.8/xsd/xmlparser /usr/lib/ruby/1.8/xsd/xmlparser.rb /usr/lib/ruby/1.8/xsd/xmlparser/parser.rb /usr/lib/ruby/1.8/xsd/xmlparser/rexmlparser.rb /usr/lib/ruby/1.8/xsd/xmlparser/xmlparser.rb /usr/lib/ruby/1.8/xsd/xmlparser/xmlscanner.rb /usr/lib/ruby/1.8/yaml /usr/lib/ruby/1.8/yaml.rb /usr/lib/ruby/1.8/yaml/baseemitter.rb /usr/lib/ruby/1.8/yaml/basenode.rb /usr/lib/ruby/1.8/yaml/constants.rb /usr/lib/ruby/1.8/yaml/dbm.rb /usr/lib/ruby/1.8/yaml/encoding.rb /usr/lib/ruby/1.8/yaml/error.rb /usr/lib/ruby/1.8/yaml/loader.rb /usr/lib/ruby/1.8/yaml/rubytypes.rb /usr/lib/ruby/1.8/yaml/store.rb /usr/lib/ruby/1.8/yaml/stream.rb /usr/lib/ruby/1.8/yaml/stringio.rb /usr/lib/ruby/1.8/yaml/syck.rb /usr/lib/ruby/1.8/yaml/tag.rb /usr/lib/ruby/1.8/yaml/types.rb /usr/lib/ruby/1.8/yaml/yamlnode.rb /usr/lib/ruby/1.8/yaml/ypath.rb /usr/lib/ruby/site_ruby /usr/lib/ruby/site_ruby/1.8 /usr/lib/ruby/site_ruby/1.8/i586-linux /usr/lib/ruby/site_ruby/1.8/site-specific.rb /usr/lib/ruby/vendor_ruby /usr/lib/ruby/vendor_ruby/1.8 /usr/lib/ruby/vendor_ruby/1.8/i586-linux /usr/lib/ruby/vendor_ruby/1.8/vendor-specific.rb /usr/share/doc/packages/ruby /usr/share/doc/packages/ruby/COPYING /usr/share/doc/packages/ruby/COPYING.ja /usr/share/doc/packages/ruby/ChangeLog /usr/share/doc/packages/ruby/GPL /usr/share/doc/packages/ruby/LEGAL /usr/share/doc/packages/ruby/LGPL /usr/share/doc/packages/ruby/NEWS /usr/share/doc/packages/ruby/README /usr/share/doc/packages/ruby/README.EXT /usr/share/doc/packages/ruby/README.EXT.ja /usr/share/doc/packages/ruby/README.ja /usr/share/doc/packages/ruby/ToDo /usr/share/emacs /usr/share/emacs/site-lisp /usr/share/emacs/site-lisp/inf-ruby.el /usr/share/emacs/site-lisp/ruby-electric.el /usr/share/emacs/site-lisp/ruby-mode.el /usr/share/emacs/site-lisp/ruby-style.el /usr/share/emacs/site-lisp/rubydb2x.el /usr/share/emacs/site-lisp/rubydb3x.el /usr/share/man/man1/irb.1.gz /usr/share/man/man1/ruby.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Jun 10 05:10:40 2013