PSARC/2016/585 Add Ruby 2.3
authorApril Chin <april.chin@oracle.com>
Thu, 08 Dec 2016 12:39:42 -0800
changeset 7469 422c29c822ab
parent 7468 1dec92bd1dbd
child 7470 c8a35bc3a99c
PSARC/2016/585 Add Ruby 2.3 23085411 Upgrade Ruby to 2.3 24966407 problems with Ruby 2.1 manpages
components/ruby/ruby-21/Makefile
components/ruby/ruby-21/Solaris/gem.1-generic
components/ruby/ruby-21/Solaris/ruby.1.sedscript
components/ruby/ruby-21/ruby-21.p5m
components/ruby/ruby-23/Makefile
components/ruby/ruby-23/Solaris/gem.1-generic
components/ruby/ruby-23/Solaris/rbconfig.sedscript
components/ruby/ruby-23/Solaris/ruby.1.sedscript
components/ruby/ruby-23/patches/01-ruby_1.patch
components/ruby/ruby-23/patches/02-config.patch
components/ruby/ruby-23/patches/03-common_mk.patch
components/ruby/ruby-23/patches/04-ext_openssl_extconf_rb.patch
components/ruby/ruby-23/patches/05-test-ruby-test_process_rb.patch
components/ruby/ruby-23/ruby-23-tk.p5m
components/ruby/ruby-23/ruby-23.license
components/ruby/ruby-23/ruby-23.p5m
components/ruby/ruby-23/test/results-64.master
components/ruby/ruby-common/ruby.p5m
make-rules/shared-macros.mk
--- a/components/ruby/ruby-21/Makefile	Thu Dec 08 05:11:05 2016 -0800
+++ b/components/ruby/ruby-21/Makefile	Thu Dec 08 12:39:42 2016 -0800
@@ -43,6 +43,9 @@
 # first two space-separated words from the string.
 RUBY_VER_WORDS=	$(subst ., ,$(COMPONENT_VERSION))
 RUBY_VER=$(word 1,$(RUBY_VER_WORDS)).$(word 2,$(RUBY_VER_WORDS))
+# RUBY_VER_NO_DOT is just <major><minor>, like RUBY_VER but no
+# '.' separating <major> and <minor>.  Used when editing manpages (see below).
+RUBY_VER_NO_DOT=$(subst .,,$(RUBY_VER))
 # the library-compatible version
 RUBY_LIB_VER=2.1.0
 
@@ -69,16 +72,18 @@
 # Fix generated rbconfig.rb using /usr/bin/sed; gsed doesn't 
 # work for some of the commands in rbconfig.sedscript.
 COMPONENT_POST_INSTALL_ACTION += \
-	$(GSED) -e "s/RUBY_VER/$(RUBY_VER)/" \
-	    -e "s/RUBY_LIB_VER/$(RUBY_LIB_VER)/" Solaris/gem.1-generic \
+	$(GSED) -e "s/RUBY_VER_NO_DOT/$(RUBY_VER_NO_DOT)/g" \
+ 	    -e "s/RUBY_VER/$(RUBY_VER)/g" \
+	    -e "s/RUBY_LIB_VER/$(RUBY_LIB_VER)/g" Solaris/gem.1-generic \
 	    > Solaris/gem.1 ; \
-	$(GSED) -e "s/RUBY_VER/$(RUBY_VER)/" \
-	    -e "s/RUBY_LIB_VER/$(RUBY_LIB_VER)/" Solaris/ruby.1.sedscript \
+	$(GSED) -e "s/RUBY_VER_NO_DOT/$(RUBY_VER_NO_DOT)/g" \
+ 	    -e "s/RUBY_VER/$(RUBY_VER)/g" \
+	    -e "s/RUBY_LIB_VER/$(RUBY_LIB_VER)/g" Solaris/ruby.1.sedscript \
 	    > Solaris/ruby.1.sedscript.mod ; \
-	$(GSED) -e  "s/RUBY_VER/$(RUBY_VER)/" \
-	    -e "s/RUBY_LIB_VER/$(RUBY_LIB_VER)/" \
-	    -e "s/CFLAGS_GCC/$(CFLAGS.gcc)/" \
-	    -e "s/CXXFLAGS_GCC/$(CXXFLAGS.gcc)/" \
+	$(GSED) -e  "s/RUBY_VER/$(RUBY_VER)/g" \
+	    -e "s/RUBY_LIB_VER/$(RUBY_LIB_VER)/g" \
+	    -e "s/CFLAGS_GCC/$(CFLAGS.gcc)/g" \
+	    -e "s/CXXFLAGS_GCC/$(CXXFLAGS.gcc)/g" \
 	    Solaris/rbconfig.sedscript \
 	    > Solaris/rbconfig.sedscript.mod ; \
 	$(GSED) -i -f Solaris/ruby.1.sedscript.mod \
@@ -129,6 +134,10 @@
 CONFIGURE_OPTIONS +=	DTRACE="$(USRSBINDIR)/dtrace"
 # ensure we use the 64-bit configuration file, not the 32-bit one
 CONFIGURE_OPTIONS +=	--with-tclConfig-file=$(USRLIBDIR)/64/tclConfig.sh
+	# set mantype to "man" so tool/mdoc2man.rb is used to convert
+	# the manpages from doc to man format; otherwise mantype is "doc" and
+	# headers we add to the manpages will not work properly
+CONFIGURE_OPTIONS +=	--with-mantype=man
 
 # fiddle.so (ext/fiddle) links to libffi, which does not define
 # ffi_raw_size(), although its prototype is in libffi's 
--- a/components/ruby/ruby-21/Solaris/gem.1-generic	Thu Dec 08 05:11:05 2016 -0800
+++ b/components/ruby/ruby-21/Solaris/gem.1-generic	Thu Dec 08 12:39:42 2016 -0800
@@ -20,11 +20,11 @@
 .\"
 .\" CDDL HEADER END
 .\"
-.\" Copyright (c) 2009, 2015, Oracle and/or its affiliates. All rights reserved.
+.\" Copyright (c) 2009, 2016, Oracle and/or its affiliates. All rights reserved.
 .\"
 .\" gem.1
 .\"
-.TH gem 1 "15 April 2015"  "" ""
+.TH gem 1 "26 October 2016"  "" ""
 .SH NAME
 gem  \-\-  Command-line interface to RubyGems
 .SH SYNOPSIS
@@ -405,33 +405,17 @@
 Path list of directories containing gem repositories to be searched in addition to the GEM_HOME directory. The list should be delimited by the appropriate path separator ':' 
 
 .TP
-.B GEM_SKIP
-List of gems should should not be loaded (normally used for development). The list should be delimited by the appropriate path separator ':'
-
-.TP
 .B http_proxy / HTTP_PROXY
 URL of the HTTP protocol proxy to be used to get out of the firewall. The lower case version will be used first.
 
 .TP
-.B make
+.B MAKE / make
 Name of the make program that should be used to build extensions.
 
 .TP
 .B HOME
 Home directory of the user (see below).
 
-.TP
-.B USERPROFILE
-Home directory of the user (used if HOME is not defined)
-
-.TP
-.B HOMEDRIVE
-Drive containing the user's home directory.
-
-.TP
-.B HOMEPATH
-Path to the user's home directory.
-
 .SH EXAMPLES
 .PP
 \fBExample 1: Install 'thor', either from local directory or remote server
@@ -446,10 +430,10 @@
 	# gem install thor --remote
 .fi
 .PP
-\fBExample 3: Install 'thor' from remote server, and run unit tests, and generate RDocs
+\fBExample 3: Install 'thor' from remote server and generate documentation
 .PP
 .nf
-	# gem install --remote thor --test --rdoc --ri
+	# gem install thor --remote --document
 .fi
 .PP
 \fBExample 4: Install 'thor', but only version 0.18.1, even if dependencies are not met, and into a specific directory
@@ -458,10 +442,10 @@
 	# gem install thor --version 0.18.1 --force --install-dir $HOME/.gem/ruby/RUBY_LIB_VER
 .fi
 .PP
-\fBExample 5: List local gems whose name begins with 'D'
+\fBExample 5: List local gems whose name begins with 'r'
 .PP
 .nf
-	# gem list D
+	# gem list ^r
 .fi
 .PP
 \fBExample 6: List local and remote gems whose name contains 'log'
@@ -513,7 +497,7 @@
 .TP
 /usr/ruby/RUBY_VER/bin 
 Contains the Rubygems program with all other Ruby related programs.  These programs are linked from /usr/bin.
-For example: /usr/ruby/RUBY_VER/bin/gem is linked from /usr/bin/gem19, and may be linked from /usr/bin/gem if the package mediator "ruby" is version "RUBY_VER" (see pkg(1)).
+For example: /usr/ruby/RUBY_VER/bin/gem is linked from /usr/bin/gemRUBY_VER_NO_DOT, and may be linked from /usr/bin/gem if the package mediator "ruby" is version "RUBY_VER" (see pkg(1)).
 Also contains executables for any installed gems that supply them (i.e.: thor, rails, etc).
 .PP
 .PP
--- a/components/ruby/ruby-21/Solaris/ruby.1.sedscript	Thu Dec 08 05:11:05 2016 -0800
+++ b/components/ruby/ruby-21/Solaris/ruby.1.sedscript	Thu Dec 08 12:39:42 2016 -0800
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 1i\
 '\\" t\
@@ -51,7 +51,7 @@
 /usr/ruby/RUBY_VER/bin \
 Contains  the  Ruby  executable  as well as other utility programs, and \
 Rubygems programs. These programs are linked from /usr/bin.\
-For example: /usr/ruby/RUBY_VER/bin/ruby is linked from /usr/bin/ruby21, and \
+For example: /usr/ruby/RUBY_VER/bin/ruby is linked from /usr/bin/rubyRUBY_VER_NO_DOT, and \
 may be linked from /usr/bin/ruby if the package mediator "ruby" is version \
 "RUBY_VER" (see pkg(1)). \
 Also contains executables for any installed gems that have them (i.e.: thin,\
--- a/components/ruby/ruby-21/ruby-21.p5m	Thu Dec 08 05:11:05 2016 -0800
+++ b/components/ruby/ruby-21/ruby-21.p5m	Thu Dec 08 12:39:42 2016 -0800
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
 #
 
 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
@@ -14739,23 +14739,32 @@
 link path=usr/share/man/man1/erb.1 \
     target=../../../ruby/$(RUBY_VER)/share/man/man1/erb.1 mediator=ruby \
     mediator-version=2.1
-# temporarily set pkg.linted.action002.0 to avoid
-# "unresolvable target" lint error, since target file is not
-# from the proto area and is not yet in the pkg repo
+link path=usr/share/man/man1/erb21.1 \
+    target=../../../ruby/$(RUBY_VER)/share/man/man1/erb.1
 link path=usr/share/man/man1/gem.1 \
     target=../../../ruby/$(RUBY_VER)/share/man/man1/gem.1 mediator=ruby \
-    mediator-version=2.1 pkg.linted.userland.action002.0=true
+    mediator-version=2.1
+link path=usr/share/man/man1/gem21.1 \
+    target=../../../ruby/$(RUBY_VER)/share/man/man1/gem.1
 link path=usr/share/man/man1/irb.1 \
     target=../../../ruby/$(RUBY_VER)/share/man/man1/irb.1 mediator=ruby \
     mediator-version=2.1
+link path=usr/share/man/man1/irb21.1 \
+    target=../../../ruby/$(RUBY_VER)/share/man/man1/irb.1
 link path=usr/share/man/man1/rake.1 \
     target=../../../ruby/$(RUBY_VER)/share/man/man1/rake.1 mediator=ruby \
     mediator-version=2.1
+link path=usr/share/man/man1/rake21.1 \
+    target=../../../ruby/$(RUBY_VER)/share/man/man1/rake.1
 link path=usr/share/man/man1/ri.1 \
     target=../../../ruby/$(RUBY_VER)/share/man/man1/ri.1 mediator=ruby \
     mediator-version=2.1
+link path=usr/share/man/man1/ri21.1 \
+    target=../../../ruby/$(RUBY_VER)/share/man/man1/ri.1
 link path=usr/share/man/man1/ruby.1 \
     target=../../../ruby/$(RUBY_VER)/share/man/man1/ruby.1 mediator=ruby \
     mediator-version=2.1
+link path=usr/share/man/man1/ruby21.1 \
+    target=../../../ruby/$(RUBY_VER)/share/man/man1/ruby.1
 license ruby-21.license \
     license="Ruby License, RubyGems License, Artistic, BSD, PD, BSD-like, MIT, Unicode, SIL Open Font v1.1"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ruby/ruby-23/Makefile	Thu Dec 08 12:39:42 2016 -0800
@@ -0,0 +1,215 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
+#
+BUILD_BITS= 64
+COMPILER= gcc
+include ../../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		ruby
+COMPONENT_VERSION=	2.3.1
+COMPONENT_PROJECT_URL=	http://www.ruby-lang.org/
+COMPONENT_ARCHIVE_HASH=	\
+    sha256:b87c738cb2032bf4920fef8e3864dc5cf8eae9d89d8d523ce0236945c5797dcd
+COMPONENT_ARCHIVE_URL=	\
+	http://cache.ruby-lang.org/pub/ruby/2.3/$(COMPONENT_ARCHIVE)
+
+TPNO=			31235
+
+include $(WS_MAKE_RULES)/common.mk
+
+# COMPONENT_VERSION <major>.<minor>.<teeny>
+# is transformed into <major>.<minor> for RUBY_VER.
+# First change the separator '.' to ' ', so we can use "word" to pull the 
+# first two space-separated words from the string.
+RUBY_VER_WORDS=	$(subst ., ,$(COMPONENT_VERSION))
+RUBY_VER=$(word 1,$(RUBY_VER_WORDS)).$(word 2,$(RUBY_VER_WORDS))
+# RUBY_VER_NO_DOT is just <major><minor>, like RUBY_VER but no
+# '.' separating <major> and <minor>.  Used when editing manpages (see below).
+RUBY_VER_NO_DOT=$(subst .,,$(RUBY_VER))
+# the library-compatible version
+RUBY_LIB_VER=2.3.0
+
+PROTORUBYDIR=$(PROTOUSRDIR)/ruby/$(RUBY_VER)
+PROTO_RBCONFIG_FILE=$(PROTORUBYDIR)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/rbconfig.rb
+
+# these macros are used in the package manifest
+PKG_MACROS+=	RUBY_VER=$(RUBY_VER) RUBY_LIB_VER=$(RUBY_LIB_VER) RUBY_VER_NO_DOT=$(RUBY_VER_NO_DOT)
+
+# Prevent re-compile of ripper.so during install, which would result in
+# an erroneous full build directory in its RUNPATH.  The below change to 
+# ext/ripper/Makefile is identical to what occurs during install
+# and prevents its regeneration. 
+COMPONENT_PRE_INSTALL_ACTION += \
+	$(GSED) -i -e "s/^static: check/static: all/" $(BUILD_DIR_64)/ext/ripper/Makefile ; \
+	$(TOUCH) -r $(BUILD_DIR_64)/ext/ripper/ripper.o $(BUILD_DIR_64)/ext/ripper/Makefile
+
+# Apply some of the edits here--including to the sed scripts themselves.
+# These modifications of ruby.1 must occur after ruby
+# is installed, not before.  Although there are some other patches
+# to ruby.1 that occur before, the ruby installation does some 
+# formatting of ruby.1 that won't occur if the below changes
+# are applied.
+# Fix generated rbconfig.rb using /usr/bin/sed; gsed doesn't 
+# work for some of the commands in rbconfig.sedscript.
+COMPONENT_POST_INSTALL_ACTION += \
+	$(GSED) -e "s/RUBY_VER_NO_DOT/$(RUBY_VER_NO_DOT)/g" \
+	    -e "s/RUBY_VER/$(RUBY_VER)/g" \
+	    -e "s/RUBY_LIB_VER/$(RUBY_LIB_VER)/g" Solaris/gem.1-generic \
+	    > Solaris/gem.1 ; \
+	$(GSED) -e "s/RUBY_VER_NO_DOT/$(RUBY_VER_NO_DOT)/g" \
+	    -e "s/RUBY_VER/$(RUBY_VER)/g" \
+	    -e "s/RUBY_LIB_VER/$(RUBY_LIB_VER)/g" Solaris/ruby.1.sedscript \
+	    > Solaris/ruby.1.sedscript.mod ; \
+	$(GSED) -e  "s/RUBY_VER/$(RUBY_VER)/g" \
+	    -e "s/RUBY_LIB_VER/$(RUBY_LIB_VER)/g" Solaris/rbconfig.sedscript \
+	    > Solaris/rbconfig.sedscript.mod ; \
+	$(GSED) -i -f Solaris/ruby.1.sedscript.mod \
+	    $(PROTORUBYDIR)/share/man/man1/ruby.1 ; \
+	/usr/bin/sed -f Solaris/rbconfig.sedscript.mod \
+	$(PROTO_RBCONFIG_FILE) > rbconfig.rb.mod ; \
+	$(MV) rbconfig.rb.mod $(PROTO_RBCONFIG_FILE)
+
+# default LD_OPTION $(LD_B_DIRECT) causes problems--
+# during install of ruby, ruby is executed and will core dump
+# after compiling with this option
+LD_B_DIRECT=
+
+# don't use LD_Z_IGNORE: causes ruby linker problems with 
+# unreferenced symbol tgetent in libreadline, similar to bug #15617172
+LD_Z_IGNORE=
+
+# sparc build sometimes fails with studio 12.3 because of 17537968;
+# -xO3 worked around the problem. Also, iropt optimizer has a 
+# an assertion failure when compiling ext/socket/raddrinfo.c,
+# (CR 20704428); dropping down to -xO2 works around the bug.
+studio_OPT.sparc.64 = -xO2
+
+# without this define, config fails frequently on i386 when including 
+# /usr/include/sys/isa_defs.h with error: "ISA not supported";
+# many extensions don't get built and at least one error causes 
+# the build to fail
+studio_XBITS.i386.64 += -D__amd64
+
+CONFIGURE_PREFIX =	$(USRDIR)/$(COMPONENT_NAME)/$(RUBY_VER)
+
+# we are building 64-bit, but most of the ruby libraries (*.rb files)
+# are non-bit-specfic text files, so don't put them under lib/$(MACH64).
+# The 64-bit *.so libraries will be in the $(MACH64)-solaris$(SOLARIS_VERSION)
+# arch directories under lib
+
+CONFIGURE_OPTIONS +=	--with-rubylibprefix=$(CONFIGURE_LIBDIR.32)/ruby
+CONFIGURE_OPTIONS +=	--enable-shared
+CONFIGURE_OPTIONS +=	--enable-rpath
+# Don't need docs for ruby C source files
+CONFIGURE_OPTIONS +=	--disable-install-capi
+CONFIGURE_OPTIONS +=	--disable-option-checking
+CONFIGURE_OPTIONS +=	--with-openssl
+# If Ruby is configured with __builtin_setjmp, may cause
+# problems with gems compiled with gcc.  Studio compiler doesn't 
+# report an error for __builtin_setjmp, but gcc would.
+CONFIGURE_OPTIONS +=	--with-setjmp-type=_setjmp
+CONFIGURE_OPTIONS +=	DTRACE="$(USRSBINDIR)/dtrace"
+# ensure we use the 64-bit configuration file, not the 32-bit one
+CONFIGURE_OPTIONS +=	--with-tclConfig-file=$(USRLIBDIR)/64/tclConfig.sh
+	# set mantype to "man" so tool/mdoc2man.rb is used to convert
+	# the manpages from doc to man format; otherwise mantype is "doc" and
+	# headers we add to the manpages will not work properly
+CONFIGURE_OPTIONS +=	--with-mantype=man
+
+# fiddle.so (ext/fiddle) links to libffi, which does not define
+# ffi_raw_size(), although its prototype is in libffi's 
+# /usr/lib/libffi-3.0/include/ffi.h header file.  
+# Defining FFI_NO_RAW_API avoids use of ffi_raw_size().
+# This is a workaround to bug
+# 17349280 - libffi is missing ffi_raw_size()
+CFLAGS +=		-DFFI_NO_RAW_API
+
+# keep ASLR disabled; 
+# miniruby may core dump on sparc during build
+ASLR_MODE =		$(ASLR_DISABLE)
+
+CLEAN_PATHS +=		Solaris/gem.1 Solaris/rbconfig.sedscript.mod \
+			Solaris/ruby.1.sedscript.mod
+
+# Some tests produce warnings if HTTP_PROXY is set
+COMPONENT_TEST_ENV += "--unset=HTTP_PROXY"
+
+# This set of tests goes through thousands of entries in the passwd
+# and group table, taking hours to run; move it aside so we skip it.
+# There may also be spurious errors if group memberships are modified
+# during testing.
+COMPONENT_PRE_TEST_ACTION += \
+	( if test -e $(SOURCE_DIR)/test/etc/test_etc.rb ; then \
+	    $(MV) $(SOURCE_DIR)/test/etc/test_etc.rb \
+	    $(SOURCE_DIR)/test/etc/test_etc.rb-save ; fi )
+
+COMPONENT_TEST_TRANSFORMS += \
+	'-e "/^linking shared-object ripper.so$$/d" ' \
+	'-e "s|^20[0-9][0-9]-[01][1-9]-[0-3][0-9].*|XXX_DATE_TIME_XXX|" ' \
+	'-e "s|\(^[[:space:]]*CC = \).*|\1|" ' \
+	'-e "s|\(^[[:space:]]*LD = \).*|\1|" ' \
+	'-e "s|\(^[[:space:]]*LDSHARED = \).*|\1|" ' \
+	'-e "s|\(^[[:space:]]*CFLAGS = \).*|\1|" ' \
+	'-e "s|\(^[[:space:]]*XCFLAGS = \).*|\1|" ' \
+	'-e "s|\(^[[:space:]]*CPPFLAGS = \).*|\1|" ' \
+	'-e "s|\(^[[:space:]]*DLDFLAGS = \).*|\1|" ' \
+	'-e "s|\(^[[:space:]]*SOLIBS = \).*|\1|" ' \
+	'-e "s|\(^COLLECT_GCC=\).*|\1|" ' \
+	'-e "s|\(^COLLECT_LTO_WRAPPER=\).*|\1|" ' \
+	'-e "s|\(^Target: \).*|\1|" ' \
+	'-e "s|\(^Configured with: \).*|\1|" ' \
+	'-e "s|\(^gcc version \).*|\1|" ' \
+	'-e "s|\(^pid \)[1-9][0-9]*|\1NUM|" ' \
+	'-e "s|^\.[\.FES]\+|XXX_DOTS_XXX|" ' \
+	'-e "s|\(Insecure world writable dir \).*\( in PATH, mode \)[0-7].*|\1XXX_DIR_XXX\2XXX_MODE_XXX|g" ' \
+	'-e "s|\(^Driver is \).*|\1XXX_RUBY_VERSION_XXX|" ' \
+	'-e "s|\(^Target is \).*|\1XXX_RUBY_VERSION_XXX|" ' \
+	'-e "s|\(^Finished tests in \).*|\1|" ' \
+        '-e "s|^[[:space:]]*[0-9]\+) \([FSE][a-z]\+:$$\)|NUM) \1|" ' \
+	'-e "s|URI::HTTP:[0-9a-fx]\+ |URI::HTTP:0xXXX |" ' \
+	'-e "s|\(.*\#test_no_memory_leak \).*:$$|\1XXX_RUBY_FILE_XXX:|" ' \
+	'-e "s|/tmp/.*:[0-9]\+: |XXX_TMPFILE_XXX: |" ' \
+	'-e "s|[0-9]\+\( tests, \)[0-9]\+\( assertions, \)[0-9]\+\( failures, \)[0-9]\+\( errors, \)[0-9]\+\( skips\)|XXX_NUM_XXX\1XXX_NUM_XXX\2XXX_NUM_XXX\3XXX_NUM_XXX\4XXX_NUM_XXX\5|" ' \
+	'-e "s|\(^ruby -v: \).*|\1XXX_RUBY_VERSION_XXX|" ' \
+	'-e "s|\(\[yes-test-all\] Error \)[0-9]\+$$|\1NUM|"'
+
+# master test results are not entirely clean, so not
+# appropriate to run at top level
+$(SKIP_TEST_AT_TOP_LEVEL)
+
+REQUIRED_PACKAGES += library/database/gdbm
+REQUIRED_PACKAGES += library/libffi
+REQUIRED_PACKAGES += library/ncurses
+REQUIRED_PACKAGES += library/readline
+REQUIRED_PACKAGES += library/security/openssl
+REQUIRED_PACKAGES += library/security/openssl/openssl-fips-140
+REQUIRED_PACKAGES += library/zlib
+REQUIRED_PACKAGES += runtime/tcl-8
+REQUIRED_PACKAGES += runtime/tk-8
+REQUIRED_PACKAGES += shell/bash
+REQUIRED_PACKAGES += system/core-os
+REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
+REQUIRED_PACKAGES += system/library/math
+REQUIRED_PACKAGES += system/linker
+REQUIRED_PACKAGES += x11/library/libx11
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ruby/ruby-23/Solaris/gem.1-generic	Thu Dec 08 12:39:42 2016 -0800
@@ -0,0 +1,515 @@
+'\" t
+.\"RubyGems is copyrighted free software by Chad Fowler, Rich Kilmer, Jim Weirich and others.
+.\"
+.\" CDDL HEADER START
+.\"
+.\" The contents of this file are subject to the terms of the
+.\" Common Development and Distribution License (the "License").
+.\" You may not use this file except in compliance with the License.
+.\"
+.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+.\" or http://www.opensolaris.org/os/licensing.
+.\" See the License for the specific language governing permissions
+.\" and limitations under the License.
+.\"
+.\" When distributing Covered Code, include this CDDL HEADER in each
+.\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+.\" If applicable, add the following below this CDDL HEADER, with the
+.\" fields enclosed by brackets "[]" replaced with your own identifying
+.\" information: Portions Copyright [yyyy] [name of copyright owner]
+.\"
+.\" CDDL HEADER END
+.\"
+.\" Copyright (c) 2009, 2016, Oracle and/or its affiliates. All rights reserved.
+.\"
+.\" gem.1
+.\"
+.TH gem 1 "26 October 2016"  "" ""
+.SH NAME
+gem  \-\-  Command-line interface to RubyGems
+.SH SYNOPSIS
+.B gem
+.RB \-h | \-\-help
+.PP
+.B gem
+.RB \-v | \-\-version
+.PP
+.B gem 
+.I command 
+[ arguments\.\.\. ]
+[ options\.\.\. ]
+.SH DESCRIPTION
+A gem is a packaged Ruby application or library, while RubyGems is the premier ruby packaging system which is used to manage gems.
+
+Gems are managed on your computer using the 
+.I gem 
+command. You can install, remove, and query gem packages using the 
+.I gem 
+command.
+ 
+.SH FEATURES
+
+* Easy Installation and removal of RubyGems packages and their dependencies
+
+* Management and control of local packages
+
+* Package dependency management
+
+* Query, search and list local and remote packages
+
+* Multiple version support for installed packages
+
+* Web-based interface to view the documentation for your installed gems
+
+* Easy to use interface for building gem packages
+
+* Simple server for distributing your own gem packages
+
+.SH OPTIONS
+.TP
+\fB\-h | \-\-help\fP
+Get the basic help message for 
+.I gem 
+command.
+
+.TP
+\fB\-v | \-\-version\fP
+Get the version of 
+.I gem
+command.
+
+.TP
+.I command
+.sp
+.ne 2
+.mk
+\fBbuild\fP
+.in +16n
+.rt
+Build a gem from a gemspec
+.sp
+.sp 1
+.in -16n
+.sp
+.ne 2
+.mk
+\fBcert\fP
+.in +16n
+.rt
+Manage RubyGems certificates and signing settings
+.sp
+.sp 1
+.in -16n
+.sp
+.ne 2
+.mk
+\fBcheck\fP
+.in +16n
+.rt
+Check a gem repository for added or missing files
+.sp
+.sp 1
+.in -16n
+.sp
+.ne 2
+.mk
+\fBcleanup\fP
+.in +16n
+.rt
+Clean up old versions of installed gems
+.sp
+.sp 1
+.in -16n
+.sp
+.ne 2
+.mk
+\fBcontents\fP
+.in +16n
+.rt
+Display the contents of the installed gems
+.sp
+.sp 1
+.in -16n
+.sp
+.ne 2
+.mk
+\fBdependency\fP
+.in +16n
+.rt
+Show the dependencies of an installed gem
+.sp
+.sp 1
+.in -16n
+.sp
+.ne 2
+.mk
+\fBenvironment\fP
+.in +16n
+.rt
+Display information about the RubyGems environment
+.sp
+.sp 1
+.in -16n
+.sp
+.ne 2
+.mk
+\fBfetch\fP
+.in +16n
+.rt
+Download a gem and place it in the current directory
+.sp
+.sp 1
+.in -16n
+.sp
+.ne 2
+.mk
+\fBgenerate_index\fP
+.in +16n
+.rt
+Generates the index files for a gem server directory
+.sp
+.sp 1
+.in -16n
+.sp
+.ne 2
+.mk
+\fBhelp\fP
+.in +16n
+.rt
+Provide help on the 'gem' command
+.sp
+.sp 1
+.in -16n
+.sp
+.ne 2
+.mk
+\fBinstall\fP
+.in +16n
+.rt
+Install a gem into the local repository
+.sp
+.sp 1
+.in -16n
+.sp
+.ne 2
+.mk
+\fBlist\fP
+.in +16n
+.rt
+Display local gems whose name matches REGEXP
+.sp
+.sp 1
+.in -16n
+.sp
+.ne 2
+.mk
+\fBlock\fP
+.in +16n
+.rt
+Generate a lockdown list of gems
+.sp
+.sp 1
+.in -16n
+.sp
+.ne 2
+.mk
+\fBmirror\fP
+.in +16n
+.rt
+Mirror all gem files (requires rubygems-mirror)
+.sp
+.sp 1
+.in -16n
+.sp
+.ne 2
+.mk
+\fBopen\fP
+.in +16n
+.rt
+Open gem sources in editor
+.sp
+.sp 1
+.in -16n
+.sp
+.ne 2
+.mk
+\fBoutdated\fP
+.in +16n
+.rt
+Display all gems that need updates
+.sp
+.sp 1
+.in -16n
+.sp
+.ne 2
+.mk
+\fBowner\fP
+.in +16n
+.rt
+Manage gem owners of a gem on the push server
+.sp
+.sp 1
+.in -16n
+.sp
+.ne 2
+.mk
+\fBpristine\fP
+.in +16n
+.rt
+Restores installed gems to pristine condition from files located in the gem cache
+.sp
+.sp 1
+.in -16n
+.sp
+.ne 2
+.mk
+\fBpush\fP
+.in +16n
+.rt
+Push a gem up to the gem server
+.sp
+.sp 1
+.in -16n
+.sp
+.ne 2
+.mk
+\fBquery\fP
+.in +16n
+.rt
+Query gem information in local or remote repositories
+.sp
+.sp 1
+.in -16n
+.sp
+.ne 2
+.mk
+\fBrdoc\fP
+.in +16n
+.rt
+Generates RDoc for pre-installed gems
+.sp
+.sp 1
+.in -16n
+.sp
+.ne 2
+.mk
+\fBsearch\fP
+.in +16n
+.rt
+Display remote gems whose name matches REGEXP
+.sp
+.sp 1
+.in -16n
+.sp
+.ne 2
+.mk
+\fBserver\fP
+.in +16n
+.rt
+Documentation and gem repository HTTP server
+.sp
+.sp 1
+.in -16n
+.sp
+.ne 2
+.mk
+\fBsources\fP
+.in +16n
+.rt
+Manage the sources and cache file RubyGems will search for gems
+.sp
+.sp 1
+.in -16n
+.sp
+.ne 2
+.mk
+\fBspecification\fP
+.in +16n
+.rt
+Display gem specification (in yaml)
+.sp
+.sp 1
+.in -16n
+.sp
+.ne 2
+.mk
+\fBstale\fP
+.in +16n
+.rt
+List gems along with access times
+.sp
+.sp 1
+.in -16n
+.sp
+.ne 2
+.mk
+\fBuninstall\fP
+.in +16n
+.rt
+Uninstall gems from the local repository
+.sp
+.sp 1
+.in -16n
+.sp
+.ne 2
+.mk
+\fBunpack\fP
+.in +16n
+.rt
+Unpack an installed gem to the current directory
+.sp
+.sp 1
+.in -16n
+.sp
+.ne 2
+.mk
+\fBupdate\fP
+.in +16n
+.rt
+Update installed gems to the latest version
+.sp
+.sp 1
+.in -16n
+.sp
+.ne 2
+.mk
+\fBwhich\fP
+.in +16n
+.rt
+Find the location of a library file you can require
+.sp
+.sp 1
+.in -16n
+.sp
+.ne 2
+.mk
+\fByank\fP
+.in +16n
+.rt
+Remove a pushed gem from the index
+.sp
+.sp 1
+.in -16n
+.sp
+.ne 2
+.mk
+For more detailed help on a particular command with its arguments and options,
+use 'gem help
+.I command
+\'.
+
+For example:
+
+        # gem help install
+
+Commands may be abbreviated, so long as they are unambiguous.
+e.g. 'gem i thor' is short for 'gem install thor'.
+
+.SH ENVIRONMENT
+.TP
+.B GEM_HOME
+Directory containing the master gem repository.
+
+.TP
+.B GEM_PATH
+Path list of directories containing gem repositories to be searched in addition to the GEM_HOME directory. The list should be delimited by the appropriate path separator ':' 
+
+.TP
+.B http_proxy / HTTP_PROXY
+URL of the HTTP protocol proxy to be used to get out of the firewall. The lower case version will be used first.
+
+.TP
+.B MAKE / make
+Name of the make program that should be used to build extensions.
+
+.TP
+.B HOME
+Home directory of the user (see below).
+
+.SH EXAMPLES
+.PP
+\fBExample 1: Install 'thor', either from local directory or remote server
+.PP
+.nf
+	# gem install thor
+.fi
+.PP
+\fBExample 2: Install 'thor', only from remote server
+.PP
+.nf
+	# gem install thor --remote
+.fi
+.PP
+\fBExample 3: Install 'thor' from remote server and generate documentation
+.PP
+.nf
+	# gem install thor --remote --document
+.fi
+.PP
+\fBExample 4: Install 'thor', but only version 0.18.1, even if dependencies are not met, and into a specific directory
+.PP
+.nf
+	# gem install thor --version 0.18.1 --force --install-dir $HOME/.gem/ruby/RUBY_LIB_VER
+.fi
+.PP
+\fBExample 5: List local gems whose name begins with 'r'
+.PP
+.nf
+	# gem list ^r
+.fi
+.PP
+\fBExample 6: List local and remote gems whose name contains 'log'
+.PP
+.nf
+	# gem search log --both
+.fi
+.PP
+\fBExample 7:  List only remote gems whose name contains 'log'
+.PP
+.nf
+	# gem search log --remote
+.fi
+.PP
+\fBExample 8: Uninstall 'thor'
+.PP
+.nf
+	#  gem uninstall thor
+.fi
+.PP
+\fBExample 9:  See information about RubyGems
+.PP
+.nf
+	# gem environment
+.TE
+.sp
+.SH SEE ALSO
+\fBruby\fR(1)
+.sp
+.SH FILES
+The following files specify the installation  locations  for Ruby: 
+.PP
+.TP
+/usr/ruby/RUBY_VER/lib/ruby/gems/RUBY_LIB_VER
+Default installation location for Ruby gems
+.PP
+.TP
+~/.gem/ruby/RUBY_LIB_VER
+Per user location to install gems. This is automatically added to GEM_PATH.
+.PP
+.TP
+/usr/ruby/RUBY_VER/lib/ruby/vendor_ruby/gems/RUBY_LIB_VER
+Location of gems installed by Solaris packages.
+.PP
+.TP
+~/.gem/ruby/RUBY_LIB_VER/bin
+Per user location for gem executables.
+.PP
+.TP
+/usr/ruby/RUBY_VER/bin 
+Contains the Rubygems program with all other Ruby related programs.  These programs are linked from /usr/bin.
+For example: /usr/ruby/RUBY_VER/bin/gem is linked from /usr/bin/gemRUBY_VER_NO_DOT, and may be linked from /usr/bin/gem if the package mediator "ruby" is version "RUBY_VER" (see pkg(1)).
+Also contains executables for any installed gems that supply them (i.e.: thor, rails, etc).
+.PP
+.PP
+.SH NOTES
+Detailed documentation for RubyGems is available at http://guides.rubygems.org/
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ruby/ruby-23/Solaris/rbconfig.sedscript	Thu Dec 08 12:39:42 2016 -0800
@@ -0,0 +1,33 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
+#
+# sed script to fix the rbconfig.rb file after 
+# the configure and install of ruby
+
+# These paths to GNU commands are symlinks which are only available when 
+# the pkg facet.gnu-links is true, so use the non-faceted paths
+s%/usr/bin/ginstall%/usr/gnu/bin/install%
+s%/usr/bin/gmkdir%/usr/gnu/bin/mkdir%
+s%/usr/bin/gsed%/usr/gnu/bin/sed%
+s%/usr/bin/ggrep%/usr/gnu/bin/grep%
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ruby/ruby-23/Solaris/ruby.1.sedscript	Thu Dec 08 12:39:42 2016 -0800
@@ -0,0 +1,59 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
+#
+1i\
+'\\" t\
+\.\\"\
+\.\\" Modified for Solaris to add notes about Ruby installation locations.\
+\.\\"\ 
+$a\
+\.\\" Begin Oracle update\
+.SH FILES\
+The following files specify the installation locations for Ruby: \
+.PP\
+.TP\
+/usr/ruby/RUBY_VER/lib/ruby/gems/RUBY_LIB_VER \
+Contains the Rubygems repository. Configure the GEM_HOME environment variable \
+to point to /usr/ruby/RUBY_VER/lib/ruby/gems/RUBY_LIB_VER as the installation of Rubygems repository.\
+.PP\
+.TP\
+~/.gem/ruby/RUBY_LIB_VER \
+Per user location for gems, when installing with the gem install option \
+--user-install (gem install --user-install ... ).  This path is \
+automatically added to GEM_PATH.\
+.PP\
+.TP\
+~/.gem/ruby/RUBY_LIB_VER/bin\
+Per user location for gem executables.\
+.PP\
+.TP\
+/usr/ruby/RUBY_VER/bin \
+Contains  the  Ruby  executable  as well as other utility programs, and \
+Rubygems programs. These programs are linked from /usr/bin.\
+For example: /usr/ruby/RUBY_VER/bin/ruby is linked from /usr/bin/rubyRUBY_VER_NO_DOT, and \
+may be linked from /usr/bin/ruby if the package mediator "ruby" is version \
+"RUBY_VER" (see pkg(1)). \
+Also contains executables for any installed gems that have them (i.e.: thin,\
+rails, etc). \
+\.\\" End Oracle update
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ruby/ruby-23/patches/01-ruby_1.patch	Thu Dec 08 12:39:42 2016 -0800
@@ -0,0 +1,27 @@
+# Replace /usr/local/bin/ruby references in ruby(1) manpage.
+# Changes were developed in-house, are Solaris specific,
+# and not suitable for upstream.
+
+--- ruby-2.3.1-orig/man/ruby.1	2016-03-28 21:49:00.000000000 -0700
++++ ruby-2.3.1/man/ruby.1	2016-09-14 14:00:35.000000000 -0700
[email protected]@ -203,9 +203,9 @@ with a slash.  This is used to emulate
+ .Li #!
+ on machines that don't support it, in the following manner:
+ .Bd -literal -offset indent
+-#! /usr/local/bin/ruby
++#! /usr/ruby/2.3/bin/ruby
+ # This line makes the next one a comment in Ruby \e
+-  exec /usr/local/bin/ruby -S $0 $*
++  exec /usr/ruby/2.3/bin/ruby -S $0 $*
+ .Ed
+ .Pp
+ .It Fl T Ns Op Ar level=1
[email protected]@ -328,7 +328,7 @@ Any switches found there are removed fro
+ .Li ARGV
+ and set the corresponding variable in the script.  For example:
+ .Bd -literal -offset indent
+-#! /usr/local/bin/ruby -s
++#! /usr/ruby/2.3/bin/ruby -s
+ # prints "true" if invoked with `-xyz' switch.
+ print "true\en" if $xyz
+ .Ed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ruby/ruby-23/patches/02-config.patch	Thu Dec 08 12:39:42 2016 -0800
@@ -0,0 +1,50 @@
+# Ensure we correctly identify a 64-bit build and
+# use "amd64" and "sparcv9" for the 64-bit cpu string.
+# Changes were developed in-house, are Solaris specific,
+# and are not suitable for upstream.
+
+--- ruby-2.3.1-orig/tool/config.guess	2016-04-25 11:09:28.000000000 -0700
++++ ruby-2.3.1/tool/config.guess	2016-09-14 14:00:35.000000000 -0700
[email protected]@ -369,25 +369,18 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:$
+ 	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
+ 	exit ;;
+     sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
+-	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
++	# Check CFLAGS for the 64-bit compile option to set the arch
++	SUN_ARCH="sparc"
++	echo $CFLAGS | /usr/gnu/bin/grep -q -w '\-m64' && SUN_ARCH="sparcv9"
++	echo ${SUN_ARCH}-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
+ 	exit ;;
+     i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*)
+ 	echo i386-pc-auroraux${UNAME_RELEASE}
+ 	exit ;;
+     i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
+-	eval $set_cc_for_build
+ 	SUN_ARCH="i386"
+-	# If there is a compiler, see if it is configured for 64-bit objects.
+-	# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
+-	# This test works for both compilers.
+-	if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
+-	    if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
+-		(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
+-		grep IS_64BIT_ARCH >/dev/null
+-	    then
+-		SUN_ARCH="x86_64"
+-	    fi
+-	fi
++	# Check CFLAGS for the 64-bit compile option to set the arch
++	echo $CFLAGS | /usr/gnu/bin/grep -q -w '\-m64' && SUN_ARCH="amd64"
+ 	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
+ 	exit ;;
+     sun4*:SunOS:6*:*)
+--- ruby-2.3.1-orig/tool/config.sub	2016-04-25 11:09:28.000000000 -0700
++++ ruby-2.3.1/tool/config.sub	2016-09-14 14:00:35.000000000 -0700
[email protected]@ -491,7 +491,7 @@ case $basic_machine in
+ 		basic_machine=x86_64-pc
+ 		;;
+ 	amd64-*)
+-		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
++		# don't change basic_machine
+ 		;;
+ 	amdahl)
+ 		basic_machine=580-amdahl
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ruby/ruby-23/patches/03-common_mk.patch	Thu Dec 08 12:39:42 2016 -0800
@@ -0,0 +1,25 @@
+# In-house patch created to keep inappropriate full pathnames
+# on build systems from being included in the ri Ruby doc files.
+# Patch is Solaris specific and not appropriate for upstream use.
+
+--- ruby-2.3.1-orig/common.mk	2016-04-17 21:57:25.000000000 -0700
++++ ruby-2.3.1/common.mk	2016-09-14 14:00:35.000000000 -0700
[email protected]@ -437,9 +437,17 @@ do-install-gem: $(PROGRAM) pre-install-g
+ post-install-gem::
+ 	@$(NULLCMD)
+ 
++# Eliminate full pathname from source directory references
++# in RDoc ri files.
++# Create a symlink here to the source directory so
++# rdoc can reference it from here without the full pathname
++srcdir_base=$(notdir $(srcdir))
+ rdoc: PHONY main
+ 	@echo Generating RDoc documentation
+-	$(Q) $(XRUBY) "$(srcdir)/bin/rdoc" --root "$(srcdir)" --page-dir "$(srcdir)/doc" --encoding=UTF-8 --no-force-update --all --ri --op "$(RDOCOUT)" --debug $(RDOCFLAGS) "$(srcdir)"
++	if [ ! -e $(srcdir_base) ]; then \
++	    /usr/bin/ln -s $(srcdir); \
++	fi
++	$(Q) $(XRUBY) "$(srcdir)/bin/rdoc" --root "$(srcdir)" --page-dir "$(srcdir)/doc" --encoding=UTF-8 --no-force-update --all --ri --op "$(RDOCOUT)" --debug $(RDOCFLAGS) "$(srcdir_base)"
+ 
+ html: PHONY main
+ 	@echo Generating RDoc HTML files
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ruby/ruby-23/patches/04-ext_openssl_extconf_rb.patch	Thu Dec 08 12:39:42 2016 -0800
@@ -0,0 +1,25 @@
+Fixes problem with deprecated SSLv2 functions in Solaris.
+Patch was developed in-house; it is Solaris specific and
+will not be contributed upstream.
+
+--- ruby-2.3.1-orig/ext/openssl/extconf.rb	2016-04-11 22:29:12.000000000 -0700
++++ ruby-2.3.1/ext/openssl/extconf.rb	2016-09-14 14:00:35.000000000 -0700
[email protected]@ -97,12 +97,18 @@ have_func("OBJ_NAME_do_all_sorted")
+ have_func("SSL_SESSION_get_id")
+ have_func("SSL_SESSION_cmp")
+ have_func("OPENSSL_cleanse")
++=begin
++These functions are deprecated in Solaris
+ have_func("SSLv2_method")
+ have_func("SSLv2_server_method")
+ have_func("SSLv2_client_method")
++=end
++=begin
++Do not include for Solaris.
+ have_func("SSLv3_method")
+ have_func("SSLv3_server_method")
+ have_func("SSLv3_client_method")
++=end
+ have_func("TLSv1_1_method")
+ have_func("TLSv1_1_server_method")
+ have_func("TLSv1_1_client_method")
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ruby/ruby-23/patches/05-test-ruby-test_process_rb.patch	Thu Dec 08 12:39:42 2016 -0800
@@ -0,0 +1,43 @@
+# Solaris specific change; not appropriate for contributing upstream.
+#
+# Remove the test_popen_exit test so it won't run; SIGTERM is sent to the
+# ruby process causing the entire test run to terminate when this test is run.
+
+--- ruby-2.3.1-orig/test/ruby/test_process.rb	2016-03-29 00:11:32.000000000 -0700
++++ ruby-2.3.1/test/ruby/test_process.rb	2016-11-28 15:32:30.591404723 -0800
[email protected]@ -1729,35 +1729,6 @@ class TestProcess < Test::Unit::TestCase
+     }
+   end
+ 
+-  def test_popen_exit
+-    bug11510 = '[ruby-core:70671] [Bug #11510]'
+-    pid = nil
+-    opt = {timeout: 10, stdout_filter: ->(s) {pid = s}}
+-    if windows?
+-      opt[:new_pgroup] = true
+-    else
+-      opt[:pgroup] = true
+-    end
+-    assert_ruby_status(["-", RUBY], <<-'end;', bug11510, **opt)
+-      RUBY = ARGV[0]
+-      th = Thread.start {
+-        Thread.current.abort_on_exception = true
+-        IO.popen([RUBY, "-esleep 15", err: [:child, :out]]) {|f|
+-          STDOUT.puts f.pid
+-          STDOUT.flush
+-          sleep(2)
+-        }
+-      }
+-      sleep(0.001) until th.stop?
+-    end;
+-    assert_match(/\A\d+\Z/, pid)
+-  ensure
+-    if pid
+-      pid = pid.to_i
+-      [:TERM, :KILL].each {|sig| Process.kill(sig, pid) rescue break}
+-    end
+-  end
+-
+   def test_execopts_new_pgroup
+     return unless windows?
+ 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ruby/ruby-23/ruby-23-tk.p5m	Thu Dec 08 12:39:42 2016 -0800
@@ -0,0 +1,380 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
+#
+
+set name=pkg.fmri \
+    value=pkg:/runtime/ruby-$(RUBY_VER_NO_DOT)/[email protected]$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="Ruby Tk libraries"
+set name=com.oracle.info.description value="the Ruby 2.1 Tk libraries"
+set name=com.oracle.info.tpno value=$(TPNO)
+set name=info.classification \
+    value=org.opensolaris.category.2008:Development/Ruby
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=PSARC/2015/113
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+#
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/tcltklib.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/tkutil.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/multi-tk.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/remote-tk.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tcltk.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/after.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/autoload.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/bgerror.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/bindtag.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/busy.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/button.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/canvas.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/canvastag.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/checkbutton.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/clipboard.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/clock.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/composite.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/console.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/dialog.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/encodedstr.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/entry.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/event.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/font.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/fontchooser.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/frame.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/grid.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/image.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/itemconfig.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/itemfont.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/kinput.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/label.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/labelframe.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/listbox.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/macpkg.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/menu.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/menubar.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/menuspec.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/message.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/mngfocus.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/msgcat.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/namespace.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/optiondb.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/optionobj.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/pack.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/package.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/palette.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/panedwindow.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/place.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/radiobutton.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/root.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/scale.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/scrollable.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/scrollbar.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/scrollbox.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/selection.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/spinbox.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/tagfont.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/text.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/textimage.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/textmark.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/texttag.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/textwindow.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/timer.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/tk_mac.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/toplevel.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/ttk_selector.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/txtwin_abst.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/validation.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/variable.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/virtevent.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/winfo.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/winpkg.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/wm.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tk/xim.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkafter.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkbgerror.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkcanvas.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkclass.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkconsole.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkdialog.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkentry.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/ICONS.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/ICONS/icons.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/ICONS/setup.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/SUPPORT_STATUS
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/blt.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/blt/barchart.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/blt/bitmap.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/blt/busy.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/blt/component.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/blt/container.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/blt/cutbuffer.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/blt/dragdrop.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/blt/eps.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/blt/graph.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/blt/htext.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/blt/setup.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/blt/spline.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/blt/stripchart.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/blt/table.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/blt/tabnotebook.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/blt/tabset.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/blt/ted.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/blt/tile.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/blt/tile/button.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/blt/tile/checkbutton.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/blt/tile/frame.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/blt/tile/label.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/blt/tile/radiobutton.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/blt/tile/scrollbar.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/blt/tile/toplevel.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/blt/tree.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/blt/treeview.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/blt/unix_dnd.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/blt/vector.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/blt/watch.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/blt/win_printer.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/blt/winop.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/bwidget.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/bwidget/arrowbutton.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/bwidget/bitmap.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/bwidget/button.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/bwidget/buttonbox.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/bwidget/combobox.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/bwidget/dialog.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/bwidget/dragsite.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/bwidget/dropsite.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/bwidget/dynamichelp.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/bwidget/entry.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/bwidget/label.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/bwidget/labelentry.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/bwidget/labelframe.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/bwidget/listbox.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/bwidget/mainframe.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/bwidget/messagedlg.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/bwidget/notebook.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/bwidget/pagesmanager.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/bwidget/panedwindow.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/bwidget/panelframe.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/bwidget/passwddlg.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/bwidget/progressbar.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/bwidget/progressdlg.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/bwidget/scrollableframe.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/bwidget/scrolledwindow.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/bwidget/scrollview.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/bwidget/selectcolor.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/bwidget/selectfont.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/bwidget/separator.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/bwidget/setup.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/bwidget/spinbox.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/bwidget/statusbar.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/bwidget/titleframe.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/bwidget/tree.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/bwidget/widget.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/itcl.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/itcl/incr_tcl.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/itcl/setup.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/itk.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/itk/incr_tk.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/itk/setup.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/buttonbox.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/calendar.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/canvasprintbox.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/canvasprintdialog.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/checkbox.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/combobox.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/dateentry.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/datefield.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/dialog.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/dialogshell.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/disjointlistbox.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/entryfield.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/extbutton.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/extfileselectionbox.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/extfileselectiondialog.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/feedback.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/fileselectionbox.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/fileselectiondialog.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/finddialog.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/hierarchy.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/hyperhelp.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/labeledframe.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/labeledwidget.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/mainwindow.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/menubar.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/messagebox.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/messagedialog.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/notebook.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/optionmenu.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/panedwindow.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/promptdialog.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/pushbutton.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/radiobox.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/scopedobject.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/scrolledcanvas.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/scrolledframe.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/scrolledhtml.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/scrolledlistbox.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/scrolledtext.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/scrolledwidget.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/selectionbox.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/selectiondialog.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/setup.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/shell.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/spindate.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/spinint.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/spinner.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/spintime.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/tabnotebook.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/tabset.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/timeentry.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/timefield.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/toolbar.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/iwidgets/watch.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/pkg_checker.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/setup.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/autoscroll.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/calendar.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/canvas_sqmap.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/canvas_zoom.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/chatwidget.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/crosshair.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/ctext.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/cursor.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/dateentry.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/datefield.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/diagrams.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/dialog.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/getstring.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/history.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/ico.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/ip_entry.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/khim.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/menuentry.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/ntext.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/panelframe.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/plotchart.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/ruler.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/screenruler.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/scrolledwindow.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/scrollwin.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/setup.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/statusbar.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/style.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/superframe.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/swaplist.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/tablelist.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/tablelist_core.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/tablelist_tile.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/tkpiechart.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/toolbar.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/tooltip.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/validator.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tcllib/widget.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tclx.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tclx/setup.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tclx/tclx.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tile.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tile/dialog.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tile/setup.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tile/sizegrip.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tile/style.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tile/tbutton.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tile/tcheckbutton.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tile/tcombobox.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tile/tentry.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tile/tframe.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tile/tlabel.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tile/tlabelframe.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tile/tmenubutton.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tile/tnotebook.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tile/tpaned.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tile/tprogressbar.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tile/tradiobutton.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tile/treeview.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tile/tscale.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tile/tscrollbar.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tile/tseparator.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tile/tspinbox.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tile/tsquare.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tkDND.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tkDND/setup.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tkDND/shape.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tkDND/tkdnd.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tkHTML.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tkHTML/htmlwidget.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tkHTML/setup.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tkimg.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tkimg/bmp.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tkimg/dted.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tkimg/gif.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tkimg/ico.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tkimg/jpeg.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tkimg/pcx.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tkimg/pixmap.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tkimg/png.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tkimg/ppm.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tkimg/ps.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tkimg/raw.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tkimg/setup.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tkimg/sgi.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tkimg/sun.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tkimg/tga.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tkimg/tiff.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tkimg/window.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tkimg/xbm.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tkimg/xpm.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tktable.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tktable/setup.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tktable/tktable.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tktrans.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tktrans/setup.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/tktrans/tktrans.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/treectrl.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/treectrl/setup.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/treectrl/tktreectrl.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/trofs.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/trofs/setup.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/trofs/trofs.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/version.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/vu.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/vu/bargraph.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/vu/charts.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/vu/dial.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/vu/pie.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/vu/setup.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/vu/spinbox.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/winico.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/winico/setup.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkextlib/winico/winico.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkfont.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkmacpkg.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkmenubar.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkmngfocus.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkpalette.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkscrollbox.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tktext.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkvirtevent.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tkwinpkg.rb
+#
+license ruby-$(RUBY_VER_NO_DOT).license \
+    license="Ruby License, RubyGems License, Artistic, BSD, PD, BSD-like, MIT, Unicode, SIL Open Font v1.1"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ruby/ruby-23/ruby-23.license	Thu Dec 08 12:39:42 2016 -0800
@@ -0,0 +1,2997 @@
+Oracle hereby elects to license all components subject to the election between the GPL v2 and the Ruby License under the Ruby License.
+Oracle hereby elects to license all components subject to the election between the GPL v2 and the MIT under the MIT License.
+Oracle hereby elects to license all components subject to the election between the GPL v2 and the BSD under the BSD License.
+Oracle hereby elects to license all components subject to the election between the GPL v2 and the Artistic License under the Artistic License.
+Oracle hereby elects to license all components subject to the election between the GPL v2, LGPL2.1, and MPL1.1 license under the MPL license as compatible, otherwise under the LGPL2.1.
+Oracle hereby elects to license all components subject to the election between the BSD License and the Ruby License under the BSD License.
+Oracle hereby elects to license all components subject to the election between the Ruby License and the LGPL v. 2.1 (or later) License under the Ruby License.
+Oracle hereby elects to license all components subject to the election between the MIT License and the RubyGems License under the MIT License.
+Oracle hereby elects to license all components subject to the election between the Ruby License and the Python Software Foundation License under the Ruby License.
+
+
+LEGAL NOTICE INFORMATION
+------------------------
+
+All the files in this distribution are covered under either the Ruby's
+license (see the file COPYING) or public-domain except some files
+mentioned below.
+
+ccan/build_assert/build_assert.h
+ccan/check_type/check_type.h
+ccan/container_of/container_of.h
+ccan/str/str.h
+
+  These files are licensed under the CC0.
+
+    http://creativecommons.org/choose/zero/
+
+ccan/list/list.h
+
+  This file is licensed under the MIT License.
+
+    Permission is hereby granted, free of charge, to any person obtaining a copy
+    of this software and associated documentation files (the "Software"), to deal
+    in the Software without restriction, including without limitation the rights
+    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+    copies of the Software, and to permit persons to whom the Software is
+    furnished to do so, subject to the following conditions:
+
+    The above copyright notice and this permission notice shall be included in
+    all copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+    THE SOFTWARE.
+
+include/ruby/oniguruma.h:
+regcomp.c:
+regenc.[ch]:
+regerror.c:
+regexec.c:
+regint.h:
+regparse.[ch]:
+enc/ascii.c
+enc/big5.c
+enc/cp949.c
+enc/emacs_mule.c
+enc/encdb.c
+enc/euc_jp.c
+enc/euc_kr.c
+enc/euc_tw.c
+enc/gb18030.c
+enc/gb2312.c
+enc/gbk.c
+enc/iso_8859_1.c
+enc/iso_8859_10.c
+enc/iso_8859_11.c
+enc/iso_8859_13.c
+enc/iso_8859_14.c
+enc/iso_8859_15.c
+enc/iso_8859_16.c
+enc/iso_8859_2.c
+enc/iso_8859_3.c
+enc/iso_8859_4.c
+enc/iso_8859_5.c
+enc/iso_8859_6.c
+enc/iso_8859_7.c
+enc/iso_8859_8.c
+enc/iso_8859_9.c
+enc/koi8_r.c
+enc/koi8_u.c
+enc/shift_jis.c
+enc/unicode.c
+enc/us_ascii.c
+enc/utf_16be.c
+enc/utf_16le.c
+enc/utf_32be.c
+enc/utf_32le.c
+enc/utf_8.c
+enc/windows_1251.c
+
+Oniguruma  ----   (C) K.Kosako <sndgk393 AT ybb DOT ne DOT jp>
+
+http://www.geocities.jp/kosako3/oniguruma/
+http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/oniguruma/
+http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/oniguruma/
+
+   When this software is partly used or it is distributed with Ruby,
+   this of Ruby follows the license of Ruby.
+
+configure:
+
+  This file is free software.
+
+    Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
+
+    This configure script is free software; the Free Software Foundation
+    gives unlimited permission to copy, distribute and modify it.
+
+tool/config.guess:
+tool/config.sub:
+
+  As long as you distribute these files with the file configure, they
+  are covered under the Ruby's license.
+
+      Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999
+      Free Software Foundation, Inc.
+
+    This file is free software; you can redistribute it and/or modify it
+    under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful, but
+    WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
+    As a special exception to the GNU General Public License, if you
+    distribute this file as part of a program that contains a
+    configuration script generated by Autoconf, you may include it under
+    the same distribution terms that you use for the rest of that program.
+
+parse.c:
+
+  This file is licensed under the GPL, but is incorporated into Ruby and
+  redistributed under the terms of the Ruby license, as permitted by the
+  exception to the GPL below.
+
+     Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
+     Free Software Foundation, Inc.
+
+     This program is free software; you can redistribute it and/or modify
+     it under the terms of the GNU General Public License as published by
+     the Free Software Foundation; either version 2, or (at your option)
+     any later version.
+
+     This program is distributed in the hope that it will be useful,
+     but WITHOUT ANY WARRANTY; without even the implied warranty of
+     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+     GNU General Public License for more details.
+
+     You should have received a copy of the GNU General Public License
+     along with this program; if not, write to the Free Software
+     Foundation, Inc., 51 Franklin Street, Fifth Floor,
+     Boston, MA 02110-1301, USA.  */
+
+  /* As a special exception, you may create a larger work that contains
+     part or all of the Bison parser skeleton and distribute that work
+     under terms of your choice, so long as that work isn't itself a
+     parser generator using the skeleton or a modified version thereof
+     as a parser skeleton.  Alternatively, if you modify or redistribute
+     the parser skeleton itself, you may (at your option) remove this
+     special exception, which will cause the skeleton and the resulting
+     Bison output files to be licensed under the GNU General Public
+     License without this special exception.
+
+     This special exception was added by the Free Software Foundation in
+     version 2.2 of Bison.  */
+
+util.c (partly):
+
+    Copyright (c) 1991, 2000, 2001 by Lucent Technologies.
+
+    Permission to use, copy, modify, and distribute this software for any
+    purpose without fee is hereby granted, provided that this entire notice
+    is included in all copies of any software which is or includes a copy
+    or modification of this software and in all copies of the supporting
+    documentation for such software.
+
+    THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
+    WARRANTY.  IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY
+    REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
+    OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
+
+win32/win32.[ch]:
+
+  You can apply the Artistic License to these files. (or GPL,
+  alternatively)
+
+    Copyright (c) 1993, Intergraph Corporation
+
+    You may distribute under the terms of either the GNU General Public
+    License or the Artistic License, as specified in the perl README file.
+
+util.c (partly):
+
+   Copyright (c) 2004-2008 David Schultz <[email protected]>
+   All rights reserved.
+
+   Redistribution and use in source and binary forms, with or without
+   modification, are permitted provided that the following conditions
+   are met:
+   1. Redistributions of source code must retain the above copyright
+      notice, this list of conditions and the following disclaimer.
+   2. Redistributions in binary form must reproduce the above copyright
+      notice, this list of conditions and the following disclaimer in the
+      documentation and/or other materials provided with the distribution.
+
+   THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+   ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+   IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+   ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+   FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+   DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+   OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+   HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+   LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+   OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+   SUCH DAMAGE.
+
+random.c
+
+  This file is under the new-style BSD license.
+
+    A C-program for MT19937, with initialization improved 2002/2/10.
+    Coded by Takuji Nishimura and Makoto Matsumoto.
+    This is a faster version by taking Shawn Cokus's optimization,
+    Matthe Bellew's simplification, Isaku Wada's real version.
+
+    Before using, initialize the state by using init_genrand(seed)
+    or init_by_array(init_key, key_length).
+
+    Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
+    All rights reserved.
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions
+    are met:
+
+      1. Redistributions of source code must retain the above copyright
+	 notice, this list of conditions and the following disclaimer.
+
+      2. Redistributions in binary form must reproduce the above copyright
+	 notice, this list of conditions and the following disclaimer in the
+	 documentation and/or other materials provided with the distribution.
+
+      3. The names of its contributors may not be used to endorse or promote
+	 products derived from this software without specific prior written
+	 permission.
+
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+    A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+    CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
+    Any feedback is very welcome.
+    http://www.math.keio.ac.jp/matumoto/emt.html
+    email: [email protected]
+
+vm_dump.c:procstat_vm
+
+  This file is under the new-style BSD license.
+
+    Copyright (c) 2007 Robert N. M. Watson
+    All rights reserved.
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions
+    are met:
+    1. Redistributions of source code must retain the above copyright
+       notice, this list of conditions and the following disclaimer.
+    2. Redistributions in binary form must reproduce the above copyright
+       notice, this list of conditions and the following disclaimer in the
+       documentation and/or other materials provided with the distribution.
+
+    THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+    ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+    SUCH DAMAGE.
+
+    $FreeBSD: head/usr.bin/procstat/procstat_vm.c 261780 2014-02-11 21:57:37Z jhb $
+
+vsnprintf.c:
+
+  This file is under the old-style BSD license.  Note that the
+  paragraph 3 below is now null and void.
+
+    Copyright (c) 1990, 1993
+         The Regents of the University of California.  All rights reserved.
+
+    This code is derived from software contributed to Berkeley by
+    Chris Torek.
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions
+    are met:
+    1. Redistributions of source code must retain the above copyright
+       notice, this list of conditions and the following disclaimer.
+    2. Redistributions in binary form must reproduce the above copyright
+       notice, this list of conditions and the following disclaimer in the
+       documentation and/or other materials provided with the distribution.
+    3. Neither the name of the University nor the names of its contributors
+       may be used to endorse or promote products derived from this software
+       without specific prior written permission.
+
+    THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+    ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+    SUCH DAMAGE.
+
+    IMPORTANT NOTE:
+    --------------
+    From ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
+    paragraph 3 above is now null and void.
+
+st.[ch]:
+missing/alloca.c:
+missing/dup2.c:
+missing/erf.c:
+missing/finite.c:
+missing/hypot.c:
+missing/isinf.c:
+missing/isnan.c:
+missing/lgamma_r.c:
+missing/memcmp.c:
+missing/memmove.c:
+missing/strchr.c:
+missing/strstr.c:
+missing/strtol.c:
+missing/tgamma.c:
+ext/digest/sha1/sha1.[ch]:
+
+  These files are all under public domain.
+
+missing/crypt.c:
+
+  This file is under the old-style BSD license.  Note that the
+  paragraph 3 below is now null and void.
+
+    Copyright (c) 1989, 1993
+    	The Regents of the University of California.  All rights reserved.
+
+    This code is derived from software contributed to Berkeley by
+    Tom Truscott.
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions
+    are met:
+    1. Redistributions of source code must retain the above copyright
+       notice, this list of conditions and the following disclaimer.
+    2. Redistributions in binary form must reproduce the above copyright
+       notice, this list of conditions and the following disclaimer in the
+       documentation and/or other materials provided with the distribution.
+    3. Neither the name of the University nor the names of its contributors
+       may be used to endorse or promote products derived from this software
+       without specific prior written permission.
+
+    THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+    ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+    SUCH DAMAGE.
+
+missing/setproctitle.c
+
+  This file is under the old-style BSD license.  Note that the
+  paragraph 3 below is now null and void.
+
+    Copyright 2003 Damien Miller
+    Copyright (c) 1983, 1995-1997 Eric P. Allman
+    Copyright (c) 1988, 1993
+    	The Regents of the University of California.  All rights reserved.
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions
+    are met:
+    1. Redistributions of source code must retain the above copyright
+       notice, this list of conditions and the following disclaimer.
+    2. Redistributions in binary form must reproduce the above copyright
+       notice, this list of conditions and the following disclaimer in the
+       documentation and/or other materials provided with the distribution.
+    3. Neither the name of the University nor the names of its contributors
+       may be used to endorse or promote products derived from this software
+       without specific prior written permission.
+
+    THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+    ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+    SUCH DAMAGE.
+
+missing/strlcat.c
+missing/strlcpy.c
+
+  These files are under the new-style BSD license.
+
+    Copyright (c) 1998 Todd C. Miller <[email protected]>
+    All rights reserved.
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions
+    are met:
+    1. Redistributions of source code must retain the above copyright
+       notice, this list of conditions and the following disclaimer.
+    2. Redistributions in binary form must reproduce the above copyright
+       notice, this list of conditions and the following disclaimer in the
+       documentation and/or other materials provided with the distribution.
+    3. The name of the author may not be used to endorse or promote products
+       derived from this software without specific prior written permission.
+
+    THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
+    INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+    AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
+    THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+    OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+    WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+    OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+    ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+missing/langinfo.c
+
+  This file is from http://www.cl.cam.ac.uk/~mgk25/ucs/langinfo.c.
+  Ruby uses a modified version. The file contains the following
+  author/copyright notice:
+
+  [email protected] -- 2002-03-11
+  Permission to use, copy, modify, and distribute this software
+  for any purpose and without fee is hereby granted. The author
+  disclaims all warranties with regard to this software.
+
+ext/digest/md5/md5.[ch]:
+
+  These files are under the following license.  Ruby uses modified
+  versions of them.
+
+    Copyright (C) 1999, 2000 Aladdin Enterprises.  All rights reserved.
+
+    This software is provided 'as-is', without any express or implied
+    warranty.  In no event will the authors be held liable for any damages
+    arising from the use of this software.
+
+    Permission is granted to anyone to use this software for any purpose,
+    including commercial applications, and to alter it and redistribute it
+    freely, subject to the following restrictions:
+
+    1. The origin of this software must not be misrepresented; you must not
+       claim that you wrote the original software. If you use this software
+       in a product, an acknowledgment in the product documentation would be
+       appreciated but is not required.
+    2. Altered source versions must be plainly marked as such, and must not be
+       misrepresented as being the original software.
+    3. This notice may not be removed or altered from any source distribution.
+
+    L. Peter Deutsch
+    [email protected]
+
+ext/digest/rmd160/rmd160.[ch]:
+
+  These files have the following copyright information, and by the
+  author we are allowed to use it under the new-style BSD license.
+
+    AUTHOR:   Antoon Bosselaers, ESAT-COSIC
+              (Arranged for libc by Todd C. Miller)
+    DATE:     1 March 1996
+
+    Copyright (c) Katholieke Universiteit Leuven
+    1996, All Rights Reserved
+
+ext/digest/sha2/sha2.[ch]:
+
+  These files are under the new-style BSD license.
+
+    Copyright 2000 Aaron D. Gifford.  All rights reserved.
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions
+    are met:
+    1. Redistributions of source code must retain the above copyright
+       notice, this list of conditions and the following disclaimer.
+    2. Redistributions in binary form must reproduce the above copyright
+       notice, this list of conditions and the following disclaimer in the
+       documentation and/or other materials provided with the distribution.
+    3. Neither the name of the copyright holder nor the names of contributors
+       may be used to endorse or promote products derived from this software
+       without specific prior written permission.
+
+    THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) AND CONTRIBUTOR(S) ``AS IS'' AND
+    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+    ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR(S) OR CONTRIBUTOR(S) BE LIABLE
+    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+    SUCH DAMAGE.
+
+ext/nkf/nkf-utf8/config.h:
+ext/nkf/nkf-utf8/nkf.c:
+ext/nkf/nkf-utf8/utf8tbl.c:
+
+  These files are under the following license.  So to speak, it is
+  copyrighted semi-public-domain software.
+
+    Copyright (C) 1987, Fujitsu LTD. (Itaru ICHIKAWA)
+       Everyone is permitted to do anything on this program
+       including copying, modifying, improving,
+       as long as you don't try to pretend that you wrote it.
+       i.e., the above copyright notice has to appear in all copies.
+       Binary distribution requires original version messages.
+       You don't have to ask before copying, redistribution or publishing.
+       THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE.
+
+ext/socket/addrinfo.h:
+ext/socket/getaddrinfo.c:
+ext/socket/getnameinfo.c:
+
+  These files are under the new-style BSD license.
+
+    Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
+    All rights reserved.
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions
+    are met:
+    1. Redistributions of source code must retain the above copyright
+       notice, this list of conditions and the following disclaimer.
+    2. Redistributions in binary form must reproduce the above copyright
+       notice, this list of conditions and the following disclaimer in the
+       documentation and/or other materials provided with the distribution.
+    3. Neither the name of the project nor the names of its contributors
+       may be used to endorse or promote products derived from this software
+       without specific prior written permission.
+
+    THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
+    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+    ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
+    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+    SUCH DAMAGE.
+
+ext/win32ole/win32ole.c:
+
+  You can apply the Artistic License to this file. (or GPL,
+  alternatively)
+
+    (c) 1995 Microsoft Corporation. All rights reserved.
+    Developed by ActiveWare Internet Corp., http://www.ActiveWare.com
+
+    Other modifications Copyright (c) 1997, 1998 by Gurusamy Sarathy
+    <[email protected]> and Jan Dubois <[email protected]>
+
+    You may distribute under the terms of either the GNU General Public
+    License or the Artistic License, as specified in the README file
+    of the Perl distribution.
+
+---------------------------
+
+# Copyright (C) 2011 Urabe, Shyouhei.  All rights reserved.
+
+  Copyright (C) 1993-2007 Yukihiro Matsumoto
+  Copyright (C) 2000  Network Applied Communication Laboratory, Inc.
+  Copyright (C) 2000  Information-technology Promotion Agency, Japan
+
+# Copyright (c) 1999-2000,2002 Masatoshi SEKI
+
+#  Copyright (c) 2003 Dave Thomas
+#  Released under the same terms as Ruby
+
+  Copyright (C) 2004-2007 Koichi Sasada
+
+  Copyright (C) 2004-2008 Koichi Sasada
+
+  Copyright (C) 2009 Yusuke Endoh
+
+  Copyright (C) 2007 Koichi Sasada
+
+  Copyright (C) 2008 Yukihiro Matsumoto 
+
+/* Copyright 2012 Google Inc. Some Rights Reserved.
+
+ * Copyright 2011 Google Inc. All Rights Reserved.
+
+# Copyright:: Copyright 2012 Google Inc. 
+# License:: All Rights Reserved.
+
+ Copyright 2012 Google Inc. All Rights Reserved.
+
+# *   Copyright (C) 2001-2005, International Business Machines
+# *   Corporation and others.  All Rights Reserved.
+
+# *   Copyright (C) 2001-2002, International Business Machines
+# *   Corporation and others.  All Rights Reserved.
+
+  Copyright (C) 2007 Yukihiro Matsumoto
+
+  Copyright (C) 2001-2003 Akinori MUSHA
+
+  Copyright (c) 2008 Yusuke Endoh
+
+  Copyright (C) 2006 Akinori MUSHA
+
+  Copyright (C) 1995-2001 Yukihiro Matsumoto
+  Copyright (C) 2001-2006 Akinori MUSHA
+
+# Copyright (c) 2006 Akinori MUSHA <[email protected]>
+#
+# Documentation by Akinori MUSHA
+#
+# All rights reserved.  You can redistribute and/or modify it under
+# the same terms as Ruby.
+
+    Copyright (c) 1999-2006 Minero Aoki
+
+  Copyright (C) 2013 Yukihiro Matsumoto
+
+# Copyright (c) 2004,2005 Minero Aoki
+
+# Copyright (c) 2003-2005 Minero Aoki
+
+ * Copyright (C) 2001-2002  Michal Rokos <[email protected]>
+ * All rights reserved.
+
+ * Copyright (C) 2003
+ * All rights reserved.
+
+  Copyright (C) 2002  Michal Rokos <[email protected]>
+  All rights reserved.
+
+ * Copyright (C) 2007 Technorama Ltd. <[email protected]>
+
+ * Copyright (C) 2001-2002  Technorama team <[email protected]>
+ * All rights reserved.
+
+ * Copyright (C) 2003  Michal Rokos <[email protected]>
+ * Copyright (C) 2003  GOTOU Yuuzou <[email protected]>
+ * All rights reserved.
+
+ * Copyright (C) 2001-2003  Michal Rokos <[email protected]>
+ * All rights reserved.
+
+ * Copyright (C) 2000-2002  GOTOU Yuuzou <[email protected]>
+ * Copyright (C) 2001-2002  Michal Rokos <[email protected]>
+ * Copyright (C) 2001-2007  Technorama Ltd. <[email protected]>
+ * All rights reserved.
+
+ * Copyright (C) 2001 Michal Rokos <[email protected]>
+ * All rights reserved.
+
+ * Copyright (C) 2006-2007 Technorama Ltd. <[email protected]>
+
+ *  Copyright (C) 2004-2007 Technorama Ltd. <[email protected]>
+
+ * Copyright (C) 2003  GOTOU Yuuzou <[email protected]>
+ * All rights reserved.
+
+#  Copyright (C) 2001 GOTOU YUUZOU <[email protected]>
+#  All rights reserved.
+
+# Copyright (C) 2000  Shugo Maeda <[email protected]>
+
+  Copyright (C) 2010  Hiroshi Nakamura <[email protected]>
+
+  Copyright (C) 2006 Koichi Sasada
+
+  Copyright (C) 1993-2012 Yukihiro Matsumoto
+
+  Copyright (C) 2007 Martin Duerst 
+
+  Copyright (C) 1993-2011 Yukihiro Matsumoto
+
+  Copyright (C) 2009 Koichi Sasada
+
+# Copyright (C) 2011 Urabe, Shyouhei.  All rights reserved.
+
+  Copyright (C) 2007-2008 Yukihiro Matsumoto
+
+  Copyright (C) 1993-2009 Yukihiro Matsumoto
+
+  Copyright (C) 1993-2008 Yukihiro Matsumoto
+
+  Copyright (C) 2012 Yukihiro Matsumoto
+
+  Copyright (C) 2011 Yukihiro Matsumoto
+
+# Copyright:: (c) 2002-2003 David Alan Black
+
+#  Copyright (c) 2001 akira yamada <[email protected]>
+
+# Copyright (c) 2000, 2001 TAKAHASHI Masayoshi, GOTOU Yuuzou
+# Copyright (c) 2002 Internet Programming with Ruby writers. All rights
+# reserved.
+
+# Copyright (c) 2002 keita yamaguchi 
+# Copyright (c) 2002 Internet Programming with Ruby writers
+
+# Copyright (c) 2001 TAKAHASHI Masayoshi, GOTOU Yuuzou
+# Copyright (c) 2003 Internet Programming with Ruby writers. All rights
+# reserved.
+
+# Copyright (c) 2000 TAKAHASHI Masayoshi, GOTOU YUUZOU
+# Copyright (c) 2002 Internet Programming with Ruby writers. All rights
+# reserved.
+
+# Copyright (c) 2001 TAKAHASHI Masayoshi, GOTOU Yuuzou
+# Copyright (c) 2002 Internet Programming with Ruby writers. All rights
+# reserved.
+
+# Copyright (c) 2003 H.M.
+
+# Copyright (c) 2002 GOTOU Yuuzou
+# Copyright (c) 2002 Internet Programming with Ruby writers. All rights
+# reserved.
+
+# Copyright (c) 2000 TAKAHASHI Masayoshi, GOTOU YUUZOU
+# Copyright (c) 2003 Internet Programming with Ruby writers. All rights
+# reserved.
+
+# Copyright (c) 2003 GOTOU Yuuzou All rights reserved.
+
+# Copyright (C) 2001  Yukihiro "Matz" Matsumoto
+
+# Copyright (c) 2002 Hajimu UMEMOTO <[email protected]>.
+# Copyright (c) 2007, 2009, 2012 Akinori MUSHA <[email protected]>.
+# All rights reserved.
+
+#  Created by James Edward Gray II on 2005-10-31.
+#  Copyright 2005 James Edward Gray II. You can redistribute or modify this code
+#  under the terms of Ruby's license.
+
+Copyright © 2001-2008 Sean Russell <[email protected]>
+
+# Copyright (C) 2001-2004 by Michael Neumann (mailto:[email protected])
+
+# Copyright (c) 1999-2007 Yukihiro Matsumoto.
+#
+# Copyright (c) 1999-2007 Minero Aoki.
+
+# Copyright (c) 1999-2004 Yukihiro Matsumoto
+# Copyright (c) 1999-2004 Minero Aoki
+
+# Copyright (C) 2001 John W. Small All Rights Reserved
+
+# Copyright (c) 2003-2007 Kouhei Sutou <[email protected]>
+
+# Copyright (c) 2001,2003 Akinori MUSHA <[email protected]>
+
+# Copyright (C) 2000-2003  NAKAMURA, Hiroshi  <[email protected]>
+
+# Copyright (c) 1999-2000,2002,2003 Masatoshi SEKI
+
+# Copyright (c) 2002-2013 Akinori MUSHA <[email protected]>
+
+        Copyright (c) 2000,2002 Masatoshi SEKI
+
+# Copyright (c) 1999-2003 Masatoshi SEKI.  You can redistribute it and/or
+# modify it under the same terms as Ruby.
+
+# acl.rb is copyrighted free software by Masatoshi SEKI.
+# You can redistribute it and/or modify it under the same terms as Ruby.
+
+        Copyright (c) 2000 Masatoshi SEKI
+
+#   Copyright (c) 1998-2008 Keiju ISHITSUKA(SHL Japan Inc.)
+#   Copyright (c) 2008 Yuki Sonoda (Yugui) <[email protected]>
+
+# Copyright (C) 2001, 2002, 2003 by Michael Neumann ([email protected])
+
+# Copyright (C) 2001, 2002, 2003, 2005 by Michael Neumann ([email protected])
+
+# Copyright (C) 1998, 1999, 2000  Motoyuki Kasahara.
+
+# Copyright (c) 2000-2007 Minero Aoki
+
+# Copyright (C) 2001  Shugo Maeda <[email protected]>
+
+# Copyright 2003-2010 by Jim Weirich ([email protected])
+# All rights reserved.
+
+# Copyright (c) 2003 WATANABE Hirofumi <[email protected]>
+
+# Copyright (C) 2000-2003, 2005, 2008, 2011  NAKAMURA, Hiroshi <[email protected]>.
+
+#   URI::LDAP is copyrighted free software by Takaaki Tateishi and Akira Yamada.
+#   You can redistribute it and/or modify it under the same term as Ruby.
+
+# Copyright (c) 2006-2007 Justin Bailey
+#
+# Written and maintained by Justin Bailey <[email protected]>.
+#
+# This program is free software. You can re-distribute and/or
+# modify this program under the same terms of ruby itself ---
+# Ruby Distribution License or GNU General Public License.
+
+  Copyright (C) 1997-2008  Shugo Maeda
+  Copyright (C) 2008-2013  Kouji Takao
+
+ *   Copyright (C) UENO Katsuhiro 2000-2003
+
+  Copyright (C) 1997-2001 Yukihiro Matsumoto
+
+#   Copyright (C) 1998 maeda shugo. All rights reserved.
+
+;; Copyright (C) 1994, 1995, 1996 1997, 1998, 1999, 2000, 2001,
+;;   2002,2003, 2004, 2005, 2006, 2007, 2008
+;;   Free Software Foundation, Inc.
+
+  Copyright (C) 2015 Yukihiro Matsumoto
+
+Copyright (C) 2014-2015 Kazuki Tsujimoto, All rights reserved.
+
+# Copyright Ayumu Nojima (野島 歩) and Martin J. Dürst ([email protected])
+
+  Copyright (C) 2014 Yukihiro Matsumoto
+
+  Copyright (C) 2014- Yukihiro Matsumoto
+
+Ruby is copyrighted free software by Yukihiro Matsumoto <[email protected]>.
+You can redistribute it and/or modify it under either the terms of the
+2-clause BSDL (see the file BSDL), or the conditions below:
+
+  1. You may make and give away verbatim copies of the source form of the
+     software without restriction, provided that you duplicate all of the
+     original copyright notices and associated disclaimers.
+
+  2. You may modify your copy of the software in any way, provided that
+     you do at least ONE of the following:
+
+       a) place your modifications in the Public Domain or otherwise
+          make them Freely Available, such as by posting said
+	  modifications to Usenet or an equivalent medium, or by allowing
+	  the author to include your modifications in the software.
+
+       b) use the modified software only within your corporation or
+          organization.
+
+       c) give non-standard binaries non-standard names, with
+          instructions on where to get the original software distribution.
+
+       d) make other distribution arrangements with the author.
+
+  3. You may distribute the software in object code or binary form,
+     provided that you do at least ONE of the following:
+
+       a) distribute the binaries and library files of the software,
+	  together with instructions (in the manual page or equivalent)
+	  on where to get the original distribution.
+
+       b) accompany the distribution with the machine-readable source of
+	  the software.
+
+       c) give non-standard binaries non-standard names, with
+          instructions on where to get the original software distribution.
+
+       d) make other distribution arrangements with the author.
+
+  4. You may modify and include the part of the software into any other
+     software (possibly commercial).  But some files in the distribution
+     are not written by the author, so that they are not under these terms.
+
+     For the list of those files and their copying conditions, see the
+     file LEGAL.
+
+  5. The scripts and library files supplied as input to or produced as 
+     output from the software do not automatically fall under the
+     copyright of the software, but belong to whomever generated them, 
+     and may be sold commercially, and may be aggregated with this
+     software.
+
+  6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
+     IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+     WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+     PURPOSE.
+
+---------------------------
+
+# Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others.
+# All rights reserved.
+# See LICENSE.txt for permissions.
+
+# Copyright (C) 2004 Mauricio Julio Fernández Pradier
+# See LICENSE.txt for additional licensing information.
+
+RubyGems is copyrighted free software by Chad Fowler, Rich Kilmer, Jim
+Weirich and others.  You can redistribute it and/or modify it under
+either the terms of the MIT license (see the file MIT.txt), or the
+conditions below:
+
+1. You may make and give away verbatim copies of the source form of the
+   software without restriction, provided that you duplicate all of the
+   original copyright notices and associated disclaimers.
+
+2. You may modify your copy of the software in any way, provided that
+   you do at least ONE of the following:
+
+   a. place your modifications in the Public Domain or otherwise
+      make them Freely Available, such as by posting said
+      modifications to Usenet or an equivalent medium, or by allowing
+      the author to include your modifications in the software.
+
+   b. use the modified software only within your corporation or
+      organization.
+
+   c. give non-standard executables non-standard names, with
+      instructions on where to get the original software distribution.
+
+   d. make other distribution arrangements with the author.
+
+3. You may distribute the software in object code or executable
+   form, provided that you do at least ONE of the following:
+
+   a. distribute the executables and library files of the software,
+      together with instructions (in the manual page or equivalent)
+      on where to get the original distribution.
+
+   b. accompany the distribution with the machine-readable source of
+      the software.
+
+   c. give non-standard executables non-standard names, with
+      instructions on where to get the original software distribution.
+
+   d. make other distribution arrangements with the author.
+
+4. You may modify and include the part of the software into any other
+   software (possibly commercial).
+
+5. The scripts and library files supplied as input to or produced as
+   output from the software do not automatically fall under the
+   copyright of the software, but belong to whomever generated them,
+   and may be sold commercially, and may be aggregated with this
+   software.
+
+6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
+   IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+   WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+   PURPOSE.
+
+---------------------------
+
+ * Copyright (c) 2002-2006  K.Kosako  <sndgk393 AT ybb DOT ne DOT jp>
+ * Copyright (c) 2011-2012  K.Takata  <kentkt AT csc DOT jp>
+ * All rights reserved.
+
+ * Copyright (c) 2002-2007  K.Kosako  <sndgk393 AT ybb DOT ne DOT jp>
+ * All rights reserved.
+
+ * Copyright (c) 2002-2013  K.Kosako  <sndgk393 AT ybb DOT ne DOT jp>
+ * All rights reserved.
+
+ * Copyright (c) 2006-2007  Byte      <byte AT mail DOT kna DOT ru>
+ *                          K.Kosako  <sndgk393 AT ybb DOT ne DOT jp>
+ * All rights reserved.
+
+ * Copyright (c) 2002-2006  K.Kosako  <sndgk393 AT ybb DOT ne DOT jp>
+ * Copyright (c) 2011       K.Takata  <kentkt AT csc DOT jp>
+ * All rights reserved.
+
+ * Copyright (c) 2002-2009  K.Kosako  <sndgk393 AT ybb DOT ne DOT jp>
+ * Copyright (c) 2011-2014  K.Takata  <kentkt AT csc DOT jp>
+ * All rights reserved.
+
+ * Copyright (c) 2005-2007  KUBO Takehiro <kubo AT jiubao DOT org>
+ *                          K.Kosako <sndgk393 AT ybb DOT ne DOT jp>
+ * All rights reserved.
+
+ * Copyright (c) 2002-2008  K.Kosako  <sndgk393 AT ybb DOT ne DOT jp>
+ * Copyright (c) 2002-2013  K.Kosako  <sndgk393 AT ybb DOT ne DOT jp>
+ * Copyright (c) 2011-2014  K.Takata  <kentkt AT csc DOT jp>
+ * All rights reserved.
+
+Copyright (C) 1993-2013 Yukihiro Matsumoto. All rights reserved.
+
+Copyright (C) 2014-2015 Kazuki Tsujimoto, All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+1. Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+notice, this list of conditions and the following disclaimer in the
+documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGE.
+
+---------------------------
+
+# Copyright (c) 2003, 2004 Jim Weirich, 2009 Eric Hodel
+
+# Copyright (c) 2003, 2004, 2005, 2006, 2007  Jim Weirich
+
+# Copyright (c) 2009 Vladimir Kolesnikov
+
+# Copyright 2003-2010 by Jim Weirich ([email protected])
+
+# Copyright (c) 2008 James M. Lawrence
+
+Copyright (c) 2006 Kirill Simonov
+
+(The MIT License)
+
+Copyright (c) Ryan Davis, seattle.rb
+
+   prep_cif.c - Copyright (c) 2011, 2012  Anthony Green
+                Copyright (c) 1996, 1998, 2007  Red Hat, Inc.
+   ffi.c - Copyright (c) 2012, 2013 Xilinx, Inc
+   ffitarget.h - Copyright (c) 2012, 2013 Xilinx, Inc
+   sysv.S - Copyright (c) 2012, 2013 Xilinx, Inc
+   tile.S - Copyright (c) 2011 Tilera Corp.
+   ffi.c - Copyright (c) 2012 Tilera Corp.
+   ffitarget.h - Copyright (c) 2012 Tilera Corp.
+   closures.c - Copyright (c) 2007, 2009, 2010  Red Hat, Inc.
+                Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc
+                Copyright (c) 2011 Plausible Labs Cooperative, Inc.
+   types.c - Copyright (c) 1996, 1998  Red Hat, Inc.
+   eabi.S - Copyright (c) 2012, 2013  Anthony Green
+   ffitarget.h - Copyright (c) 2012, 2013  Anthony Green
+   ffi.c - Copyright (C) 2012, 2013  Anthony Green
+   ffi.c - Copyright (c) 2002-2008, 2012 Kaz Kojima
+           Copyright (c) 2008 Red Hat, Inc.
+   sysv.S - Copyright (c) 2002, 2003, 2004, 2006, 2008 Kaz Kojima
+   ffitarget.h - Copyright (c) 2012 Anthony Green
+                 Copyright (c) 1996-2003  Red Hat, Inc.
+ * Copyright (c) 2013 Miodrag Vallat.  <[email protected]>
+   win32.S - Copyright (c) 2014  Anthony Green
+             Copyright (c) 1996, 1998, 2001, 2002, 2009  Red Hat, Inc.
+             Copyright (c) 2001  John Beniton
+             Copyright (c) 2002  Ranjit Mathew
+             Copyright (c) 2009  Daniel Witte
+   freebsd.S - Copyright (c) 1996, 1998, 2001, 2002, 2003, 2005  Red Hat, Inc.
+	       Copyright (c) 2008  Björn König
+   darwin.S - Copyright (c) 1996, 1998, 2001, 2002, 2003, 2005  Red Hat, Inc.
+	Copyright (C) 2008  Free Software Foundation, Inc.
+   ffitarget.h - Copyright (c) 2012, 2014  Anthony Green
+                 Copyright (c) 1996-2003, 2010  Red Hat, Inc.
+   sysv.S - Copyright (c) 2013  The Written Word, Inc.
+	  - Copyright (c) 1996,1998,2001-2003,2005,2008,2010  Red Hat, Inc.
+   ffi.c - Copyright (c) 1996, 1998, 1999, 2001, 2007, 2008  Red Hat, Inc.
+           Copyright (c) 2002  Bo Thorsen
+           Copyright (c) 2002  Roger Sayle
+           Copyright (C) 2008, 2010  Free Software Foundation, Inc.
+   ffi64.c - Copyright (c) 2013  The Written Word, Inc.
+             Copyright (c) 2011  Anthony Green
+             Copyright (c) 2008, 2010  Red Hat, Inc.
+             Copyright (c) 2002, 2007  Bo Thorsen <[email protected]>
+   unix64.S - Copyright (c) 2013  The Written Word, Inc.
+	    - Copyright (c) 2002  Bo Thorsen <[email protected]>
+   darwin64.S - Copyright (c) 2006 Free Software Foundation, Inc.
+   java_raw_api.c - Copyright (c) 1999, 2007, 2008  Red Hat, Inc.
+   raw_api.c - Copyright (c) 1999, 2008  Red Hat, Inc.
+   ffitarget.h - Copyright (c) 2014 Sebastian Macke <[email protected]>
+   sysv.S - Copyright (c) 2014 Sebastian Macke <[email protected]>
+   ffi.c - Copyright (c) 2014 Sebastian Macke <[email protected]>
+   sysv.S - Copyright (c) 2003, 2004, 2006, 2008 Kaz Kojima
+   ffi.c - Copyright (c) 2003, 2004, 2006, 2007, 2012 Kaz Kojima
+           Copyright (c) 2008 Anthony Green
+   ffitarget.h - Copyright (c) 2012  Anthony Green
+   ffitarget.h - Copyright (c) 2012  Anthony Green
+                 Copyright (c) 1996-2004  Red Hat, Inc.
+   eabi.S - Copyright (c) 2004  Anthony Green
+   ffi.c - Copyright (C) 2004  Anthony Green
+   Copyright (C) 2007  Free Software Foundation, Inc.
+	   Copyright (C) 2008  Red Hat, Inc.
+   ffi.c - Copyright (c) 2012  Anthony Green
+           Copyright (c) 1998, 2001, 2007, 2008  Red Hat, Inc.
+   ffitarget.h - Copyright (c) 2012  Anthony Green
+   osf.S - Copyright (c) 1998, 2001, 2007, 2008, 2011 Red Hat
+   ffitarget.h - Copyright (c) 2012  Anthony Green
+                 Copyright (c) 2013  Synopsys, Inc. (www.synopsys.com)
+   arcompact.S - Copyright (c) 2013 Synposys, Inc. (www.synopsys.com)
+   ffi.c - Copyright (c) 2013  Synopsys, Inc. (www.synopsys.com)
+   ffi.c - Copyright (c) 2000, 2007 Software AG
+   ffitarget.h - Copyright (c) 2012  Anthony Green
+   sysv.S - Copyright (c) 2000 Software AG
+   ffitarget.h - Copyright (c) 2012  Anthony Green
+   sysv.S - Copyright (c) 2004 Simon Posnjak
+	    Copyright (c) 2005 Axis Communications AB
+   ffi.c - Copyright (c) 1998 Cygnus Solutions
+           Copyright (c) 2004 Simon Posnjak
+   n32.S - Copyright (c) 1996, 1998, 2005, 2007, 2009, 2010  Red Hat, Inc.
+   o32.S - Copyright (c) 1996, 1998, 2005  Red Hat, Inc.
+   ffi.c - Copyright (c) 2011  Anthony Green
+           Copyright (c) 2008  David Daney
+           Copyright (c) 1996, 2007, 2008, 2011  Red Hat, Inc.
+   ffitarget.h - Copyright (c) 2012  Anthony Green
+   sysv.S - Copyright (c) 2012 Alan Hourihane
+	    Copyright (c) 1998, 2012 Andreas Schwab
+	    Copyright (c) 2012 Thorsten Glaser
+   ffitarget.h - Copyright (c) 2012  Anthony Green
+   ffi.c - Copyright (c) 1998, 2007, 2008, 2012 Red Hat, Inc.
+	   Copyright (c) 2000 Hewlett Packard Company
+   unix.S - Copyright (c) 1998, 2008 Red Hat, Inc.
+   ia64_flags.h - Copyright (c) 2000 Hewlett Packard Company
+   ffitarget.h - Copyright (c) 2012  Anthony Green
+   ffi.c - Copyright (c) 2011, 2013 Anthony Green
+           Copyright (c) 1996, 2003-2004, 2007-2008 Red Hat, Inc.
+   ffitarget.h - Copyright (c) 2012  Anthony Green
+   v8.S - Copyright (c) 2013  The Written Word, Inc.
+	  Copyright (c) 1996, 1997, 2003, 2004, 2008  Red Hat, Inc.
+   v9.S - Copyright (c) 2000, 2003, 2004, 2008 Red Hat, Inc.
+   ffi.c - Copyright (c) 2011  Anthony Green
+           Copyright (c) 2009  Bradley Smith <[email protected]>
+   ffitarget.h - Copyright (c) 2012  Anthony Green
+   sysv.S - Copyright (c) 2009  Bradley Smith <[email protected]>
+   debug.c - Copyright (c) 1996 Red Hat, Inc.
+   ffi.c - Copyright (c) 2013 Tensilica, Inc.
+   ffitarget.h - Copyright (c) 2013 Tensilica, Inc.
+   sysv.S - Copyright (c) 2013 Tensilica, Inc.
+   Copyright (c) 2013 Mentor Graphics.
+/* Copyright (c) 2009, 2010, 2011, 2012 ARM Ltd.
+   sysv.S - Copyright (c) 2012  Alexandre K. I. de Mendonca <[email protected]>,
+   ffi.c - Copyright (c) 2012  Alexandre K. I. de Mendonca <[email protected]>,
+   ffitarget.h - Copyright (c) 2012  Alexandre K. I. de Mendonca <[email protected]>
+   Copyright (C) 1998 Geoffrey Keating
+   Copyright (C) 2001 John Hornkvist
+   Copyright (C) 2002, 2006, 2007, 2009, 2010 Free Software Foundation, Inc.
+   sysv.h - Copyright (c) 2003 Jakub Jelinek <[email protected]>
+   darwin_closure.S - Copyright (c) 2002, 2003, 2004, 2010, 
+   ffi.c - Copyright (C) 2013 IBM
+           Copyright (C) 2011 Kyle Moffett
+           Copyright (C) 2007, 2008 Free Software Foundation, Inc
+   ffi_sysv.c - Copyright (C) 2013 IBM
+   aix.S - Copyright (c) 2002, 2009 Free Software Foundation, Inc.
+   ffitarget.h - Copyright (c) 2012  Anthony Green
+   aix_closure.S - Copyright (c) 2002, 2003, 2009 Free Software Foundation, Inc.
+   darwin.S - Copyright (c) 2000 John Hornkvist
+	      Copyright (c) 2004, 2010 Free Software Foundation, Inc.
+   ffi_powerpc.h - Copyright (C) 2013 IBM
+   ffi_linux64.c - Copyright (C) 2013 IBM
+   sysv.S - Copyright (c) 1998 Geoffrey Keating
+   ffitarget.h - Copyright (c) 2012  Anthony Green
+   hpux32.S - Copyright (c) 2006 Free Software Foundation, Inc.
+#  gentramp.sh - Copyright (c) 2010, Plausible Labs Cooperative, Inc.
+#  Copyright (c) 2010, Plausible Labs Cooperative, Inc.
+   sysv.S - Copyright (c) 1998, 2008, 2011 Red Hat, Inc.
+   ffi.c - Copyright (c) 2011 Timothy Wall
+	   Copyright (c) 2011 Free Software Foundation
+           Copyright (c) 1998, 2008, 2011  Red Hat, Inc.
+   ffitarget.h - Copyright (c) 2012  Anthony Green
+                 Copyright (c) 2010  CodeSourcery
+   ffitarget.h - Copyright (c) 2013 Imagination Technologies Ltd.
+   sysv.S - Copyright (c) 2013 Imagination Technologies Ltd.
+  ffi.c - Copyright (c) 2013 Imagination Technologies
+   sysv.S - Copyright (c) 2004 Renesas Technology
+   ffi.c - Copyright (c) 2004  Renesas Technology
+   ffitarget.h - Copyright (c) 2012  Anthony Green
+                 Copyright (c) 2004  Renesas Technology.
+   ffi_common.h - Copyright (C) 2011, 2012, 2013  Anthony Green
+                  Copyright (c) 1996  Red Hat, Inc.
+   libffi @[email protected] - Copyright (c) 2011, 2014 Anthony Green
+                    - Copyright (c) 1996-2003, 2007, 2008 Red Hat, Inc.
+libffi - Copyright (c) 1996-2014  Anthony Green, Red Hat, Inc and others.
+See source files for details.
+
+Copyright (c) 2014 Yuki Nishijima
+Copyright (c) 2015 Yuki Nishijima. See MIT-LICENSE for further details.
+
+Copyright (c) Jim Weirich
+
+# Copyright 2003, 2004, 2005 by Jim Weirich ([email protected])
+# All rights reserved.
+
+# Copyright (c) 2008 James M. Lawrence
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+'Software'), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---------------------------
+
+ * Copyright(C) 2002 by Shigeo Kobayashi([email protected])
+ *
+ * You may distribute under the terms of either the GNU General Public
+ * License or the Artistic License, as specified in the README file
+ * of this BigDecimal distribution.
+
+  Ruby BIGDECIMAL(Variable Precision) extension library.
+  Copyright (C) 1999  by Shigeo Kobayashi([email protected])
+
+BigDecimal is copyrighted free software by Shigeo Kobayashi <[email protected].gr.jp>.
+You can redistribute it and/or modify it under either the terms of the GPL
+(see COPYING file), or the conditions below:
+
+  1. You may make and give away verbatim copies of the source form of the
+     software without restriction, provided that you duplicate all of the
+     original copyright notices and associated disclaimers.
+
+  2. You may modify your copy of the software in any way, provided that
+     you do at least ONE of the following:
+
+       a) place your modifications in the Public Domain or otherwise
+          make them Freely Available, such as by posting said
+	  modifications to Usenet or an equivalent medium, or by allowing
+	  the author to include your modifications in the software.
+
+       b) use the modified software only within your corporation or
+          organization.
+
+       c) rename any non-standard executables so the names do not conflict
+	  with standard executables, which must also be provided.
+
+       d) make other distribution arrangements with the author.
+
+  3. You may distribute the software in object code or executable
+     form, provided that you do at least ONE of the following:
+
+       a) distribute the executables and library files of the software,
+	  together with instructions (in the manual page or equivalent)
+	  on where to get the original distribution.
+
+       b) accompany the distribution with the machine-readable source of
+	  the software.
+
+       c) give non-standard executables non-standard names, with
+          instructions on where to get the original software distribution.
+
+       d) make other distribution arrangements with the author.
+
+  4. You may modify and include the part of the software into any other
+     software (possibly commercial).
+
+  5. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
+     IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+     WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
+     PURPOSE.
+
+---------------------------
+
+ *  C) Copyright 1998 by Akinori Ito.
+ *
+ *  This software may be redistributed freely for this purpose, in full
+ *  or in part, provided that this entire copyright notice is included
+ *  on any copies of this software and applications and derivations thereof.
+ *
+ *  This software is provided on an "as is" basis, without warranty of any
+ *  kind, either expressed or implied, as to any matter including, but not
+ *  limited to warranty of fitness of purpose, or merchantability, or
+ *  results obtained from use of this software.
+
+---------------------------
+
+#       Copyright (c) 1991-1994 Unicode, Inc.  All Rights reserved.
+#
+#       This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
+#       No claims are made as to fitness for any particular purpose.  No
+#       warranties of any kind are expressed or implied.  The recipient
+#       agrees to determine applicability of information provided.  If this
+#       file has been provided on magnetic media by Unicode, Inc., the sole
+#       remedy for any claim will be exchange of defective media within 90
+#       days of receipt.
+#
+#       Recipient is granted the right to make copies in any form for
+#       internal distribution and to freely use the information supplied
+#       in the creation of products supporting Unicode.  Unicode, Inc.
+#       specifically excludes the right to re-distribute this file directly
+#       to third parties or other organizations whether for profit or not.
+
+---------------------------
+
+#	Copyright (c) 1991-1999 Unicode, Inc.  All Rights reserved.
+#
+#	This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
+#	No claims are made as to fitness for any particular purpose.  No
+#	warranties of any kind are expressed or implied.  The recipient
+#	agrees to determine applicability of information provided.  If this
+#	file has been provided on optical media by Unicode, Inc., the sole
+#	remedy for any claim will be exchange of defective media within 90
+#	days of receipt.
+#
+#	Unicode, Inc. hereby grants the right to freely use the information
+#	supplied in this file in the creation of products supporting the
+#	Unicode Standard, and to make copies of this file in any form for
+#	internal or external distribution as long as this notice remains
+#	attached.
+
+---------------------------
+
+ * Copyright 2001-2004 Unicode, Inc.
+ *
+ * Disclaimer
+ *
+ * This source code is provided as is by Unicode, Inc. No claims are
+ * made as to fitness for any particular purpose. No warranties of any
+ * kind are expressed or implied. The recipient agrees to determine
+ * applicability of information provided. If this file has been
+ * purchased on magnetic or optical media from Unicode, Inc., the
+ * sole remedy for any claim will be exchange of defective media
+ * within 90 days of receipt.
+ *
+ * Limitations on Rights to Redistribute This Code
+ *
+ * Unicode, Inc. hereby grants the right to freely use the information
+ * supplied in this file in the creation of products supporting the
+ * Unicode Standard, and to make copies of this file in any form
+ * for internal or external distribution as long as this notice
+ * remains attached.
+
+---------------------------
+
+ * Copyright (c) 1987, Fujitsu LTD. (Itaru ICHIKAWA).
+ * Copyright (c) 1996-2015, The nkf Project.
+ *
+ * This software is provided 'as-is', without any express or implied
+ * warranty. In no event will the authors be held liable for any damages
+ * arising from the use of this software.
+ *
+ * Permission is granted to anyone to use this software for any purpose,
+ * including commercial applications, and to alter it and redistribute it
+ * freely, subject to the following restrictions:
+ *
+ * 1. The origin of this software must not be misrepresented; you must not
+ * claim that you wrote the original software. If you use this software
+ * in a product, an acknowledgment in the product documentation would be
+ * appreciated but is not required.
+ *
+ * 2. Altered source versions must be plainly marked as such, and must not be
+ * misrepresented as being the original software.
+ *
+ * 3. This notice may not be removed or altered from any source distribution.
+
+---------------------------
+
+      Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc.
+   
+   This program is free software: you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation, either version 3 of the License, or
+   (at your option) any later version.
+   
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+   
+   You should have received a copy of the GNU General Public License
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
+
+/* As a special exception, you may create a larger work that contains
+   part or all of the Bison parser skeleton and distribute that work
+   under terms of your choice, so long as that work isn't itself a
+   parser generator using the skeleton or a modified version thereof
+   as a parser skeleton.  Alternatively, if you modify or redistribute
+   the parser skeleton itself, you may (at your option) remove this
+   special exception, which will cause the skeleton and the resulting
+   Bison output files to be licensed under the GNU General Public
+   License without this special exception.
+   
+   This special exception was added by the Free Software Foundation in
+   version 2.2 of Bison.  */
+
+---------------------------
+
+The Tclkit-specific sources are license free, they just have a copyright. Hold
+the author(s) harmless and any lawful use is permitted.
+
+This does *not* apply to any of the sources of the other major Open Source
+Software used in Tclkit, which each have very liberal BSD/MIT-like licenses:
+
+  * Tcl/Tk, TclVFS, Thread, Vlerq, Zlib
+
+---------------------------
+
+# Copyright (c) 2007, 2008, Michael Granger. All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are met:
+#
+# * Redistributions of source code must retain the above copyright notice,
+#   this list of conditions and the following disclaimer.
+#
+# * Redistributions in binary form must reproduce the above copyright notice,
+#   this list of conditions and the following disclaimer in the documentation
+#   and/or other materials provided with the distribution.
+#
+# * Neither the name of the author/s, nor the names of the project's
+#   contributors may be used to endorse or promote products derived from this
+#   software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
+# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+---------------------------
+
+/*! jQuery v1.6.4 http://jquery.com/ | http://jquery.org/license */
+
+---------------------------
+
+ * Please do not copyright this code.  This code is in the public domain.
+ *
+ * LANDON CURT NOLL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+ * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO
+ * EVENT SHALL LANDON CURT NOLL BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+ * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
+ * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
+ * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ * PERFORMANCE OF THIS SOFTWARE.
+
+---------------------------
+
+###  Copyright (c) 2001 University of Illinois Board of Trustees
+###  Copyright (c) 2001 Mark D. Roth
+###  Copyright (c) 2002, 2003 Akinori MUSHA
+###  All rights reserved.
+###
+###  Redistribution and use in source and binary forms, with or without
+###  modification, are permitted provided that the following conditions
+###  are met:
+###  1. Redistributions of source code must retain the above copyright
+###     notice, this list of conditions and the following disclaimer.
+###  2. Redistributions in binary form must reproduce the above copyright
+###     notice, this list of conditions and the following disclaimer in the
+###     documentation and/or other materials provided with the distribution.
+###  3. All advertising materials mentioning features or use of this software
+###     must display the following acknowledgement:
+###     This product includes software developed by the University of
+###     Illinois at Urbana, and their contributors.
+###  4. The University nor the names of their
+###     contributors may be used to endorse or promote products derived from
+###     this software without specific prior written permission.
+###
+###  THIS SOFTWARE IS PROVIDED BY THE TRUSTEES AND CONTRIBUTORS ``AS IS'' AND
+###  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+###  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+###  ARE DISCLAIMED.  IN NO EVENT SHALL THE TRUSTEES OR CONTRIBUTORS BE LIABLE
+###  FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+###  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+###  OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+###  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+###  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+###  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+###  SUCH DAMAGE.
+
+---------------------------
+
+  Copyright (C) 2010 Shinichiro Hamaji
+
+ * Copyright (c) 1986, 1988, 1991, 1993
+ *	The Regents of the University of California.  All rights reserved.
+ * (c) UNIX System Laboratories, Inc.
+ * All or some portions of this file are derived from material licensed
+ * to the University of California by American Telephone and Telegraph
+ * Co. or Unix System Laboratories, Inc. and are reproduced herein with
+ * the permission of UNIX System Laboratories, Inc.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 4. Neither the name of the University nor the names of its contributors
+ *    may be used to endorse or promote products derived from this software
+ *    without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+
+---------------------------
+
+## License:
+##      Copyright (C) 2001 [email protected], All Rights Reserved.
+##      Copyright (C) 2001 I'O, All Rights Reserved.
+##      Copyright (C) 2006 Project X0213, All Rights Reserved.
+##      You can use, modify, distribute this table freely.
+
+---------------------------
+
+ * Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/),
+ * with Reserved Font Name "Source". All Rights Reserved. Source is a
+ * trademark of Adobe Systems Incorporated in the United States and/or other
+ * countries.
+ *
+ * This Font Software is licensed under the SIL Open Font License, Version
+ * 1.1.
+ *
+ * This license is copied below, and is also available with a FAQ at:
+ * http://scripts.sil.org/OFL
+
+ * Copyright (c) 2010, Łukasz Dziedzic ([email protected]),
+ * with Reserved Font Name Lato.
+ *
+ * This Font Software is licensed under the SIL Open Font License, Version
+ * 1.1.
+ *
+ * This license is copied below, and is also available with a FAQ at:
+ * http://scripts.sil.org/OFL
+
+ * -----------------------------------------------------------
+ * SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
+ * -----------------------------------------------------------
+ *
+ * PREAMBLE
+ * The goals of the Open Font License (OFL) are to stimulate worldwide
+ * development of collaborative font projects, to support the font creation
+ * efforts of academic and linguistic communities, and to provide a free and
+ * open framework in which fonts may be shared and improved in partnership
+ * with others.
+ *
+ * The OFL allows the licensed fonts to be used, studied, modified and
+ * redistributed freely as long as they are not sold by themselves. The
+ * fonts, including any derivative works, can be bundled, embedded,
+ * redistributed and/or sold with any software provided that any reserved
+ * names are not used by derivative works. The fonts and derivatives,
+ * however, cannot be released under any other type of license. The
+ * requirement for fonts to remain under this license does not apply
+ * to any document created using the fonts or their derivatives.
+ *
+ * DEFINITIONS
+ * "Font Software" refers to the set of files released by the Copyright
+ * Holder(s) under this license and clearly marked as such. This may
+ * include source files, build scripts and documentation.
+ *
+ * "Reserved Font Name" refers to any names specified as such after the
+ * copyright statement(s).
+ *
+ * "Original Version" refers to the collection of Font Software components as
+ * distributed by the Copyright Holder(s).
+ *
+ * "Modified Version" refers to any derivative made by adding to, deleting,
+ * or substituting -- in part or in whole -- any of the components of the
+ * Original Version, by changing formats or by porting the Font Software to a
+ * new environment.
+ *
+ * "Author" refers to any designer, engineer, programmer, technical
+ * writer or other person who contributed to the Font Software.
+ *
+ * PERMISSION & CONDITIONS
+ * Permission is hereby granted, free of charge, to any person obtaining
+ * a copy of the Font Software, to use, study, copy, merge, embed, modify,
+ * redistribute, and sell modified and unmodified copies of the Font
+ * Software, subject to the following conditions:
+ *
+ * 1) Neither the Font Software nor any of its individual components,
+ * in Original or Modified Versions, may be sold by itself.
+ *
+ * 2) Original or Modified Versions of the Font Software may be bundled,
+ * redistributed and/or sold with any software, provided that each copy
+ * contains the above copyright notice and this license. These can be
+ * included either as stand-alone text files, human-readable headers or
+ * in the appropriate machine-readable metadata fields within text or
+ * binary files as long as those fields can be easily viewed by the user.
+ *
+ * 3) No Modified Version of the Font Software may use the Reserved Font
+ * Name(s) unless explicit written permission is granted by the corresponding
+ * Copyright Holder. This restriction only applies to the primary font name as
+ * presented to the users.
+ *
+ * 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
+ * Software shall not be used to promote, endorse or advertise any
+ * Modified Version, except to acknowledge the contribution(s) of the
+ * Copyright Holder(s) and the Author(s) or with their explicit written
+ * permission.
+ *
+ * 5) The Font Software, modified or unmodified, in part or in whole,
+ * must be distributed entirely under this license, and must not be
+ * distributed under any other license. The requirement for fonts to
+ * remain under this license does not apply to any document created
+ * using the Font Software.
+ *
+ * TERMINATION
+ * This license becomes null and void if any of the above conditions are
+ * not met.
+ *
+ * DISCLAIMER
+ * THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
+ * OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
+ * COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
+ * DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
+ * OTHER DEALINGS IN THE FONT SOFTWARE.
+ */
+
+---------------------------
+
+Statement of Purpose
+
+The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work").
+
+Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others.
+
+For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights.
+
+1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following:
+
+    the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work;
+    moral rights retained by the original author(s) and/or performer(s);
+    publicity and privacy rights pertaining to a person's image or likeness depicted in a Work;
+    rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below;
+    rights protecting the extraction, dissemination, use and reuse of data in a Work;
+    database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and
+    other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof.
+
+2. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose.
+
+3. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose.
+
+4. Limitations and Disclaimers.
+
+    No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document.
+    Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law.
+    Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work.
+    Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work.
+
+---------------------------
+
+The person or persons who have associated work with this document (the
+"Dedicator" or "Certifier") hereby either (a) certifies that, to the
+best of his knowledge, the work of authorship identified is in the
+public domain of the country from which the work is published, or (b)
+hereby dedicates whatever copyright the dedicators holds in the work of
+authorship identified below (the "Work") to the public domain. A
+certifier, moreover, dedicates any copyright interest he may have in
+the associated work, and for these purposes, is described as a
+"dedicator" below.
+
+A certifier has taken reasonable steps to verify the copyright status
+of this work. Certifier recognizes that his good faith efforts may not
+shield him from liability if in fact the work certified is not in the
+public domain.
+
+Dedicator makes this dedication for the benefit of the public at large
+and to the detriment of the Dedicator's heirs and successors. Dedicator
+intends this dedication to be an overt act of relinquishment in
+perpetuity of all present and future rights under copyright law,
+whether vested or contingent, in the Work. Dedicator understands that
+such relinquishment of all rights includes the relinquishment of all
+rights to enforce (by lawsuit or otherwise) those copyrights in the
+Work.
+
+Dedicator recognizes that, once placed in the public domain, the Work
+may be freely reproduced, distributed, transmitted, used, modified,
+built upon, or otherwise exploited by anyone for any purpose,
+commercial or non-commercial, and in any way, including by methods that
+have not yet been invented or conceived.
+
+---------------------------
+
+# Copyright (C) 2012-2015  Kouhei Sutou <[email protected]>
+
+  # Test::Unit is copyright (c) 2000-2003 Nathaniel Talbott. It is free
+  # software, and is distributed under the Ruby license. See the COPYING
+  # file.
+
+  #
+  # Exception: lib/test/unit/diff.rb is copyright (c)
+  # 2008-2010 Kouhei Sutou and 2001-2008 Python Software
+  # Foundation. It is free software, and is distributed
+  # under the Ruby license and/or the PSF license. See the
+  # COPYING file and PSFL file.
+
+# Copyright:: Copyright (c) 2000-2002 Nathaniel Talbott. All rights reserved.
+
+#             Copyright (c) 2009-2013 Kouhei Sutou. All rights reserved.
+
+# Copyright (C) 2012  Kouhei Sutou <[email protected]>
+
+#   * Copyright (c) 2011 Kouhei Sutou <tt><[email protected]></tt>
+
+#   * Copyright (c) 2000-2003 Nathaniel Talbott. All rights reserved.
+#   * Copyright (c) 2008-2012 Kouhei Sutou <tt><[email protected]></tt>
+
+	# Copyright:: Copyright (c) 2008-2011 Kouhei Sutou. All rights reserved.
+
+#   * Copyright (c) 2011 Kouhei Sutou <[email protected]>
+
+#   * Copyright (c) 2008-2013 Kouhei Sutou <[email protected]>
+
+
+test-unit is copyrighted free software by Kouhei Sutou
+<[email protected]>, Ryan Davis <[email protected]>
+and Nathaniel Talbott <[email protected]>.
+
+You can redistribute it and/or modify it under either the terms of the GPL
+version 2 (see the file GPL), or the conditions below:
+
+  1. You may make and give away verbatim copies of the source form of the
+     software without restriction, provided that you duplicate all of the
+     original copyright notices and associated disclaimers.
+
+  2. You may modify your copy of the software in any way, provided that
+     you do at least ONE of the following:
+
+       a) place your modifications in the Public Domain or otherwise
+          make them Freely Available, such as by posting said
+	  modifications to Usenet or an equivalent medium, or by allowing
+	  the author to include your modifications in the software.
+
+       b) use the modified software only within your corporation or
+          organization.
+
+       c) give non-standard binaries non-standard names, with
+          instructions on where to get the original software distribution.
+
+       d) make other distribution arrangements with the author.
+
+  3. You may distribute the software in object code or binary form,
+     provided that you do at least ONE of the following:
+
+       a) distribute the binaries and library files of the software,
+	  together with instructions (in the manual page or equivalent)
+	  on where to get the original distribution.
+
+       b) accompany the distribution with the machine-readable source of
+	  the software.
+
+       c) give non-standard binaries non-standard names, with
+          instructions on where to get the original software distribution.
+
+       d) make other distribution arrangements with the author.
+
+  4. You may modify and include the part of the software into any other
+     software (possibly commercial).  But some files in the distribution
+     are not written by the author, so that they are not under these terms.
+
+     For the list of those files and their copying conditions, see the
+     file LEGAL.
+
+  5. The scripts and library files supplied as input to or produced as 
+     output from the software do not automatically fall under the
+     copyright of the software, but belong to whomever generated them, 
+     and may be sold commercially, and may be aggregated with this
+     software.
+
+  6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
+     IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+     WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+     PURPOSE.
+
+Exceptions
+----------
+
+  * lib/test/unit/diff.rb: PSFL
+
+---------------------------
+
+                    GNU GENERAL PUBLIC LICENSE
+                       Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+                            Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Lesser General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+                    GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+  1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+  2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) You must cause the modified files to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    b) You must cause any work that you distribute or publish, that in
+    whole or in part contains or is derived from the Program or any
+    part thereof, to be licensed as a whole at no charge to all third
+    parties under the terms of this License.
+
+    c) If the modified program normally reads commands interactively
+    when run, you must cause it, when started running for such
+    interactive use in the most ordinary way, to print or display an
+    announcement including an appropriate copyright notice and a
+    notice that there is no warranty (or else, saying that you provide
+    a warranty) and that users may redistribute the program under
+    these conditions, and telling the user how to view a copy of this
+    License.  (Exception: if the Program itself is interactive but
+    does not normally print such an announcement, your work based on
+    the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+    a) Accompany it with the complete corresponding machine-readable
+    source code, which must be distributed under the terms of Sections
+    1 and 2 above on a medium customarily used for software interchange; or,
+
+    b) Accompany it with a written offer, valid for at least three
+    years, to give any third party, for a charge no more than your
+    cost of physically performing source distribution, a complete
+    machine-readable copy of the corresponding source code, to be
+    distributed under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
+
+    c) Accompany it with the information you received as to the offer
+    to distribute corresponding source code.  (This alternative is
+    allowed only for noncommercial distribution and only if you
+    received the program in object code or executable form with such
+    an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it.  For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable.  However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License.  Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+  5. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Program or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+  6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+  7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+  8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded.  In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+  9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation.  If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+  10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission.  For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this.  Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+                            NO WARRANTY
+
+  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+                     END OF TERMS AND CONDITIONS
+
+            How to Apply These Terms to Your New Programs
+
+  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License along
+    with this program; if not, write to the Free Software Foundation, Inc.,
+    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+    Gnomovision version 69, Copyright (C) year name of author
+    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License.  Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary.  Here is a sample; alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+  `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+  <signature of Ty Coon>, 1 April 1989
+  Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs.  If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library.  If this is what you want to do, use the GNU Lesser General
+Public License instead of this License.
+
+---------------------------
+
+# Copyright (C) 2012-2015  Kouhei Sutou <[email protected]>
+#
+# License: Ruby's or LGPLv2.1 or later
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
+---------------------------
+
+# Copyright (C) 2008-2013  Kouhei Sutou <[email protected]>
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+
+---------------------------
+
+                  GNU LESSER GENERAL PUBLIC LICENSE
+                       Version 2.1, February 1999
+
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc.
+ 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+[This is the first released version of the Lesser GPL.  It also counts
+ as the successor of the GNU Library Public License, version 2, hence
+ the version number 2.1.]
+
+                            Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+Licenses are intended to guarantee your freedom to share and change
+free software--to make sure the software is free for all its users.
+
+  This license, the Lesser General Public License, applies to some
+specially designated software packages--typically libraries--of the
+Free Software Foundation and other authors who decide to use it.  You
+can use it too, but we suggest you first think carefully about whether
+this license or the ordinary General Public License is the better
+strategy to use in any particular case, based on the explanations below.
+
+  When we speak of free software, we are referring to freedom of use,
+not price.  Our General Public Licenses are designed to make sure that
+you have the freedom to distribute copies of free software (and charge
+for this service if you wish); that you receive source code or can get
+it if you want it; that you can change the software and use pieces of
+it in new free programs; and that you are informed that you can do
+these things.
+
+  To protect your rights, we need to make restrictions that forbid
+distributors to deny you these rights or to ask you to surrender these
+rights.  These restrictions translate to certain responsibilities for
+you if you distribute copies of the library or if you modify it.
+
+  For example, if you distribute copies of the library, whether gratis
+or for a fee, you must give the recipients all the rights that we gave
+you.  You must make sure that they, too, receive or can get the source
+code.  If you link other code with the library, you must provide
+complete object files to the recipients, so that they can relink them
+with the library after making changes to the library and recompiling
+it.  And you must show them these terms so they know their rights.
+
+  We protect your rights with a two-step method: (1) we copyright the
+library, and (2) we offer you this license, which gives you legal
+permission to copy, distribute and/or modify the library.
+
+  To protect each distributor, we want to make it very clear that
+there is no warranty for the free library.  Also, if the library is
+modified by someone else and passed on, the recipients should know
+that what they have is not the original version, so that the original
+author's reputation will not be affected by problems that might be
+introduced by others.
+
+  Finally, software patents pose a constant threat to the existence of
+any free program.  We wish to make sure that a company cannot
+effectively restrict the users of a free program by obtaining a
+restrictive license from a patent holder.  Therefore, we insist that
+any patent license obtained for a version of the library must be
+consistent with the full freedom of use specified in this license.
+
+  Most GNU software, including some libraries, is covered by the
+ordinary GNU General Public License.  This license, the GNU Lesser
+General Public License, applies to certain designated libraries, and
+is quite different from the ordinary General Public License.  We use
+this license for certain libraries in order to permit linking those
+libraries into non-free programs.
+
+  When a program is linked with a library, whether statically or using
+a shared library, the combination of the two is legally speaking a
+combined work, a derivative of the original library.  The ordinary
+General Public License therefore permits such linking only if the
+entire combination fits its criteria of freedom.  The Lesser General
+Public License permits more lax criteria for linking other code with
+the library.
+
+  We call this license the "Lesser" General Public License because it
+does Less to protect the user's freedom than the ordinary General
+Public License.  It also provides other free software developers Less
+of an advantage over competing non-free programs.  These disadvantages
+are the reason we use the ordinary General Public License for many
+libraries.  However, the Lesser license provides advantages in certain
+special circumstances.
+
+  For example, on rare occasions, there may be a special need to
+encourage the widest possible use of a certain library, so that it becomes
+a de-facto standard.  To achieve this, non-free programs must be
+allowed to use the library.  A more frequent case is that a free
+library does the same job as widely used non-free libraries.  In this
+case, there is little to gain by limiting the free library to free
+software only, so we use the Lesser General Public License.
+
+  In other cases, permission to use a particular library in non-free
+programs enables a greater number of people to use a large body of
+free software.  For example, permission to use the GNU C Library in
+non-free programs enables many more people to use the whole GNU
+operating system, as well as its variant, the GNU/Linux operating
+system.
+
+  Although the Lesser General Public License is Less protective of the
+users' freedom, it does ensure that the user of a program that is
+linked with the Library has the freedom and the wherewithal to run
+that program using a modified version of the Library.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.  Pay close attention to the difference between a
+"work based on the library" and a "work that uses the library".  The
+former contains code derived from the library, whereas the latter must
+be combined with the library in order to run.
+
+                  GNU LESSER GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License Agreement applies to any software library or other
+program which contains a notice placed by the copyright holder or
+other authorized party saying it may be distributed under the terms of
+this Lesser General Public License (also called "this License").
+Each licensee is addressed as "you".
+
+  A "library" means a collection of software functions and/or data
+prepared so as to be conveniently linked with application programs
+(which use some of those functions and data) to form executables.
+
+  The "Library", below, refers to any such software library or work
+which has been distributed under these terms.  A "work based on the
+Library" means either the Library or any derivative work under
+copyright law: that is to say, a work containing the Library or a
+portion of it, either verbatim or with modifications and/or translated
+straightforwardly into another language.  (Hereinafter, translation is
+included without limitation in the term "modification".)
+
+  "Source code" for a work means the preferred form of the work for
+making modifications to it.  For a library, complete source code means
+all the source code for all modules it contains, plus any associated
+interface definition files, plus the scripts used to control compilation
+and installation of the library.
+
+  Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running a program using the Library is not restricted, and output from
+such a program is covered only if its contents constitute a work based
+on the Library (independent of the use of the Library in a tool for
+writing it).  Whether that is true depends on what the Library does
+and what the program that uses the Library does.
+
+  1. You may copy and distribute verbatim copies of the Library's
+complete source code as you receive it, in any medium, provided that
+you conspicuously and appropriately publish on each copy an
+appropriate copyright notice and disclaimer of warranty; keep intact
+all the notices that refer to this License and to the absence of any
+warranty; and distribute a copy of this License along with the
+Library.
+
+  You may charge a fee for the physical act of transferring a copy,
+and you may at your option offer warranty protection in exchange for a
+fee.
+
+  2. You may modify your copy or copies of the Library or any portion
+of it, thus forming a work based on the Library, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) The modified work must itself be a software library.
+
+    b) You must cause the files modified to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    c) You must cause the whole of the work to be licensed at no
+    charge to all third parties under the terms of this License.
+
+    d) If a facility in the modified Library refers to a function or a
+    table of data to be supplied by an application program that uses
+    the facility, other than as an argument passed when the facility
+    is invoked, then you must make a good faith effort to ensure that,
+    in the event an application does not supply such function or
+    table, the facility still operates, and performs whatever part of
+    its purpose remains meaningful.
+
+    (For example, a function in a library to compute square roots has
+    a purpose that is entirely well-defined independent of the
+    application.  Therefore, Subsection 2d requires that any
+    application-supplied function or table used by this function must
+    be optional: if the application does not supply it, the square
+    root function must still compute square roots.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Library,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Library, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote
+it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Library.
+
+In addition, mere aggregation of another work not based on the Library
+with the Library (or with a work based on the Library) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may opt to apply the terms of the ordinary GNU General Public
+License instead of this License to a given copy of the Library.  To do
+this, you must alter all the notices that refer to this License, so
+that they refer to the ordinary GNU General Public License, version 2,
+instead of to this License.  (If a newer version than version 2 of the
+ordinary GNU General Public License has appeared, then you can specify
+that version instead if you wish.)  Do not make any other change in
+these notices.
+
+  Once this change is made in a given copy, it is irreversible for
+that copy, so the ordinary GNU General Public License applies to all
+subsequent copies and derivative works made from that copy.
+
+  This option is useful when you wish to copy part of the code of
+the Library into a program that is not a library.
+
+  4. You may copy and distribute the Library (or a portion or
+derivative of it, under Section 2) in object code or executable form
+under the terms of Sections 1 and 2 above provided that you accompany
+it with the complete corresponding machine-readable source code, which
+must be distributed under the terms of Sections 1 and 2 above on a
+medium customarily used for software interchange.
+
+  If distribution of object code is made by offering access to copy
+from a designated place, then offering equivalent access to copy the
+source code from the same place satisfies the requirement to
+distribute the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  5. A program that contains no derivative of any portion of the
+Library, but is designed to work with the Library by being compiled or
+linked with it, is called a "work that uses the Library".  Such a
+work, in isolation, is not a derivative work of the Library, and
+therefore falls outside the scope of this License.
+
+  However, linking a "work that uses the Library" with the Library
+creates an executable that is a derivative of the Library (because it
+contains portions of the Library), rather than a "work that uses the
+library".  The executable is therefore covered by this License.
+Section 6 states terms for distribution of such executables.
+
+  When a "work that uses the Library" uses material from a header file
+that is part of the Library, the object code for the work may be a
+derivative work of the Library even though the source code is not.
+Whether this is true is especially significant if the work can be
+linked without the Library, or if the work is itself a library.  The
+threshold for this to be true is not precisely defined by law.
+
+  If such an object file uses only numerical parameters, data
+structure layouts and accessors, and small macros and small inline
+functions (ten lines or less in length), then the use of the object
+file is unrestricted, regardless of whether it is legally a derivative
+work.  (Executables containing this object code plus portions of the
+Library will still fall under Section 6.)
+
+  Otherwise, if the work is a derivative of the Library, you may
+distribute the object code for the work under the terms of Section 6.
+Any executables containing that work also fall under Section 6,
+whether or not they are linked directly with the Library itself.
+
+  6. As an exception to the Sections above, you may also combine or
+link a "work that uses the Library" with the Library to produce a
+work containing portions of the Library, and distribute that work
+under terms of your choice, provided that the terms permit
+modification of the work for the customer's own use and reverse
+engineering for debugging such modifications.
+
+  You must give prominent notice with each copy of the work that the
+Library is used in it and that the Library and its use are covered by
+this License.  You must supply a copy of this License.  If the work
+during execution displays copyright notices, you must include the
+copyright notice for the Library among them, as well as a reference
+directing the user to the copy of this License.  Also, you must do one
+of these things:
+
+    a) Accompany the work with the complete corresponding
+    machine-readable source code for the Library including whatever
+    changes were used in the work (which must be distributed under
+    Sections 1 and 2 above); and, if the work is an executable linked
+    with the Library, with the complete machine-readable "work that
+    uses the Library", as object code and/or source code, so that the
+    user can modify the Library and then relink to produce a modified
+    executable containing the modified Library.  (It is understood
+    that the user who changes the contents of definitions files in the
+    Library will not necessarily be able to recompile the application
+    to use the modified definitions.)
+
+    b) Use a suitable shared library mechanism for linking with the
+    Library.  A suitable mechanism is one that (1) uses at run time a
+    copy of the library already present on the user's computer system,
+    rather than copying library functions into the executable, and (2)
+    will operate properly with a modified version of the library, if
+    the user installs one, as long as the modified version is
+    interface-compatible with the version that the work was made with.
+
+    c) Accompany the work with a written offer, valid for at
+    least three years, to give the same user the materials
+    specified in Subsection 6a, above, for a charge no more
+    than the cost of performing this distribution.
+
+    d) If distribution of the work is made by offering access to copy
+    from a designated place, offer equivalent access to copy the above
+    specified materials from the same place.
+
+    e) Verify that the user has already received a copy of these
+    materials or that you have already sent this user a copy.
+
+  For an executable, the required form of the "work that uses the
+Library" must include any data and utility programs needed for
+reproducing the executable from it.  However, as a special exception,
+the materials to be distributed need not include anything that is
+normally distributed (in either source or binary form) with the major
+components (compiler, kernel, and so on) of the operating system on
+which the executable runs, unless that component itself accompanies
+the executable.
+
+  It may happen that this requirement contradicts the license
+restrictions of other proprietary libraries that do not normally
+accompany the operating system.  Such a contradiction means you cannot
+use both them and the Library together in an executable that you
+distribute.
+
+  7. You may place library facilities that are a work based on the
+Library side-by-side in a single library together with other library
+facilities not covered by this License, and distribute such a combined
+library, provided that the separate distribution of the work based on
+the Library and of the other library facilities is otherwise
+permitted, and provided that you do these two things:
+
+    a) Accompany the combined library with a copy of the same work
+    based on the Library, uncombined with any other library
+    facilities.  This must be distributed under the terms of the
+    Sections above.
+
+    b) Give prominent notice with the combined library of the fact
+    that part of it is a work based on the Library, and explaining
+    where to find the accompanying uncombined form of the same work.
+
+  8. You may not copy, modify, sublicense, link with, or distribute
+the Library except as expressly provided under this License.  Any
+attempt otherwise to copy, modify, sublicense, link with, or
+distribute the Library is void, and will automatically terminate your
+rights under this License.  However, parties who have received copies,
+or rights, from you under this License will not have their licenses
+terminated so long as such parties remain in full compliance.
+
+  9. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Library or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Library (or any work based on the
+Library), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Library or works based on it.
+
+  10. Each time you redistribute the Library (or any work based on the
+Library), the recipient automatically receives a license from the
+original licensor to copy, distribute, link with or modify the Library
+subject to these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties with
+this License.
+
+  11. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Library at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Library by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Library.
+
+If any portion of this section is held invalid or unenforceable under any
+particular circumstance, the balance of the section is intended to apply,
+and the section as a whole is intended to apply in other circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+  12. If the distribution and/or use of the Library is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Library under this License may add
+an explicit geographical distribution limitation excluding those countries,
+so that distribution is permitted only in or among countries not thus
+excluded.  In such case, this License incorporates the limitation as if
+written in the body of this License.
+
+  13. The Free Software Foundation may publish revised and/or new
+versions of the Lesser General Public License from time to time.
+Such new versions will be similar in spirit to the present version,
+but may differ in detail to address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Library
+specifies a version number of this License which applies to it and
+"any later version", you have the option of following the terms and
+conditions either of that version or of any later version published by
+the Free Software Foundation.  If the Library does not specify a
+license version number, you may choose any version ever published by
+the Free Software Foundation.
+
+  14. If you wish to incorporate parts of the Library into other free
+programs whose distribution conditions are incompatible with these,
+write to the author to ask for permission.  For software which is
+copyrighted by the Free Software Foundation, write to the Free
+Software Foundation; we sometimes make exceptions for this.  Our
+decision will be guided by the two goals of preserving the free status
+of all derivatives of our free software and of promoting the sharing
+and reuse of software generally.
+
+                            NO WARRANTY
+
+  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
+WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
+EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
+OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
+KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
+LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
+THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
+WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
+AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
+FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
+CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
+LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
+RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
+FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
+SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
+DAMAGES.
+
+                     END OF TERMS AND CONDITIONS
+
+           How to Apply These Terms to Your New Libraries
+
+  If you develop a new library, and you want it to be of the greatest
+possible use to the public, we recommend making it free software that
+everyone can redistribute and change.  You can do so by permitting
+redistribution under these terms (or, alternatively, under the terms of the
+ordinary General Public License).
+
+  To apply these terms, attach the following notices to the library.  It is
+safest to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least the
+"copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the library's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public
+    License along with this library; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+
+Also add information on how to contact you by electronic and paper mail.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the library, if
+necessary.  Here is a sample; alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the
+  library `Frob' (a library for tweaking knobs) written by James Random Hacker.
+
+  <signature of Ty Coon>, 1 April 1990
+  Ty Coon, President of Vice
+
+That's all there is to it!
+
+---------------------------
+
+# Copyright (c) 2001-2008 Python Software Foundation; All Rights Reserved
+# Copyright (c) 2008-2011 Kouhei Sutou; All Rights Reserved
+#
+# It is free software, and is distributed under the Ruby
+# license and/or the PSF license. See the COPYING file and
+# PSFL file.
+
+This is the official license for the Python 2.5 release:
+
+A. HISTORY OF THE SOFTWARE
+==========================
+
+Python was created in the early 1990s by Guido van Rossum at Stichting
+Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
+as a successor of a language called ABC.  Guido remains Python's
+principal author, although it includes many contributions from others.
+
+In 1995, Guido continued his work on Python at the Corporation for
+National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
+in Reston, Virginia where he released several versions of the
+software.
+
+In May 2000, Guido and the Python core development team moved to
+BeOpen.com to form the BeOpen PythonLabs team.  In October of the same
+year, the PythonLabs team moved to Digital Creations (now Zope
+Corporation, see http://www.zope.com).  In 2001, the Python Software
+Foundation (PSF, see http://www.python.org/psf/) was formed, a
+non-profit organization created specifically to own Python-related
+Intellectual Property.  Zope Corporation is a sponsoring member of
+the PSF.
+
+All Python releases are Open Source (see http://www.opensource.org for
+the Open Source Definition).  Historically, most, but not all, Python
+releases have also been GPL-compatible; the table below summarizes
+the various releases.
+
+    Release         Derived     Year        Owner       GPL-
+                    from                                compatible? (1)
+
+    0.9.0 thru 1.2              1991-1995   CWI         yes
+    1.3 thru 1.5.2  1.2         1995-1999   CNRI        yes
+    1.6             1.5.2       2000        CNRI        no
+    2.0             1.6         2000        BeOpen.com  no
+    1.6.1           1.6         2001        CNRI        yes (2)
+    2.1             2.0+1.6.1   2001        PSF         no
+    2.0.1           2.0+1.6.1   2001        PSF         yes
+    2.1.1           2.1+2.0.1   2001        PSF         yes
+    2.2             2.1.1       2001        PSF         yes
+    2.1.2           2.1.1       2002        PSF         yes
+    2.1.3           2.1.2       2002        PSF         yes
+    2.2.1           2.2         2002        PSF         yes
+    2.2.2           2.2.1       2002        PSF         yes
+    2.2.3           2.2.2       2003        PSF         yes
+    2.3             2.2.2       2002-2003   PSF         yes
+    2.3.1           2.3         2002-2003   PSF         yes
+    2.3.2           2.3.1       2002-2003   PSF         yes
+    2.3.3           2.3.2       2002-2003   PSF         yes
+    2.3.4           2.3.3       2004        PSF         yes
+    2.3.5           2.3.4       2005        PSF         yes
+    2.4             2.3         2004        PSF         yes
+    2.4.1           2.4         2005        PSF         yes
+    2.4.2           2.4.1       2005        PSF         yes
+    2.4.3           2.4.2       2006        PSF         yes
+    2.5             2.4         2006        PSF         yes
+
+Footnotes:
+
+(1) GPL-compatible doesn't mean that we're distributing Python under
+    the GPL.  All Python licenses, unlike the GPL, let you distribute
+    a modified version without making your changes open source.  The
+    GPL-compatible licenses make it possible to combine Python with
+    other software that is released under the GPL; the others don't.
+
+(2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
+    because its license has a choice of law clause.  According to
+    CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1
+    is "not incompatible" with the GPL.
+
+Thanks to the many outside volunteers who have worked under Guido's
+direction to make these releases possible.
+
+
+B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
+===============================================================
+
+PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+--------------------------------------------
+
+1. This LICENSE AGREEMENT is between the Python Software Foundation
+("PSF"), and the Individual or Organization ("Licensee") accessing and
+otherwise using this software ("Python") in source or binary form and
+its associated documentation.
+
+2. Subject to the terms and conditions of this License Agreement, PSF
+hereby grants Licensee a nonexclusive, royalty-free, world-wide
+license to reproduce, analyze, test, perform and/or display publicly,
+prepare derivative works, distribute, and otherwise use Python
+alone or in any derivative version, provided, however, that PSF's
+License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
+2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights
+Reserved" are retained in Python alone or in any derivative version 
+prepared by Licensee.
+
+3. In the event Licensee prepares a derivative work that is based on
+or incorporates Python or any part thereof, and wants to make
+the derivative work available to others as provided herein, then
+Licensee hereby agrees to include in any such work a brief summary of
+the changes made to Python.
+
+4. PSF is making Python available to Licensee on an "AS IS"
+basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
+IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
+DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
+FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
+INFRINGE ANY THIRD PARTY RIGHTS.
+
+5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
+FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
+A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
+OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+
+6. This License Agreement will automatically terminate upon a material
+breach of its terms and conditions.
+
+7. Nothing in this License Agreement shall be deemed to create any
+relationship of agency, partnership, or joint venture between PSF and
+Licensee.  This License Agreement does not grant permission to use PSF
+trademarks or trade name in a trademark sense to endorse or promote
+products or services of Licensee, or any third party.
+
+8. By copying, installing or otherwise using Python, Licensee
+agrees to be bound by the terms and conditions of this License
+Agreement.
+
+
+BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
+-------------------------------------------
+
+BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
+
+1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
+office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
+Individual or Organization ("Licensee") accessing and otherwise using
+this software in source or binary form and its associated
+documentation ("the Software").
+
+2. Subject to the terms and conditions of this BeOpen Python License
+Agreement, BeOpen hereby grants Licensee a non-exclusive,
+royalty-free, world-wide license to reproduce, analyze, test, perform
+and/or display publicly, prepare derivative works, distribute, and
+otherwise use the Software alone or in any derivative version,
+provided, however, that the BeOpen Python License is retained in the
+Software, alone or in any derivative version prepared by Licensee.
+
+3. BeOpen is making the Software available to Licensee on an "AS IS"
+basis.  BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
+IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
+DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
+FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
+INFRINGE ANY THIRD PARTY RIGHTS.
+
+4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
+SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
+AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
+DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+
+5. This License Agreement will automatically terminate upon a material
+breach of its terms and conditions.
+
+6. This License Agreement shall be governed by and interpreted in all
+respects by the law of the State of California, excluding conflict of
+law provisions.  Nothing in this License Agreement shall be deemed to
+create any relationship of agency, partnership, or joint venture
+between BeOpen and Licensee.  This License Agreement does not grant
+permission to use BeOpen trademarks or trade names in a trademark
+sense to endorse or promote products or services of Licensee, or any
+third party.  As an exception, the "BeOpen Python" logos available at
+http://www.pythonlabs.com/logos.html may be used according to the
+permissions granted on that web page.
+
+7. By copying, installing or otherwise using the software, Licensee
+agrees to be bound by the terms and conditions of this License
+Agreement.
+
+
+CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
+---------------------------------------
+
+1. This LICENSE AGREEMENT is between the Corporation for National
+Research Initiatives, having an office at 1895 Preston White Drive,
+Reston, VA 20191 ("CNRI"), and the Individual or Organization
+("Licensee") accessing and otherwise using Python 1.6.1 software in
+source or binary form and its associated documentation.
+
+2. Subject to the terms and conditions of this License Agreement, CNRI
+hereby grants Licensee a nonexclusive, royalty-free, world-wide
+license to reproduce, analyze, test, perform and/or display publicly,
+prepare derivative works, distribute, and otherwise use Python 1.6.1
+alone or in any derivative version, provided, however, that CNRI's
+License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
+1995-2001 Corporation for National Research Initiatives; All Rights
+Reserved" are retained in Python 1.6.1 alone or in any derivative
+version prepared by Licensee.  Alternately, in lieu of CNRI's License
+Agreement, Licensee may substitute the following text (omitting the
+quotes): "Python 1.6.1 is made available subject to the terms and
+conditions in CNRI's License Agreement.  This Agreement together with
+Python 1.6.1 may be located on the Internet using the following
+unique, persistent identifier (known as a handle): 1895.22/1013.  This
+Agreement may also be obtained from a proxy server on the Internet
+using the following URL: http://hdl.handle.net/1895.22/1013".
+
+3. In the event Licensee prepares a derivative work that is based on
+or incorporates Python 1.6.1 or any part thereof, and wants to make
+the derivative work available to others as provided herein, then
+Licensee hereby agrees to include in any such work a brief summary of
+the changes made to Python 1.6.1.
+
+4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
+basis.  CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
+IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
+DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
+FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
+INFRINGE ANY THIRD PARTY RIGHTS.
+
+5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
+1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
+A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
+OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+
+6. This License Agreement will automatically terminate upon a material
+breach of its terms and conditions.
+
+7. This License Agreement shall be governed by the federal
+intellectual property law of the United States, including without
+limitation the federal copyright law, and, to the extent such
+U.S. federal law does not apply, by the law of the Commonwealth of
+Virginia, excluding Virginia's conflict of law provisions.
+Notwithstanding the foregoing, with regard to derivative works based
+on Python 1.6.1 that incorporate non-separable material that was
+previously distributed under the GNU General Public License (GPL), the
+law of the Commonwealth of Virginia shall govern this License
+Agreement only as to issues arising under or with respect to
+Paragraphs 4, 5, and 7 of this License Agreement.  Nothing in this
+License Agreement shall be deemed to create any relationship of
+agency, partnership, or joint venture between CNRI and Licensee.  This
+License Agreement does not grant permission to use CNRI trademarks or
+trade name in a trademark sense to endorse or promote products or
+services of Licensee, or any third party.
+
+8. By clicking on the "ACCEPT" button where indicated, or by copying,
+installing or otherwise using Python 1.6.1, Licensee agrees to be
+bound by the terms and conditions of this License Agreement.
+
+        ACCEPT
+
+
+CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
+--------------------------------------------------
+
+Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
+The Netherlands.  All rights reserved.
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
+provided that the above copyright notice appear in all copies and that
+both that copyright notice and this permission notice appear in
+supporting documentation, and that the name of Stichting Mathematisch
+Centrum or CWI not be used in advertising or publicity pertaining to
+distribution of the software without specific, written prior
+permission.
+
+STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
+THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
+FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
+OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ruby/ruby-23/ruby-23.p5m	Thu Dec 08 12:39:42 2016 -0800
@@ -0,0 +1,14881 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
+set name=pkg.fmri \
+    value=pkg:/runtime/ruby-$(RUBY_VER_NO_DOT)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="Ruby, RubyGems, and Rake"
+set name=com.oracle.info.description value="Ruby, including RubyGems and Rake"
+set name=com.oracle.info.tpno value=$(TPNO)
+set name=info.classification \
+    value=org.opensolaris.category.2008:Development/Ruby
+set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
+set name=org.opensolaris.arc-caseid value=PSARC/2015/113
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+#
+link path=usr/bin/erb target=./erb$(RUBY_VER_NO_DOT) mediator=ruby \
+    mediator-version=$(RUBY_VER)
+link path=usr/bin/erb$(RUBY_VER_NO_DOT) target=../ruby/$(RUBY_VER)/bin/erb
+link path=usr/bin/gem target=./gem$(RUBY_VER_NO_DOT) mediator=ruby \
+    mediator-version=$(RUBY_VER)
+link path=usr/bin/gem$(RUBY_VER_NO_DOT) target=../ruby/$(RUBY_VER)/bin/gem
+link path=usr/bin/irb target=./irb$(RUBY_VER_NO_DOT) mediator=ruby \
+    mediator-version=$(RUBY_VER)
+link path=usr/bin/irb$(RUBY_VER_NO_DOT) target=../ruby/$(RUBY_VER)/bin/irb
+link path=usr/bin/rake target=./rake$(RUBY_VER_NO_DOT) mediator=ruby \
+    mediator-version=$(RUBY_VER)
+link path=usr/bin/rake$(RUBY_VER_NO_DOT) target=../ruby/$(RUBY_VER)/bin/rake
+link path=usr/bin/rdoc target=./rdoc$(RUBY_VER_NO_DOT) mediator=ruby \
+    mediator-version=$(RUBY_VER)
+link path=usr/bin/rdoc$(RUBY_VER_NO_DOT) target=../ruby/$(RUBY_VER)/bin/rdoc
+link path=usr/bin/ri target=./ri$(RUBY_VER_NO_DOT) mediator=ruby \
+    mediator-version=$(RUBY_VER)
+link path=usr/bin/ri$(RUBY_VER_NO_DOT) target=../ruby/$(RUBY_VER)/bin/ri
+link path=usr/bin/ruby target=./ruby$(RUBY_VER_NO_DOT) mediator=ruby \
+    mediator-version=$(RUBY_VER)
+link path=usr/bin/ruby$(RUBY_VER_NO_DOT) target=../ruby/$(RUBY_VER)/bin/ruby
+# this symlink in the default location allows vim to
+# find the ruby library without linking against it
+link path=usr/lib/$(MACH64)/libruby.so.2 \
+    target=../../ruby/$(RUBY_VER)/lib/$(MACH64)/libruby.so.2 mediator=ruby \
+    mediator-version=$(RUBY_VER)
+# symlinks for pkg-config default locations
+link path=usr/lib/$(MACH64)/pkgconfig/ruby-$(RUBY_VER).pc \
+    target=../../../ruby/$(RUBY_VER)/lib/$(MACH64)/pkgconfig/ruby-$(RUBY_VER).pc
+link path=usr/lib/pkgconfig/ruby-$(RUBY_VER).pc \
+    target=../$(MACH64)/pkgconfig/ruby-$(RUBY_VER).pc
+#
+file path=usr/ruby/$(RUBY_VER)/bin/erb
+file path=usr/ruby/$(RUBY_VER)/bin/gem
+file path=usr/ruby/$(RUBY_VER)/bin/irb
+file path=usr/ruby/$(RUBY_VER)/bin/rake
+file path=usr/ruby/$(RUBY_VER)/bin/rdoc
+file path=usr/ruby/$(RUBY_VER)/bin/ri
+file path=usr/ruby/$(RUBY_VER)/bin/ruby
+file path=usr/ruby/$(RUBY_VER)/include/ruby-$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/ruby/config.h
+file path=usr/ruby/$(RUBY_VER)/include/ruby-$(RUBY_LIB_VER)/ruby.h
+file path=usr/ruby/$(RUBY_VER)/include/ruby-$(RUBY_LIB_VER)/ruby/backward/classext.h
+file path=usr/ruby/$(RUBY_VER)/include/ruby-$(RUBY_LIB_VER)/ruby/backward/rubyio.h
+file path=usr/ruby/$(RUBY_VER)/include/ruby-$(RUBY_LIB_VER)/ruby/backward/rubysig.h
+file path=usr/ruby/$(RUBY_VER)/include/ruby-$(RUBY_LIB_VER)/ruby/backward/st.h
+file path=usr/ruby/$(RUBY_VER)/include/ruby-$(RUBY_LIB_VER)/ruby/backward/util.h
+file path=usr/ruby/$(RUBY_VER)/include/ruby-$(RUBY_LIB_VER)/ruby/debug.h
+file path=usr/ruby/$(RUBY_VER)/include/ruby-$(RUBY_LIB_VER)/ruby/defines.h
+file path=usr/ruby/$(RUBY_VER)/include/ruby-$(RUBY_LIB_VER)/ruby/digest.h
+file path=usr/ruby/$(RUBY_VER)/include/ruby-$(RUBY_LIB_VER)/ruby/encoding.h
+file path=usr/ruby/$(RUBY_VER)/include/ruby-$(RUBY_LIB_VER)/ruby/intern.h
+file path=usr/ruby/$(RUBY_VER)/include/ruby-$(RUBY_LIB_VER)/ruby/io.h
+file path=usr/ruby/$(RUBY_VER)/include/ruby-$(RUBY_LIB_VER)/ruby/missing.h
+file path=usr/ruby/$(RUBY_VER)/include/ruby-$(RUBY_LIB_VER)/ruby/oniguruma.h
+file path=usr/ruby/$(RUBY_VER)/include/ruby-$(RUBY_LIB_VER)/ruby/re.h
+file path=usr/ruby/$(RUBY_VER)/include/ruby-$(RUBY_LIB_VER)/ruby/regex.h
+file path=usr/ruby/$(RUBY_VER)/include/ruby-$(RUBY_LIB_VER)/ruby/ruby.h
+file path=usr/ruby/$(RUBY_VER)/include/ruby-$(RUBY_LIB_VER)/ruby/st.h
+file path=usr/ruby/$(RUBY_VER)/include/ruby-$(RUBY_LIB_VER)/ruby/subst.h
+file path=usr/ruby/$(RUBY_VER)/include/ruby-$(RUBY_LIB_VER)/ruby/thread.h
+file path=usr/ruby/$(RUBY_VER)/include/ruby-$(RUBY_LIB_VER)/ruby/thread_native.h
+file path=usr/ruby/$(RUBY_VER)/include/ruby-$(RUBY_LIB_VER)/ruby/util.h
+file path=usr/ruby/$(RUBY_VER)/include/ruby-$(RUBY_LIB_VER)/ruby/version.h
+file path=usr/ruby/$(RUBY_VER)/include/ruby-$(RUBY_LIB_VER)/ruby/vm.h
+file path=usr/ruby/$(RUBY_VER)/lib/$(MACH64)/libruby-static.a
+link path=usr/ruby/$(RUBY_VER)/lib/$(MACH64)/libruby.so target=libruby.so.2
+file path=usr/ruby/$(RUBY_VER)/lib/$(MACH64)/libruby.so.2
+link path=usr/ruby/$(RUBY_VER)/lib/$(MACH64)/libruby.so.2.3.0 \
+    target=libruby.so.2
+file path=usr/ruby/$(RUBY_VER)/lib/$(MACH64)/pkgconfig/ruby-$(RUBY_VER).pc
+link path=usr/ruby/$(RUBY_VER)/lib/64 target=$(MACH64)
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/bigdecimal.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/cgi/escape.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/continuation.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/coverage.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/date_core.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/dbm.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/digest.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/digest/bubblebabble.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/digest/md5.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/digest/rmd160.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/digest/sha1.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/digest/sha2.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/big5.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/cp949.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/emacs_mule.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/encdb.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/euc_jp.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/euc_kr.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/euc_tw.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/gb18030.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/gb2312.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/gbk.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/iso_8859_1.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/iso_8859_10.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/iso_8859_11.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/iso_8859_13.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/iso_8859_14.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/iso_8859_15.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/iso_8859_16.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/iso_8859_2.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/iso_8859_3.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/iso_8859_4.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/iso_8859_5.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/iso_8859_6.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/iso_8859_7.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/iso_8859_8.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/iso_8859_9.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/koi8_r.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/koi8_u.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/shift_jis.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/trans/big5.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/trans/chinese.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/trans/ebcdic.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/trans/emoji.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/trans/emoji_iso2022_kddi.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/trans/emoji_sjis_docomo.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/trans/emoji_sjis_kddi.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/trans/emoji_sjis_softbank.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/trans/escape.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/trans/gb18030.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/trans/gbk.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/trans/iso2022.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/trans/japanese.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/trans/japanese_euc.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/trans/japanese_sjis.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/trans/korean.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/trans/single_byte.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/trans/transdb.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/trans/utf8_mac.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/trans/utf_16_32.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/utf_16be.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/utf_16le.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/utf_32be.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/utf_32le.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/windows_1250.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/windows_1251.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/windows_1252.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/enc/windows_31j.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/etc.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/fcntl.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/fiber.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/fiddle.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/gdbm.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/io/console.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/io/nonblock.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/io/wait.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/json/ext/generator.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/json/ext/parser.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/mathn/complex.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/mathn/rational.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/nkf.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/objspace.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/openssl.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/pathname.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/psych.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/pty.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/racc/cparse.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/rbconfig.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/rbconfig/sizeof.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/readline.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/ripper.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/sdbm.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/socket.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/stringio.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/strscan.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/syslog.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/thread.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)/zlib.so
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/English.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/abbrev.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/base64.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/benchmark.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/bigdecimal/jacobian.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/bigdecimal/ludcmp.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/bigdecimal/math.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/bigdecimal/newton.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/bigdecimal/util.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/cgi.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/cgi/cookie.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/cgi/core.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/cgi/html.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/cgi/session.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/cgi/session/pstore.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/cgi/util.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/cmath.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/csv.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/date.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/debug.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/delegate.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/digest.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/digest/sha2.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/drb.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/drb/acl.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/drb/drb.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/drb/eq.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/drb/extserv.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/drb/extservm.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/drb/gw.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/drb/invokemethod.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/drb/observer.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/drb/ssl.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/drb/timeridconv.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/drb/unix.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/e2mmap.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/erb.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/expect.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/fiddle.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/fiddle/closure.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/fiddle/cparser.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/fiddle/function.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/fiddle/import.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/fiddle/pack.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/fiddle/struct.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/fiddle/types.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/fiddle/value.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/fileutils.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/find.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/forwardable.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/getoptlong.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/io/console/size.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/ipaddr.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/cmd/chws.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/cmd/fork.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/cmd/help.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/cmd/load.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/cmd/nop.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/cmd/pushws.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/cmd/subirb.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/completion.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/context.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/ext/change-ws.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/ext/history.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/ext/loader.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/ext/math-mode.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/ext/multi-irb.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/ext/save-history.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/ext/tracer.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/ext/use-loader.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/ext/workspaces.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/extend-command.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/frame.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/help.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/init.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/input-method.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/inspector.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/lc/error.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/lc/help-message
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/lc/ja/encoding_aliases.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/lc/ja/error.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/lc/ja/help-message
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/locale.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/magic-file.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/notifier.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/output-method.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/ruby-lex.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/ruby-token.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/slex.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/src_encoding.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/version.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/workspace.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/ws-for-case-2.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/irb/xmp.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/json.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/json/add/bigdecimal.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/json/add/complex.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/json/add/core.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/json/add/date.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/json/add/date_time.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/json/add/exception.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/json/add/ostruct.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/json/add/range.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/json/add/rational.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/json/add/regexp.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/json/add/struct.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/json/add/symbol.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/json/add/time.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/json/common.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/json/ext.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/json/generic_object.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/json/version.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/kconv.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/logger.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/mathn.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/matrix.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/matrix/eigenvalue_decomposition.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/matrix/lup_decomposition.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/mkmf.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/monitor.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/mutex_m.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/net/ftp.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/net/http.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/net/http/backward.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/net/http/exceptions.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/net/http/generic_request.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/net/http/header.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/net/http/proxy_delta.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/net/http/request.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/net/http/requests.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/net/http/response.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/net/http/responses.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/net/https.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/net/imap.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/net/pop.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/net/protocol.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/net/smtp.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/observer.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/open-uri.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/open3.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/openssl.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/openssl/bn.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/openssl/buffering.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/openssl/cipher.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/openssl/config.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/openssl/digest.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/openssl/pkey.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/openssl/ssl.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/openssl/x509.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/optionparser.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/optparse.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/optparse/ac.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/optparse/date.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/optparse/shellwords.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/optparse/time.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/optparse/uri.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/optparse/version.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/ostruct.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/pathname.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/pp.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/prettyprint.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/prime.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/profile.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/profiler.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/pstore.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/class_loader.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/coder.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/core_ext.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/deprecated.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/exception.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/handler.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/handlers/document_stream.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/handlers/recorder.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/json/ruby_events.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/json/stream.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/json/tree_builder.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/json/yaml_events.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/nodes.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/nodes/alias.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/nodes/document.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/nodes/mapping.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/nodes/node.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/nodes/scalar.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/nodes/sequence.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/nodes/stream.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/omap.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/parser.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/scalar_scanner.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/set.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/stream.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/streaming.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/syntax_error.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/tree_builder.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/versions.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/visitors.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/visitors/depth_first.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/visitors/emitter.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/visitors/json_tree.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/visitors/to_ruby.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/visitors/visitor.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/visitors/yaml_tree.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych/y.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/psych_jars.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/racc/parser.rb
+dir  path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/racc/rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rbconfig/datadir.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/alias.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/anon_class.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/any_method.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/attr.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/class_module.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/code_object.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/code_objects.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/comment.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/constant.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/context.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/context/section.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/cross_reference.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/encoding.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/erb_partial.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/erbio.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/extend.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/darkfish.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/json_index.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/markup.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/pot.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/pot/message_extractor.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/pot/po.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/pot/po_entry.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/ri.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/_footer.rhtml
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/_head.rhtml
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/_sidebar_VCS_info.rhtml
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/_sidebar_classes.rhtml
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/_sidebar_extends.rhtml
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/_sidebar_in_files.rhtml
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/_sidebar_includes.rhtml
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/_sidebar_installed.rhtml
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/_sidebar_methods.rhtml
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/_sidebar_navigation.rhtml
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/_sidebar_pages.rhtml
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/_sidebar_parent.rhtml
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/_sidebar_search.rhtml
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/_sidebar_sections.rhtml
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/class.rhtml
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/css/fonts.css
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/css/rdoc.css
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/fonts/Lato-Light.ttf
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/fonts/Lato-LightItalic.ttf
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/fonts/Lato-Regular.ttf
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/fonts/Lato-RegularItalic.ttf
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/fonts/SourceCodePro-Bold.ttf
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/fonts/SourceCodePro-Regular.ttf
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/images/add.png
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/images/arrow_up.png
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/images/brick.png
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/images/brick_link.png
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/images/bug.png
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/images/bullet_black.png
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/images/bullet_toggle_minus.png
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/images/bullet_toggle_plus.png
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/images/date.png
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/images/delete.png
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/images/find.png
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/images/loadingAnimation.gif
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/images/macFFBgHack.png
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/images/package.png
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/images/page_green.png
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/images/page_white_text.png
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/images/page_white_width.png
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/images/plugin.png
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/images/ruby.png
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/images/tag_blue.png
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/images/tag_green.png
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/images/transparent.png
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/images/wrench.png
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/images/wrench_orange.png
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/images/zoom.png
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/index.rhtml
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/js/darkfish.js
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/js/jquery.js
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/js/search.js
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/page.rhtml
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/servlet_not_found.rhtml
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/servlet_root.rhtml
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/darkfish/table_of_contents.rhtml
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/json_index/js/navigation.js
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/generator/template/json_index/js/searcher.js
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/ghost_method.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/i18n.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/i18n/locale.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/i18n/text.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/include.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/known_classes.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markdown.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markdown/entities.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markdown/literals_1_9.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup/attr_changer.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup/attr_span.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup/attribute_manager.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup/attributes.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup/blank_line.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup/block_quote.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup/document.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup/formatter.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup/formatter_test_case.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup/hard_break.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup/heading.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup/include.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup/indented_paragraph.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup/inline.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup/list.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup/list_item.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup/paragraph.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup/parser.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup/pre_process.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup/raw.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup/rule.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup/special.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup/text_formatter_test_case.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup/to_ansi.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup/to_bs.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup/to_html.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup/to_html_crossref.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup/to_html_snippet.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup/to_joined_paragraph.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup/to_label.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup/to_markdown.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup/to_rdoc.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup/to_table_of_contents.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup/to_test.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup/to_tt_only.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/markup/verbatim.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/meta_method.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/method_attr.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/mixin.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/normal_class.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/normal_module.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/options.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/parser.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/parser/c.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/parser/changelog.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/parser/markdown.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/parser/rd.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/parser/ruby.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/parser/ruby_tools.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/parser/simple.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/parser/text.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/rd.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/rd/block_parser.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/rd/inline.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/rd/inline_parser.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/rdoc.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/require.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/ri.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/ri/driver.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/ri/formatter.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/ri/paths.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/ri/store.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/ri/task.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/ruby_lex.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/ruby_token.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/rubygems_hook.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/servlet.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/single_class.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/stats.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/stats/normal.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/stats/quiet.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/stats/verbose.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/store.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/task.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/test_case.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/text.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/token_stream.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/tom_doc.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rdoc/top_level.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/resolv-replace.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/resolv.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/attlistdecl.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/attribute.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/cdata.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/child.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/comment.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/doctype.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/document.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/dtd/attlistdecl.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/dtd/dtd.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/dtd/elementdecl.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/dtd/entitydecl.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/dtd/notationdecl.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/element.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/encoding.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/entity.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/formatters/default.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/formatters/pretty.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/formatters/transitive.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/functions.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/instruction.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/light/node.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/namespace.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/node.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/output.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/parent.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/parseexception.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/parsers/baseparser.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/parsers/lightparser.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/parsers/pullparser.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/parsers/sax2parser.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/parsers/streamparser.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/parsers/treeparser.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/parsers/ultralightparser.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/parsers/xpathparser.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/quickpath.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/rexml.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/sax2listener.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/security.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/source.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/streamlistener.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/syncenumerator.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/text.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/undefinednamespaceexception.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/validation/relaxng.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/validation/validation.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/validation/validationexception.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/xmldecl.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/xmltokens.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/xpath.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rexml/xpath_parser.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rinda/rinda.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rinda/ring.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rinda/tuplespace.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/ripper.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/ripper/core.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/ripper/filter.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/ripper/lexer.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/ripper/sexp.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/0.9.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/1.0.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/2.0.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/atom.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/content.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/content/1.0.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/content/2.0.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/converter.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/dublincore.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/dublincore/1.0.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/dublincore/2.0.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/dublincore/atom.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/image.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/itunes.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/maker.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/maker/0.9.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/maker/1.0.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/maker/2.0.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/maker/atom.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/maker/base.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/maker/content.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/maker/dublincore.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/maker/entry.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/maker/feed.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/maker/image.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/maker/itunes.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/maker/slash.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/maker/syndication.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/maker/taxonomy.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/maker/trackback.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/parser.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/rexmlparser.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/rss.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/slash.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/syndication.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/taxonomy.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/trackback.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/utils.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/xml-stylesheet.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/xml.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/xmlparser.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rss/xmlscanner.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/available_set.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/basic_specification.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/command.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/command_manager.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/commands/build_command.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/commands/cert_command.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/commands/check_command.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/commands/cleanup_command.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/commands/contents_command.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/commands/dependency_command.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/commands/environment_command.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/commands/fetch_command.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/commands/generate_index_command.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/commands/help_command.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/commands/install_command.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/commands/list_command.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/commands/lock_command.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/commands/mirror_command.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/commands/open_command.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/commands/outdated_command.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/commands/owner_command.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/commands/pristine_command.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/commands/push_command.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/commands/query_command.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/commands/rdoc_command.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/commands/search_command.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/commands/server_command.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/commands/setup_command.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/commands/sources_command.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/commands/specification_command.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/commands/stale_command.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/commands/uninstall_command.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/commands/unpack_command.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/commands/update_command.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/commands/which_command.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/commands/yank_command.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/compatibility.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/config_file.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/core_ext/kernel_gem.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/core_ext/kernel_require.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/defaults.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/dependency.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/dependency_installer.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/dependency_list.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/deprecate.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/doctor.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/errors.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/exceptions.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/ext.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/ext/build_error.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/ext/builder.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/ext/cmake_builder.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/ext/configure_builder.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/ext/ext_conf_builder.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/ext/rake_builder.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/gem_runner.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/gemcutter_utilities.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/indexer.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/install_default_message.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/install_message.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/install_update_options.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/installer.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/installer_test_case.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/local_remote_options.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/mock_gem_ui.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/name_tuple.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/package.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/package/digest_io.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/package/file_source.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/package/io_source.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/package/old.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/package/source.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/package/tar_header.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/package/tar_reader.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/package/tar_reader/entry.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/package/tar_test_case.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/package/tar_writer.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/package_task.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/path_support.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/platform.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/psych_additions.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/psych_tree.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/rdoc.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/remote_fetcher.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/request.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/request/connection_pools.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/request/http_pool.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/request/https_pool.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/request_set.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/request_set/gem_dependency_api.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/request_set/lockfile.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/request_set/lockfile/parser.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/request_set/lockfile/tokenizer.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/requirement.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/resolver.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/resolver/activation_request.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/resolver/api_set.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/resolver/api_specification.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/resolver/best_set.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/resolver/composed_set.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/resolver/conflict.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/resolver/current_set.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/resolver/dependency_request.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/resolver/git_set.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/resolver/git_specification.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/resolver/index_set.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/resolver/index_specification.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/resolver/installed_specification.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/resolver/installer_set.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/resolver/local_specification.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/resolver/lock_set.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/resolver/lock_specification.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/resolver/molinillo.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/resolver/molinillo/lib/molinillo.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/resolver/molinillo/lib/molinillo/errors.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/resolver/molinillo/lib/molinillo/resolution.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/resolver/molinillo/lib/molinillo/resolver.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/resolver/molinillo/lib/molinillo/state.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/resolver/requirement_list.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/resolver/set.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/resolver/spec_specification.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/resolver/specification.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/resolver/stats.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/resolver/vendor_set.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/resolver/vendor_specification.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/security.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/security/policies.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/security/policy.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/security/signer.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/security/trust_dir.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/server.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/source.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/source/git.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/source/installed.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/source/local.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/source/lock.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/source/specific_file.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/source/vendor.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/source_list.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/source_local.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/source_specific_file.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/spec_fetcher.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/specification.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/ssl_certs/AddTrustExternalCARoot-2048.pem
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/ssl_certs/AddTrustExternalCARoot.pem
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/ssl_certs/DigiCertHighAssuranceEVRootCA.pem
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/ssl_certs/GeoTrustGlobalCA.pem
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/stub_specification.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/syck_hack.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/test_case.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/test_utilities.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/text.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/uninstaller.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/uri_formatter.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/user_interaction.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/util.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/util/licenses.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/util/list.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/validator.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/version.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/rubygems/version_option.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/scanf.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/securerandom.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/set.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/shell.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/shell/builtin-command.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/shell/command-processor.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/shell/error.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/shell/filter.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/shell/process-controller.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/shell/system-command.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/shell/version.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/shellwords.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/singleton.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/socket.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/sync.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/syslog/logger.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tempfile.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/thwait.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/time.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/timeout.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tmpdir.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tracer.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/tsort.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/ubygems.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/un.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/unicode_normalize.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/unicode_normalize/normalize.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/unicode_normalize/tables.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/uri.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/uri/common.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/uri/ftp.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/uri/generic.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/uri/http.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/uri/https.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/uri/ldap.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/uri/ldaps.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/uri/mailto.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/uri/rfc2396_parser.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/uri/rfc3986_parser.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/weakref.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/webrick.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/webrick/accesslog.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/webrick/cgi.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/webrick/compat.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/webrick/config.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/webrick/cookie.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/webrick/htmlutils.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/webrick/httpauth.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/webrick/httpauth/authenticator.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/webrick/httpauth/basicauth.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/webrick/httpauth/digestauth.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/webrick/httpauth/htdigest.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/webrick/httpauth/htgroup.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/webrick/httpauth/htpasswd.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/webrick/httpauth/userdb.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/webrick/httpproxy.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/webrick/httprequest.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/webrick/httpresponse.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/webrick/https.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/webrick/httpserver.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/webrick/httpservlet.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/webrick/httpservlet/abstract.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/webrick/httpservlet/cgi_runner.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/webrick/httpservlet/cgihandler.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/webrick/httpservlet/erbhandler.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/webrick/httpservlet/filehandler.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/webrick/httpservlet/prochandler.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/webrick/httpstatus.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/webrick/httputils.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/webrick/httpversion.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/webrick/log.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/webrick/server.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/webrick/ssl.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/webrick/utils.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/webrick/version.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/xmlrpc.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/xmlrpc/base64.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/xmlrpc/client.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/xmlrpc/config.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/xmlrpc/create.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/xmlrpc/datetime.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/xmlrpc/marshal.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/xmlrpc/parser.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/xmlrpc/server.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/xmlrpc/utils.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/yaml.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/yaml/dbm.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/$(RUBY_LIB_VER)/yaml/store.rb
+dir  path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/build_info
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/cache/did_you_mean-1.0.0.gem
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/cache/minitest-5.8.3.gem
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/cache/net-telnet-0.1.1.gem
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/cache/power_assert-0.2.6.gem
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/cache/rake-10.4.2.gem
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/cache/test-unit-3.1.5.gem
+dir  path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/doc
+dir  path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/extensions
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/CHANGELOG.md
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/Gemfile
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/LICENSE.txt
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/README.md
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/Rakefile
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/benchmark/jaro_winkler/memory_usage.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/benchmark/jaro_winkler/speed.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/benchmark/levenshtein/memory_usage.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/benchmark/levenshtein/speed.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/benchmark/memory_usage.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/doc/CHANGELOG.md.erb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/doc/changelog_generator.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/doc/did_you_mean_example.png
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/evaluation/calculator.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/evaluation/dictionary_generator.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/evaluation/incorrect_words.yaml
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/lib/did_you_mean.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/lib/did_you_mean/core_ext/name_error.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/lib/did_you_mean/extra_features.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/lib/did_you_mean/extra_features/initializer_name_correction.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/lib/did_you_mean/extra_features/ivar_name_correction.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/lib/did_you_mean/formatter.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/lib/did_you_mean/jaro_winkler.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/lib/did_you_mean/levenshtein.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/lib/did_you_mean/spell_checkable.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/lib/did_you_mean/spell_checkers/method_name_checker.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/lib/did_you_mean/spell_checkers/name_error_checkers.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/lib/did_you_mean/spell_checkers/null_checker.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/lib/did_you_mean/verbose_formatter.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/lib/did_you_mean/version.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/test/core_ext/name_error_extension_test.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/test/correctable/class_name_test.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/test/correctable/method_name_test.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/test/correctable/uncorrectable_name_test.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/test/correctable/variable_name_test.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/test/edit_distance/jaro_winkler_test.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/test/extra_features/initializer_name_correction_test.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/test/extra_features/method_name_checker_test.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/test/spell_checker_test.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/test/test_helper.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/did_you_mean-1.0.0/test/verbose_formatter_test.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/minitest-5.8.3/History.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/minitest-5.8.3/Manifest.txt
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/minitest-5.8.3/README.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/minitest-5.8.3/Rakefile
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/minitest-5.8.3/design_rationale.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/minitest-5.8.3/lib/hoe/minitest.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/minitest-5.8.3/lib/minitest.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/minitest-5.8.3/lib/minitest/assertions.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/minitest-5.8.3/lib/minitest/autorun.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/minitest-5.8.3/lib/minitest/benchmark.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/minitest-5.8.3/lib/minitest/expectations.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/minitest-5.8.3/lib/minitest/hell.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/minitest-5.8.3/lib/minitest/mock.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/minitest-5.8.3/lib/minitest/parallel.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/minitest-5.8.3/lib/minitest/pride.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/minitest-5.8.3/lib/minitest/pride_plugin.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/minitest-5.8.3/lib/minitest/spec.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/minitest-5.8.3/lib/minitest/test.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/minitest-5.8.3/lib/minitest/unit.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/minitest-5.8.3/test/minitest/metametameta.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/minitest-5.8.3/test/minitest/test_minitest_benchmark.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/minitest-5.8.3/test/minitest/test_minitest_mock.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/minitest-5.8.3/test/minitest/test_minitest_reporter.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/minitest-5.8.3/test/minitest/test_minitest_spec.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/minitest-5.8.3/test/minitest/test_minitest_unit.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/net-telnet-0.1.1/Gemfile
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/net-telnet-0.1.1/LICENSE.txt
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/net-telnet-0.1.1/README.md
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/net-telnet-0.1.1/Rakefile
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/net-telnet-0.1.1/bin/console
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/net-telnet-0.1.1/bin/setup
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/net-telnet-0.1.1/lib/net-telnet.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/net-telnet-0.1.1/lib/net/telnet.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/net-telnet-0.1.1/lib/net/telnet/version.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/power_assert-0.2.6/BSDL
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/power_assert-0.2.6/COPYING
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/power_assert-0.2.6/Gemfile
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/power_assert-0.2.6/LEGAL
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/power_assert-0.2.6/README.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/power_assert-0.2.6/Rakefile
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/power_assert-0.2.6/lib/power_assert.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/power_assert-0.2.6/lib/power_assert/enable_tracepoint_events.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/power_assert-0.2.6/lib/power_assert/version.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/power_assert-0.2.6/test/helper.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/power_assert-0.2.6/test/test_power_assert.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/CONTRIBUTING.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/History.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/MIT-LICENSE
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/Manifest.txt
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/README.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/Rakefile
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/bin/rake
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/command_line_usage.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/example/Rakefile1
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/example/Rakefile2
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/example/a.c
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/example/b.c
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/example/main.c
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/glossary.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/jamis.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/proto_rake.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/rake.1
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/rakefile.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/rational.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/release_notes/rake-0.4.14.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/release_notes/rake-0.4.15.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/release_notes/rake-0.5.0.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/release_notes/rake-0.5.3.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/release_notes/rake-0.5.4.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/release_notes/rake-0.6.0.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/release_notes/rake-0.7.0.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/release_notes/rake-0.7.1.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/release_notes/rake-0.7.2.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/release_notes/rake-0.7.3.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/release_notes/rake-0.8.0.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/release_notes/rake-0.8.2.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/release_notes/rake-0.8.3.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/release_notes/rake-0.8.4.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/release_notes/rake-0.8.5.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/release_notes/rake-0.8.6.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/release_notes/rake-0.8.7.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/release_notes/rake-0.9.0.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/release_notes/rake-0.9.1.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/release_notes/rake-0.9.2.2.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/release_notes/rake-0.9.2.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/release_notes/rake-0.9.3.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/release_notes/rake-0.9.4.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/release_notes/rake-0.9.5.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/release_notes/rake-0.9.6.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/release_notes/rake-10.0.0.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/release_notes/rake-10.0.1.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/release_notes/rake-10.0.2.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/release_notes/rake-10.0.3.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/release_notes/rake-10.1.0.rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/alt_system.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/application.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/backtrace.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/clean.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/cloneable.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/contrib/compositepublisher.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/contrib/ftptools.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/contrib/publisher.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/contrib/rubyforgepublisher.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/contrib/sshpublisher.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/contrib/sys.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/cpu_counter.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/default_loader.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/dsl_definition.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/early_time.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/ext/core.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/ext/module.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/ext/pathname.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/ext/string.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/ext/time.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/file_creation_task.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/file_list.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/file_task.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/file_utils.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/file_utils_ext.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/gempackagetask.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/invocation_chain.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/invocation_exception_mixin.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/late_time.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/linked_list.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/loaders/makefile.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/multi_task.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/name_space.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/packagetask.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/pathmap.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/phony.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/private_reader.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/promise.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/pseudo_status.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/rake_module.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/rake_test_loader.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/rdoctask.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/ruby182_test_unit_fix.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/rule_recursion_overflow_error.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/runtest.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/scope.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/task.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/task_argument_error.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/task_arguments.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/task_manager.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/tasklib.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/testtask.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/thread_history_display.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/thread_pool.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/trace_output.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/version.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/lib/rake/win32.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/rakelib/publish.rake
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/rakelib/test_times.rake
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/file_creation.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/helper.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/support/rakefile_definitions.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/support/ruby_runner.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_private_reader.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_application.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_application_options.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_backtrace.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_clean.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_cpu_counter.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_definitions.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_directory_task.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_dsl.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_early_time.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_extension.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_file_creation_task.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_file_list.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_file_list_path_map.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_file_task.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_file_utils.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_ftp_file.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_functional.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_invocation_chain.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_late_time.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_linked_list.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_makefile_loader.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_multi_task.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_name_space.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_package_task.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_path_map.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_path_map_explode.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_path_map_partial.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_pathname_extensions.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_pseudo_status.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_rake_test_loader.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_reduce_compat.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_require.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_rules.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_scope.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_task.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_task_argument_parsing.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_task_arguments.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_task_lib.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_task_manager.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_task_manager_argument_resolution.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_task_with_arguments.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_test_task.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_thread_pool.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_top_level_functions.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_rake_win32.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_thread_history_display.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/test/test_trace_output.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rdoc-4.2.1/bin/rdoc
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rdoc-4.2.1/bin/ri
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/COPYING
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/GPL
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/LGPL
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/PSFL
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/README.md
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/Rakefile
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/doc/text/how-to.md
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/doc/text/news.md
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test-unit.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/assertion-failed-error.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/assertions.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/attribute-matcher.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/attribute.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/autorunner.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/code-snippet-fetcher.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/collector.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/collector/descendant.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/collector/dir.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/collector/load.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/collector/objectspace.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/collector/xml.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/color-scheme.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/color.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/data.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/diff.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/error.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/exception-handler.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/failure.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/fault-location-detector.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/fixture.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/notification.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/omission.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/pending.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/priority.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/runner/console.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/runner/emacs.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/runner/xml.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/test-suite-creator.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/testcase.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/testresult.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/testsuite.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/ui/console/outputlevel.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/ui/console/testrunner.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/ui/emacs/testrunner.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/ui/testrunner.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/ui/testrunnermediator.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/ui/testrunnerutilities.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/ui/xml/testrunner.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/util/backtracefilter.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/util/method-owner-finder.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/util/observable.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/util/output.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/util/procwrapper.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/lib/test/unit/version.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/sample/adder.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/sample/subtracter.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/sample/test_adder.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/sample/test_subtracter.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/sample/test_user.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/collector/test-descendant.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/collector/test-load.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/collector/test_dir.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/collector/test_objectspace.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/fixtures/header-label.csv
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/fixtures/header-label.tsv
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/fixtures/header.csv
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/fixtures/header.tsv
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/fixtures/no-header.csv
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/fixtures/no-header.tsv
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/fixtures/plus.csv
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/run-test.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/test-assertions.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/test-attribute-matcher.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/test-attribute.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/test-code-snippet.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/test-color-scheme.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/test-color.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/test-data.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/test-diff.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/test-emacs-runner.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/test-error.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/test-failure.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/test-fault-location-detector.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/test-fixture.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/test-notification.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/test-omission.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/test-pending.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/test-priority.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/test-test-case.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/test-test-result.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/test-test-suite-creator.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/test-test-suite.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/testunit-test-util.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/ui/test_testrunmediator.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/util/test-method-owner-finder.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/util/test-output.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/util/test_backtracefilter.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/util/test_observable.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/test-unit-3.1.5/test/util/test_procwrapper.rb
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/specifications/default/bigdecimal-1.2.8.gemspec
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/specifications/default/io-console-0.4.5.gemspec
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/specifications/default/json-1.8.3.gemspec
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/specifications/default/psych-2.0.17.gemspec
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/specifications/default/rdoc-4.2.1.gemspec
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/specifications/did_you_mean-1.0.0.gemspec
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/specifications/minitest-5.8.3.gemspec
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/specifications/net-telnet-0.1.1.gemspec
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/specifications/power_assert-0.2.6.gemspec
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/specifications/rake-10.4.2.gemspec
+file path=usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/specifications/test-unit-3.1.5.gemspec
+dir  path=usr/ruby/$(RUBY_VER)/lib/ruby/site_ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)
+dir  path=usr/ruby/$(RUBY_VER)/lib/ruby/vendor_ruby/$(RUBY_LIB_VER)/$(MACH64)-solaris$(SOLARIS_VERSION)
+# vendor_ruby/gems hierarchy, used by ruby components packaged as gems,
+# e.g., hiera
+dir  path=usr/ruby/$(RUBY_VER)/lib/ruby/vendor_ruby/gems/$(RUBY_LIB_VER)/bin
+dir  path=usr/ruby/$(RUBY_VER)/lib/ruby/vendor_ruby/gems/$(RUBY_LIB_VER)/build_info
+dir  path=usr/ruby/$(RUBY_VER)/lib/ruby/vendor_ruby/gems/$(RUBY_LIB_VER)/cache
+dir  path=usr/ruby/$(RUBY_VER)/lib/ruby/vendor_ruby/gems/$(RUBY_LIB_VER)/doc
+dir  path=usr/ruby/$(RUBY_VER)/lib/ruby/vendor_ruby/gems/$(RUBY_LIB_VER)/extensions
+dir  path=usr/ruby/$(RUBY_VER)/lib/ruby/vendor_ruby/gems/$(RUBY_LIB_VER)/gems
+dir  path=usr/ruby/$(RUBY_VER)/lib/ruby/vendor_ruby/gems/$(RUBY_LIB_VER)/specifications
+dir  path=usr/ruby/$(RUBY_VER)/share/doc/ruby
+file path=usr/ruby/$(RUBY_VER)/share/man/man1/erb.1
+file Solaris/gem.1 path=usr/ruby/$(RUBY_VER)/share/man/man1/gem.1
+file path=usr/ruby/$(RUBY_VER)/share/man/man1/irb.1
+file usr/ruby/$(RUBY_VER)/lib/ruby/gems/$(RUBY_LIB_VER)/gems/rake-10.4.2/doc/rake.1 \
+    path=usr/ruby/$(RUBY_VER)/share/man/man1/rake.1
+file path=usr/ruby/$(RUBY_VER)/share/man/man1/ri.1
+file path=usr/ruby/$(RUBY_VER)/share/man/man1/ruby.1
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ACL/ACLEntry/cdesc-ACLEntry.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ACL/ACLEntry/dot_pat-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ACL/ACLEntry/dot_pat_str-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ACL/ACLEntry/match-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ACL/ACLEntry/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ACL/ACLList/add-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ACL/ACLList/cdesc-ACLList.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ACL/ACLList/match-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ACL/ACLList/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ACL/allow_addr%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ACL/allow_socket%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ACL/cdesc-ACL.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ACL/install_list-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ACL/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Abbrev/abbrev-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Abbrev/abbrev-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Abbrev/cdesc-Abbrev.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/afamily-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/bind-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/canonname-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/cdesc-Addrinfo.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/connect-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/connect_from-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/connect_internal-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/connect_to-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/family_addrinfo-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/foreach-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/getaddrinfo-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/getnameinfo-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/inspect-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/inspect_sockaddr-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/ip%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/ip-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/ip_address-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/ip_port-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/ip_unpack-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/ipv4%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/ipv4_loopback%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/ipv4_multicast%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/ipv4_private%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/ipv6%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/ipv6_linklocal%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/ipv6_loopback%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/ipv6_mc_global%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/ipv6_mc_linklocal%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/ipv6_mc_nodelocal%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/ipv6_mc_orglocal%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/ipv6_mc_sitelocal%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/ipv6_multicast%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/ipv6_sitelocal%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/ipv6_to_ipv4-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/ipv6_unique_local%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/ipv6_unspecified%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/ipv6_v4compat%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/ipv6_v4mapped%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/listen-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/pfamily-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/protocol-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/socktype-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/tcp-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/to_s-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/to_sockaddr-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/udp-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/unix%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/unix-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Addrinfo/unix_path-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ArgumentError/cdesc-ArgumentError.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/%26-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/%2a-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/%2b-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/%2d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/%3c%3c-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/%3c%3d%3e-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/%3d%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/%5b%5d%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/%5b%5d-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/%5b%5d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/%7c-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/abbrev-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/any%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/assoc-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/at-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/bsearch-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/bsearch_index-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/cdesc-Array.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/clear-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/collect%21-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/collect-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/combination-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/compact%21-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/compact-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/concat-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/count-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/cycle-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/dclone-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/delete-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/delete_at-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/delete_if-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/dig-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/drop-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/drop_while-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/each-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/each_index-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/empty%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/eql%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/fetch-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/fill-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/find_index-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/first-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/flatten%21-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/flatten-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/frozen%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/hash-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/include%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/index-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/initialize_copy-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/insert-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/inspect-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/join-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/keep_if-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/last-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/length-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/map%21-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/map-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/pack-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/permutation-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/pop-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/product-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/push-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/rassoc-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/reject%21-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/reject-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/repeated_combination-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/repeated_permutation-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/replace-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/reverse%21-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/reverse-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/reverse_each-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/rindex-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/rotate%21-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/rotate-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/sample-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/select%21-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/select-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/shelljoin-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/shift-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/shuffle%21-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/shuffle-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/size-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/slice%21-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/slice-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/sort%21-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/sort-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/sort_by%21-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/take-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/take_while-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/to_a-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/to_ary-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/to_h-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/to_s-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/transpose-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/try_convert-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/uniq%21-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/uniq-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/unshift-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/values_at-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Array/zip-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Base64/cdesc-Base64.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Base64/decode64-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Base64/encode64-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Base64/strict_decode64-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Base64/strict_encode64-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Base64/urlsafe_decode64-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Base64/urlsafe_encode64-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicObject/%21%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicObject/%21-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicObject/%3d%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicObject/__id__-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicObject/__send__-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicObject/cdesc-BasicObject.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicObject/equal%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicObject/instance_eval-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicObject/instance_exec-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicObject/method_missing-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicObject/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicObject/singleton_method_added-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicObject/singleton_method_removed-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicObject/singleton_method_undefined-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicSocket/cdesc-BasicSocket.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicSocket/close_read-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicSocket/close_write-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicSocket/connect_address-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicSocket/do_not_reverse_lookup%3d-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicSocket/do_not_reverse_lookup%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicSocket/do_not_reverse_lookup-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicSocket/do_not_reverse_lookup-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicSocket/for_fd-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicSocket/getpeereid-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicSocket/getpeername-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicSocket/getsockname-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicSocket/getsockopt-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicSocket/local_address-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicSocket/recv-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicSocket/recv_nonblock-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicSocket/recvmsg-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicSocket/recvmsg_nonblock-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicSocket/remote_address-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicSocket/send-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicSocket/sendmsg-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicSocket/sendmsg_nonblock-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicSocket/setsockopt-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BasicSocket/shutdown-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Benchmark/Tms/%2a-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Benchmark/Tms/%2b-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Benchmark/Tms/%2d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Benchmark/Tms/%2f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Benchmark/Tms/add%21-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Benchmark/Tms/add-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Benchmark/Tms/cdesc-Tms.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Benchmark/Tms/cstime-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Benchmark/Tms/cutime-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Benchmark/Tms/format-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Benchmark/Tms/label-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Benchmark/Tms/memberwise-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Benchmark/Tms/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Benchmark/Tms/real-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Benchmark/Tms/stime-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Benchmark/Tms/to_a-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Benchmark/Tms/to_s-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Benchmark/Tms/total-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Benchmark/Tms/utime-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Benchmark/benchmark-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Benchmark/benchmark-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Benchmark/bm-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Benchmark/bm-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Benchmark/bmbm-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Benchmark/bmbm-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Benchmark/cdesc-Benchmark.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Benchmark/measure-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Benchmark/measure-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Benchmark/realtime-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Benchmark/realtime-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/%25-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/%2a%2a-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/%2a-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/%2b%40-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/%2b-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/%2d%40-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/%2d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/%2f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/%3c%3d%3e-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/%3c%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/%3c-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/%3d%3d%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/%3d%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/%3e%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/%3e-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/_dump-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/_load-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/abs-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/add-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/as_json-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/cdesc-BigDecimal.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/ceil-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/coerce-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/div-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/divmod-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/double_fig-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/eql%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/exponent-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/finite%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/fix-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/floor-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/frac-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/hash-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/infinite%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/inspect-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/json_create-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/limit-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/mode-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/modulo-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/mult-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/nan%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/nonzero%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/power-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/precs-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/quo-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/remainder-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/round-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/save_exception_mode-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/save_limit-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/save_rounding_mode-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/sign-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/split-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/sqrt-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/sub-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/to_d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/to_digits-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/to_f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/to_i-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/to_int-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/to_json-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/to_r-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/to_s-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/truncate-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/ver-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigDecimal/zero%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigMath/E-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigMath/PI-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigMath/atan-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigMath/cdesc-BigMath.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigMath/cos-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigMath/exp-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigMath/log-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigMath/sin-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/BigMath/sqrt-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/%25-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/%26-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/%2a%2a-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/%2a-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/%2b-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/%2d%40-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/%2d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/%2f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/%3c%3c-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/%3c%3d%3e-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/%3c%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/%3c-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/%3d%3d%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/%3d%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/%3e%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/%3e%3e-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/%3e-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/%5b%5d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/%5e-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/%7c-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/%7e-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/abs-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/bit_length-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/cdesc-Bignum.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/coerce-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/div-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/divmod-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/eql%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/even%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/fdiv-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/hash-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/inspect-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/magnitude-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/modulo-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/odd%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/remainder-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/size-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/to_f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Bignum/to_s-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Binding/cdesc-Binding.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Binding/eval-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Binding/local_variable_defined%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Binding/local_variable_get-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Binding/local_variable_set-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Binding/local_variables-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Binding/receiver-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Cookie/cdesc-Cookie.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Cookie/domain-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Cookie/expires-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Cookie/httponly%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Cookie/httponly-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Cookie/inspect-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Cookie/name-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Cookie/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Cookie/parse-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Cookie/path-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Cookie/secure%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Cookie/secure-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Cookie/to_s-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Cookie/value%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Cookie/value-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/HTML3/cdesc-HTML3.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/HTML4/cdesc-HTML4.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/HTML4Fr/cdesc-HTML4Fr.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/HTML4Tr/cdesc-HTML4Tr.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/HTML5/cdesc-HTML5.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/HtmlExtension/a-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/HtmlExtension/base-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/HtmlExtension/blockquote-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/HtmlExtension/caption-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/HtmlExtension/cdesc-HtmlExtension.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/HtmlExtension/checkbox-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/HtmlExtension/checkbox_group-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/HtmlExtension/file_field-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/HtmlExtension/form-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/HtmlExtension/hidden-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/HtmlExtension/html-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/HtmlExtension/image_button-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/HtmlExtension/img-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/HtmlExtension/multipart_form-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/HtmlExtension/password_field-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/HtmlExtension/popup_menu-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/HtmlExtension/radio_button-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/HtmlExtension/radio_group-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/HtmlExtension/reset-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/HtmlExtension/scrolling_list-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/HtmlExtension/submit-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/HtmlExtension/text_field-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/HtmlExtension/textarea-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/InvalidEncoding/cdesc-InvalidEncoding.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/QueryExtension/%5b%5d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/QueryExtension/cdesc-QueryExtension.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/QueryExtension/cookies-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/QueryExtension/files-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/QueryExtension/has_key%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/QueryExtension/include%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/QueryExtension/initialize_query-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/QueryExtension/key%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/QueryExtension/keys-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/QueryExtension/multipart%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/QueryExtension/params%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/QueryExtension/params-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/QueryExtension/raw_cookie-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/QueryExtension/raw_cookie2-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/QueryExtension/read_from_cmdline-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/QueryExtension/read_multipart-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Session/%5b%5d%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Session/%5b%5d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Session/FileStore/cdesc-FileStore.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Session/FileStore/close-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Session/FileStore/delete-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Session/FileStore/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Session/FileStore/restore-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Session/FileStore/update-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Session/MemoryStore/cdesc-MemoryStore.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Session/MemoryStore/close-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Session/MemoryStore/delete-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Session/MemoryStore/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Session/MemoryStore/restore-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Session/MemoryStore/update-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Session/NullStore/cdesc-NullStore.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Session/NullStore/close-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Session/NullStore/delete-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Session/NullStore/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Session/NullStore/restore-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Session/NullStore/update-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Session/PStore/cdesc-PStore.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Session/PStore/close-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Session/PStore/delete-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Session/PStore/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Session/PStore/restore-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Session/PStore/update-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Session/cdesc-Session.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Session/close-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Session/create_new_id-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Session/delete-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Session/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Session/new_session-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Session/session_id-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Session/update-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Util/cdesc-Util.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Util/escape-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Util/escapeElement-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Util/escapeHTML-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Util/escape_element-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Util/escape_html-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Util/h-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Util/pretty-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Util/rfc1123_date-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Util/unescape-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Util/unescapeElement-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Util/unescapeHTML-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Util/unescape_element-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/Util/unescape_html-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/accept_charset%3d-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/accept_charset-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/accept_charset-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/cdesc-CGI.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/env_table-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/header-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/http_header-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/out-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/parse-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/print-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/stdinput-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CGI/stdoutput-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/acos-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/acos-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/acosh-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/acosh-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/asin-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/asin-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/asinh-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/asinh-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/atan-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/atan-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/atan2-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/atan2-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/atanh-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/atanh-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/cbrt-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/cbrt-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/cdesc-CMath.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/cos-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/cos-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/cosh-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/cosh-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/exp-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/exp-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/log-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/log-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/log10-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/log10-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/log2-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/log2-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/sin-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/sin-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/sinh-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/sinh-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/sqrt-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/sqrt-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/tan-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/tan-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/tanh-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CMath/tanh-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/%3c%3c-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/MalformedCSVError/cdesc-MalformedCSVError.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Row/%3c%3c-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Row/%3d%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Row/%5b%5d%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Row/%5b%5d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Row/cdesc-Row.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Row/delete-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Row/delete_if-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Row/each-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Row/fetch-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Row/field%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Row/field-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Row/field_row%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Row/fields-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Row/has_key%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Row/header%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Row/header_row%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Row/headers-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Row/include%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Row/index-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Row/inspect-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Row/key%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Row/member%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Row/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Row/push-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Row/row-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Row/to_csv-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Row/to_hash-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Row/to_s-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Row/values_at-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Table/%3c%3c-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Table/%3d%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Table/%5b%5d%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Table/%5b%5d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Table/by_col%21-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Table/by_col-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Table/by_col_or_row%21-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Table/by_col_or_row-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Table/by_row%21-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Table/by_row-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Table/cdesc-Table.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Table/delete-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Table/delete_if-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Table/each-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Table/headers-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Table/inspect-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Table/mode-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Table/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Table/push-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Table/table-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Table/to_a-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Table/to_csv-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Table/to_s-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/Table/values_at-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/add_converter-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/add_row-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/add_unconverted_fields-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/cdesc-CSV.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/col_sep-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/convert-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/convert_fields-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/converters-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/each-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/encode_re-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/encode_str-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/encoding-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/escape_re-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/field_size_limit-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/filter-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/force_quotes%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/foreach-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/generate-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/generate_line-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/gets-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/header_convert-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/header_converters-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/header_row%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/headers-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/init_comments-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/init_converters-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/init_headers-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/init_parsers-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/init_separators-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/inspect-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/instance-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/lineno-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/open-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/parse-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/parse_headers-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/parse_line-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/puts-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/quote_char-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/raw_encoding-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/read-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/read-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/readline-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/readlines-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/readlines-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/return_headers%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/rewind-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/row_sep-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/shift-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/skip_blanks%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/skip_lines-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/table-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/unconverted_fields%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/CSV/write_headers%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Class/allocate-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Class/cdesc-Class.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Class/inherited-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Class/json_creatable%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Class/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Class/new-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Class/superclass-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ClosedQueueError/cdesc-ClosedQueueError.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Comparable/%3c%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Comparable/%3c-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Comparable/%3d%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Comparable/%3e%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Comparable/%3e-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Comparable/between%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Comparable/cdesc-Comparable.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/%2a%2a-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/%2a-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/%2b-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/%2d%40-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/%2d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/%2f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/%3d%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/%7e-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/abs-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/abs2-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/angle-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/arg-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/as_json-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/cdesc-Complex.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/compatible/cdesc-compatible.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/conj-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/conjugate-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/denominator-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/fdiv-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/imag-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/imaginary-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/inspect-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/json_create-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/magnitude-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/numerator-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/phase-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/polar-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/polar-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/quo-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/rationalize-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/real%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/real-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/rect-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/rect-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/rectangular-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/rectangular-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/to_c-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/to_f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/to_i-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/to_json-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/to_r-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Complex/to_s-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ConditionVariable/broadcast-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ConditionVariable/cdesc-ConditionVariable.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ConditionVariable/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ConditionVariable/signal-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ConditionVariable/wait-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Continuation/%5b%5d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Continuation/call-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Continuation/cdesc-Continuation.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Coverage/cdesc-Coverage.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Coverage/peek_result-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Coverage/result-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Coverage/start-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/%5b%5d%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/%5b%5d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/cdesc-DBM.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/clear-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/close-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/closed%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/delete-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/delete_if-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/each-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/each_key-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/each_pair-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/each_value-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/empty%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/fetch-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/has_key%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/has_value%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/include%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/invert-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/key%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/key-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/keys-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/length-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/member%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/open-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/reject%21-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/reject-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/replace-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/select-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/shift-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/size-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/store-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/to_a-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/to_hash-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/update-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/value%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/values-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBM/values_at-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DBMError/cdesc-DBMError.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DEBUGGER__/Thread/cdesc-Thread.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DEBUGGER__/break_points-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DEBUGGER__/cdesc-DEBUGGER__.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DEBUGGER__/context-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DEBUGGER__/debug_thread_info-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DEBUGGER__/display-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DEBUGGER__/get_thread-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DEBUGGER__/interrupt-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DEBUGGER__/make_thread_list-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DEBUGGER__/resume-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DEBUGGER__/set_last_thread-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DEBUGGER__/set_trace-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DEBUGGER__/stdout%3d-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DEBUGGER__/stdout-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DEBUGGER__/suspend-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DEBUGGER__/thread_list-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DEBUGGER__/thread_list_all-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DEBUGGER__/waiting-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbArray/cdesc-DRbArray.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbArray/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbBadScheme/cdesc-DRbBadScheme.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbBadURI/cdesc-DRbBadURI.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbConn/cdesc-DRbConn.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbConnError/cdesc-DRbConnError.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbError/cdesc-DRbError.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbIdConv/cdesc-DRbIdConv.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbIdConv/to_id-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbIdConv/to_obj-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbMessage/cdesc-DRbMessage.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbObject/__drbref-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbObject/__drburi-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbObject/_dump-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbObject/_load-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbObject/cdesc-DRbObject.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbObject/method_missing-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbObject/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbObject/new_with-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbObject/new_with_uri-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbObject/respond_to%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbObservable/cdesc-DRbObservable.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbObservable/notify_observers-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbProtocol/add_protocol-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbProtocol/add_protocol-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbProtocol/cdesc-DRbProtocol.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbProtocol/open-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbProtocol/open-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbProtocol/open_server-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbProtocol/open_server-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbProtocol/uri_option-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbProtocol/uri_option-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbRemoteError/cdesc-DRbRemoteError.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbRemoteError/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbRemoteError/reason-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbSSLSocket/SSLConfig/%5b%5d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbSSLSocket/SSLConfig/accept-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbSSLSocket/SSLConfig/cdesc-SSLConfig.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbSSLSocket/SSLConfig/connect-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbSSLSocket/SSLConfig/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbSSLSocket/SSLConfig/setup_certificate-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbSSLSocket/SSLConfig/setup_ssl_context-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbSSLSocket/cdesc-DRbSSLSocket.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbSSLSocket/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbSSLSocket/open-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbSSLSocket/open_server-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbServer/InvokeMethod18Mixin/cdesc-InvokeMethod18Mixin.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbServer/alive%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbServer/any_to_s-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbServer/cdesc-DRbServer.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbServer/check_insecure_method-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbServer/config-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbServer/default_acl-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbServer/default_argc_limit-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbServer/default_id_conv-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbServer/default_load_limit-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbServer/default_safe_level-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbServer/front-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbServer/here%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbServer/insecure_method%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbServer/main_loop-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbServer/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbServer/run-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbServer/safe_level-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbServer/stop_service-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbServer/thread-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbServer/to_id-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbServer/to_obj-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbServer/uri-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbServer/verbose%3d-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbServer/verbose%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbServer/verbose-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbServer/verbose-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbServerNotFound/cdesc-DRbServerNotFound.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbTCPSocket/cdesc-DRbTCPSocket.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbUNIXSocket/cdesc-DRbUNIXSocket.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbUndumped/cdesc-DRbUndumped.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbUnknown/buf-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbUnknown/cdesc-DRbUnknown.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbUnknown/exception-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbUnknown/name-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbUnknown/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbUnknown/reload-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbUnknownError/cdesc-DRbUnknownError.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbUnknownError/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/DRbUnknownError/unknown-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/ExtServ/alive%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/ExtServ/cdesc-ExtServ.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/ExtServ/front-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/ExtServ/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/ExtServ/server-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/ExtServ/stop_service-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/ExtServManager/cdesc-ExtServManager.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/ExtServManager/command%3d-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/ExtServManager/command-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/ExtServManager/invoke_service-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/ExtServManager/invoke_service_command-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/ExtServManager/invoke_thread-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/ExtServManager/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/ExtServManager/regist-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/ExtServManager/service-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/ExtServManager/unregist-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/ExtServManager/uri-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/GW/%5b%5d%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/GW/%5b%5d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/GW/cdesc-GW.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/GW/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/GWIdConv/cdesc-GWIdConv.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/TimerIdConv/TimerHolder2/InvalidIndexError/cdesc-InvalidIndexError.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/TimerIdConv/TimerHolder2/cdesc-TimerHolder2.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/TimerIdConv/cdesc-TimerIdConv.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/TimerIdConv/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/cdesc-DRb.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/config-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/config-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/current_server-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/current_server-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/fetch_server-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/fetch_server-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/front-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/front-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/here%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/here%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/install_acl-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/install_acl-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/install_id_conv-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/install_id_conv-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/primary_server-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/primary_server-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/regist_server-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/regist_server-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/remove_server-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/remove_server-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/start_service-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/start_service-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/stop_service-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/stop_service-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/thread-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/thread-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/to_id-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/to_id-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/to_obj-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/to_obj-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/uri-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DRb/uri-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Data/cdesc-Data.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/%2b-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/%2d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/%3c%3c-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/%3c%3d%3e-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/%3d%3d%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/%3e%3e-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/_httpdate-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/_iso8601-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/_jisx0301-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/_parse-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/_rfc2822-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/_rfc3339-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/_rfc822-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/_strptime-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/_xmlschema-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/ajd-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/amjd-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/as_json-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/asctime-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/cdesc-Date.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/civil-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/commercial-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/ctime-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/cwday-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/cweek-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/cwyear-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/day-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/day_fraction-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/downto-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/england-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/friday%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/gregorian%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/gregorian-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/gregorian_leap%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/hour-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/httpdate-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/httpdate-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/inspect-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/iso8601-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/iso8601-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/italy-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/jd-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/jd-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/jisx0301-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/jisx0301-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/json_create-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/julian%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/julian-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/julian_leap%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/ld-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/leap%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/leap%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/mday-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/min-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/minute-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/mjd-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/mon-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/monday%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/month-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/new_offset-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/new_start-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/next-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/next_day-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/next_month-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/next_year-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/offset-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/ordinal-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/parse-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/prev_day-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/prev_month-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/prev_year-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/rfc2822-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/rfc2822-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/rfc3339-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/rfc3339-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/rfc822-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/rfc822-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/saturday%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/sec-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/sec_fraction-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/second-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/second_fraction-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/start-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/step-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/strftime-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/strptime-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/succ-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/sunday%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/thursday%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/to_date-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/to_datetime-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/to_json-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/to_s-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/to_time-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/today-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/tuesday%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/upto-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/valid_civil%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/valid_commercial%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/valid_date%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/valid_jd%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/valid_ordinal%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/wday-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/wednesday%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/xmlschema-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/xmlschema-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/yday-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/year-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Date/zone-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DateTime/_strptime-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DateTime/as_json-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DateTime/cdesc-DateTime.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DateTime/civil-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DateTime/commercial-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DateTime/httpdate-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DateTime/iso8601-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DateTime/iso8601-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DateTime/jd-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DateTime/jisx0301-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DateTime/jisx0301-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DateTime/json_create-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DateTime/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DateTime/now-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DateTime/ordinal-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DateTime/parse-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DateTime/rfc2822-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DateTime/rfc3339-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DateTime/rfc3339-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DateTime/rfc822-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DateTime/strftime-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DateTime/strptime-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DateTime/to_date-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DateTime/to_datetime-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DateTime/to_json-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DateTime/to_s-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DateTime/to_time-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DateTime/xmlschema-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/DateTime/xmlschema-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Delegator/%21%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Delegator/%21-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Delegator/%3d%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Delegator/__getobj__-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Delegator/__raise__-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Delegator/__setobj__-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Delegator/cdesc-Delegator.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Delegator/freeze-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Delegator/marshal_dump-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Delegator/marshal_load-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Delegator/method_missing-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Delegator/methods-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Delegator/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Delegator/protected_methods-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Delegator/public_methods-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Delegator/raise-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Delegator/respond_to_missing%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Delegator/taint-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Delegator/trust-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Delegator/untaint-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Delegator/untrust-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Digest/Base/cdesc-Base.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Digest/Class/base64digest-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Digest/Class/bubblebabble-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Digest/Class/cdesc-Class.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Digest/Class/digest-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Digest/Class/file-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Digest/Class/hexdigest-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Digest/Instance/%3c%3c-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Digest/Instance/%3d%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Digest/Instance/base64digest%21-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Digest/Instance/base64digest-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Digest/Instance/block_length-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Digest/Instance/bubblebabble-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Digest/Instance/cdesc-Instance.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Digest/Instance/digest%21-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Digest/Instance/digest-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Digest/Instance/digest_length-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Digest/Instance/file-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Digest/Instance/finish-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Digest/Instance/hexdigest%21-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Digest/Instance/hexdigest-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Digest/Instance/inspect-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Digest/Instance/length-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Digest/Instance/new-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Digest/Instance/reset-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Digest/Instance/size-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Digest/Instance/to_s-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Digest/Instance/update-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Digest/MD5/cdesc-MD5.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Digest/RMD160/cdesc-RMD160.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Digest/SHA1/cdesc-SHA1.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Digest/bubblebabble-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Digest/cdesc-Digest.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Digest/hexencode-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Dir/%5b%5d-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Dir/cdesc-Dir.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Dir/chdir-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Dir/chroot-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Dir/close-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Dir/delete-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Dir/each-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Dir/entries-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Dir/exist%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Dir/exists%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Dir/fileno-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Dir/foreach-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Dir/getwd-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Dir/glob-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Dir/home-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Dir/inspect-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Dir/mkdir-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Dir/mktmpdir-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Dir/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Dir/open-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Dir/path-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Dir/pos%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Dir/pos-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Dir/pwd-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Dir/read-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Dir/rewind-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Dir/rmdir-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Dir/seek-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Dir/tell-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Dir/tmpdir-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Dir/to_path-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Dir/unlink-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/%5b%5d%3d-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/%5b%5d-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/assoc-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/cdesc-ENV.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/clear-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/delete-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/delete_if-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/each-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/each_key-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/each_pair-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/each_value-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/empty%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/fetch-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/has_key%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/has_value%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/include%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/index-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/inspect-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/invert-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/keep_if-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/key%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/key-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/keys-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/length-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/member%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/rassoc-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/rehash-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/reject%21-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/reject-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/replace-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/select%21-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/select-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/shift-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/size-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/store-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/to_a-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/to_h-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/to_hash-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/to_s-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/update-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/value%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/values-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ENV/values_at-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/EOFError/cdesc-EOFError.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ERB/DefMethod/cdesc-DefMethod.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ERB/DefMethod/def_erb_method-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ERB/DefMethod/def_erb_method-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ERB/Util/cdesc-Util.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ERB/Util/h-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ERB/Util/h-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ERB/Util/html_escape-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ERB/Util/html_escape-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ERB/Util/u-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ERB/Util/u-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ERB/Util/url_encode-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ERB/Util/url_encode-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ERB/cdesc-ERB.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ERB/def_class-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ERB/def_method-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ERB/def_module-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ERB/encoding-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ERB/filename-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ERB/lineno-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ERB/location%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ERB/make_compiler-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ERB/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ERB/new_toplevel-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ERB/result-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ERB/run-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ERB/set_eoutvar-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ERB/src-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/ERB/version-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/EXCEPTION_TYPE/cdesc-EXCEPTION_TYPE.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/CompatibilityError/cdesc-CompatibilityError.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/Converter/%3d%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/Converter/asciicompat_encoding-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/Converter/cdesc-Converter.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/Converter/convert-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/Converter/convpath-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/Converter/destination_encoding-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/Converter/finish-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/Converter/insert_output-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/Converter/inspect-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/Converter/last_error-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/Converter/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/Converter/primitive_convert-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/Converter/primitive_errinfo-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/Converter/putback-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/Converter/replacement%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/Converter/replacement-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/Converter/search_convpath-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/Converter/source_encoding-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/ConverterNotFoundError/cdesc-ConverterNotFoundError.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/InvalidByteSequenceError/cdesc-InvalidByteSequenceError.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/InvalidByteSequenceError/destination_encoding-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/InvalidByteSequenceError/destination_encoding_name-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/InvalidByteSequenceError/error_bytes-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/InvalidByteSequenceError/incomplete_input%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/InvalidByteSequenceError/readagain_bytes-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/InvalidByteSequenceError/source_encoding-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/InvalidByteSequenceError/source_encoding_name-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/UndefinedConversionError/cdesc-UndefinedConversionError.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/UndefinedConversionError/destination_encoding-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/UndefinedConversionError/destination_encoding_name-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/UndefinedConversionError/error_char-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/UndefinedConversionError/source_encoding-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/UndefinedConversionError/source_encoding_name-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/aliases-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/ascii_compatible%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/cdesc-Encoding.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/compatible%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/default_external%3d-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/default_external-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/default_internal%3d-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/default_internal-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/dummy%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/find-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/inspect-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/list-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/locale_charmap-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/name-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/name_list-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/names-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/replicate-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Encoding/to_s-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/EncodingError/cdesc-EncodingError.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/English/cdesc-English.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/all%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/any%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/cdesc-Enumerable.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/chunk-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/chunk_while-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/collect-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/collect_concat-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/count-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/cycle-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/detect-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/drop-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/drop_while-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/each_cons-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/each_entry-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/each_slice-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/each_with_index-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/each_with_object-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/entries-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/find-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/find_all-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/find_index-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/first-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/flat_map-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/grep-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/grep_v-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/group_by-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/include%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/inject-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/lazy-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/map-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/max-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/max_by-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/member%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/min-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/min_by-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/minmax-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/minmax_by-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/none%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/one%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/partition-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/reduce-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/reject-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/reverse_each-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/select-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/slice_after-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/slice_before-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/slice_when-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/sort-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/sort_by-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/take-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/take_while-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/to_a-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/to_h-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/to_set-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerable/zip-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/Generator/cdesc-Generator.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/Lazy/cdesc-Lazy.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/Lazy/chunk-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/Lazy/collect-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/Lazy/collect_concat-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/Lazy/drop-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/Lazy/drop_while-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/Lazy/enum_for-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/Lazy/find_all-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/Lazy/flat_map-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/Lazy/grep-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/Lazy/grep_v-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/Lazy/lazy-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/Lazy/map-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/Lazy/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/Lazy/reject-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/Lazy/select-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/Lazy/slice_after-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/Lazy/slice_before-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/Lazy/slice_when-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/Lazy/take-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/Lazy/take_while-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/Lazy/to_enum-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/Lazy/zip-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/Yielder/cdesc-Yielder.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/cdesc-Enumerator.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/each-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/each_with_index-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/each_with_object-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/feed-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/inspect-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/next-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/next_values-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/peek-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/peek_values-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/rewind-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/size-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/with_index-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Enumerator/with_object-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Errno/ECONNABORTED/cdesc-ECONNABORTED.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Errno/ECONNRESET/cdesc-ECONNRESET.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Errno/EPROTO/cdesc-EPROTO.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Errno/cdesc-Errno.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Etc/cdesc-Etc.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Etc/confstr-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Etc/endgrent-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Etc/endpwent-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Etc/getgrent-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Etc/getgrgid-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Etc/getgrnam-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Etc/getlogin-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Etc/getpwent-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Etc/getpwnam-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Etc/getpwuid-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Etc/group-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Etc/nprocessors-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Etc/passwd-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Etc/setgrent-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Etc/setpwent-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Etc/sysconf-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Etc/sysconfdir-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Etc/systmpdir-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Etc/uname-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Exception/%3d%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Exception/as_json-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Exception/backtrace-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Exception/backtrace_locations-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Exception/cause-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Exception/cdesc-Exception.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Exception/exception-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Exception/exception-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Exception/inspect-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Exception/json_create-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Exception/message-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Exception/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Exception/set_backtrace-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Exception/to_json-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Exception/to_s-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Exception2MessageMapper/E2MM/cdesc-E2MM.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Exception2MessageMapper/E2MM/e2mm_message-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Exception2MessageMapper/Fail-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Exception2MessageMapper/Raise-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Exception2MessageMapper/bind-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Exception2MessageMapper/cdesc-Exception2MessageMapper.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Exception2MessageMapper/def_e2message-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Exception2MessageMapper/def_exception-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Exception2MessageMapper/fail-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/FalseClass/%26-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/FalseClass/%3d%3d%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/FalseClass/%5e-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/FalseClass/%7c-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/FalseClass/cdesc-FalseClass.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/FalseClass/inspect-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/FalseClass/to_s-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fcntl/cdesc-Fcntl.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiber/alive%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiber/cdesc-Fiber.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiber/current-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiber/resume-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiber/transfer-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiber/yield-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/FiberError/cdesc-FiberError.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/BasicTypes/cdesc-BasicTypes.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/CParser/cdesc-CParser.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/CParser/compact-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/CParser/parse_ctype-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/CParser/parse_signature-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/CParser/parse_struct_signature-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/CParser/split_arguments-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/CStruct/cdesc-CStruct.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/CStruct/entity_class-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/CStructBuilder/cdesc-CStructBuilder.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/CStructBuilder/create-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/CStructBuilder/create-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/CStructEntity/%5b%5d%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/CStructEntity/%5b%5d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/CStructEntity/assign_names-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/CStructEntity/cdesc-CStructEntity.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/CStructEntity/malloc-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/CStructEntity/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/CStructEntity/set_ctypes-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/CStructEntity/size-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/CUnion/cdesc-CUnion.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/CUnion/entity_class-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/CUnionEntity/cdesc-CUnionEntity.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/CUnionEntity/malloc-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/CUnionEntity/set_ctypes-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/CUnionEntity/size-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Closure/BlockCaller/call-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Closure/BlockCaller/cdesc-BlockCaller.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Closure/BlockCaller/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Closure/args-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Closure/cdesc-Closure.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Closure/ctype-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Closure/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Closure/to_i-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/CompositeHandler/%5b%5d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/CompositeHandler/cdesc-CompositeHandler.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/CompositeHandler/handlers-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/CompositeHandler/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/CompositeHandler/sym-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/DLError/cdesc-DLError.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Function/abi-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Function/call-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Function/cdesc-Function.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Function/name-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Function/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Function/ptr-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Function/to_i-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Handle/%5b%5d-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Handle/%5b%5d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Handle/cdesc-Handle.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Handle/close-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Handle/close_enabled%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Handle/disable_close-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Handle/enable_close-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Handle/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Handle/sym-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Handle/sym-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Handle/to_i-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Importer/%5b%5d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Importer/bind-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Importer/bind_function-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Importer/cdesc-Importer.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Importer/create_value-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Importer/dlload-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Importer/extern-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Importer/handler-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Importer/import_function-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Importer/import_symbol-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Importer/import_value-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Importer/parse_bind_options-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Importer/sizeof-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Importer/struct-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Importer/typealias-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Importer/union-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Importer/value-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Pointer/%2b%40-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Pointer/%2b-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Pointer/%2d%40-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Pointer/%2d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Pointer/%3c%3d%3e-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Pointer/%3d%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Pointer/%5b%5d%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Pointer/%5b%5d-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Pointer/%5b%5d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Pointer/cdesc-Pointer.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Pointer/eql%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Pointer/free%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Pointer/free-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Pointer/inspect-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Pointer/malloc-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Pointer/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Pointer/null%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Pointer/ptr-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Pointer/ref-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Pointer/size%3d-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Pointer/size-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Pointer/to_i-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Pointer/to_int-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Pointer/to_ptr-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Pointer/to_s-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Pointer/to_str-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Pointer/to_value-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/Win32Types/cdesc-Win32Types.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/cdesc-Fiddle.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/dlopen-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/dlopen-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/dlunwrap-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/dlwrap-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/free-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/last_error%3d-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/last_error-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/malloc-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/realloc-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/win32_last_error%3d-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/Fiddle/win32_last_error-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Constants/cdesc-Constants.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/%3c%3d%3e-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/atime-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/birthtime-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/blksize-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/blockdev%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/blocks-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/cdesc-Stat.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/chardev%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/ctime-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/dev-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/dev_major-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/dev_minor-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/directory%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/executable%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/executable_real%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/file%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/ftype-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/gid-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/grpowned%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/ino-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/inspect-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/mode-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/mtime-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/nlink-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/owned%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/pipe%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/rdev-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/rdev_major-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/rdev_minor-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/readable%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/readable_real%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/setgid%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/setuid%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/size%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/size-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/socket%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/sticky%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/symlink%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/uid-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/world_readable%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/world_writable%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/writable%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/writable_real%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/Stat/zero%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/absolute_path-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/atime-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/atime-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/basename-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/birthtime-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/birthtime-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/blockdev%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/cdesc-File.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/chardev%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/chmod-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/chmod-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/chown-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/chown-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/ctime-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/ctime-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/delete-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/directory%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/dirname-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/executable%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/executable_real%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/exist%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/exists%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/expand_path-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/extname-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/file%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/flock-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/fnmatch%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/fnmatch-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/ftype-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/grpowned%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/identical%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/join-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/lchmod-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/lchown-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/link-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/lstat-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/lstat-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/mkfifo-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/mtime-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/mtime-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/new-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/open-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/owned%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/path-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/path-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/pipe%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/readable%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/readable_real%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/readlink-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/realdirpath-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/realpath-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/rename-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/setgid%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/setuid%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/size%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/size-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/size-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/socket%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/split-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/stat-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/sticky%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/symlink%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/symlink-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/to_path-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/truncate-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/truncate-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/umask-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/unlink-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/utime-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/world_readable%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/world_writable%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/writable%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/writable_real%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/File/zero%3f-c.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/FileTest/blockdev%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/FileTest/cdesc-FileTest.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/FileTest/chardev%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/FileTest/directory%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/FileTest/executable%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/FileTest/executable_real%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/FileTest/exist%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/FileTest/exists%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/FileTest/file%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/FileTest/grpowned%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/FileTest/identical%3f-i.ri
+file path=usr/ruby/$(RUBY_VER)/share/ri/$(RUBY_LIB_VER)/system/FileTest/owned%3f-i.ri