Standard bugfix update to JRuby, changes noted at http://www.jruby.org/2013/05/16/jruby-1-7-4.html
Probably most significant improvement is start of ruby 2.0 feature support via the --2.0 switch. Port related changes are: * Fixing the created site_ruby directory so that it matches the default jruby load path (:$.all?{|f| File.directory?(f)} # => true) * Test changes to make the tests run. I still can't get them to run at all on i386 due to memory issues, even though jruby itself runs fine in all of the other tests I've done in it on i386. * Remove unneeded patch to a bash script that is no longer used. Manually tested on i386, port testing on amd64, which are the only supported platforms. I plan to commit this tomorrow with the ruby 1.9.3 and 2.0.0 patch level fixes unless I hear complaints. Thanks, Jeremy Index: Makefile =================================================================== RCS file: /cvs/ports/lang/jruby/Makefile,v retrieving revision 1.36 diff -u -p -r1.36 Makefile --- Makefile 19 Mar 2013 23:43:06 -0000 1.36 +++ Makefile 16 May 2013 21:22:21 -0000 @@ -4,7 +4,7 @@ SHARED_ONLY = Yes COMMENT = pure-Java implementation of the Ruby language -V = 1.7.3 +V = 1.7.4 DISTNAME = jruby-src-${V} PKGNAME = jruby-${V} CATEGORIES = lang lang/ruby @@ -86,7 +86,7 @@ do-install: ${INSTALL_DATA_DIR} ${JRUBY_HOME}/lib cd ${WRKBUILD}/lib && tar -cf - * | \ tar -C ${JRUBY_HOME}/lib -xf - - mkdir -p ${JRUBY_HOME}/lib/ruby/site_ruby/{1.8/java,1.9} + mkdir -p ${JRUBY_HOME}/lib/ruby/{1.8,1.9,2.0}/site_ruby ${SET_ENV} ${MAKE_ENV} PATH=${JRUBY_HOME}/bin:$$PATH HOME=${WRKBUILD} \ make=${LOCALBASE}/bin/gmake ${PREFIX}/jruby/bin/jruby \ ${PREFIX}/jruby/bin/gem install --local --no-rdoc --no-ri \ @@ -108,8 +108,8 @@ ANT_TEST_CMD = ${SETENV} ${MAKE_ENV} HOM # 1 Failure in MRITestSuite # spec task disabled by default as it needs network access to download # the latest specs. -do-regress: - -cd ${WRKSRC} && ${ANT_REGRESS_CMD} test - #cd ${WRKSRC} && ${ANT_REGRESS_CMD} spec +do-test: + -cd ${WRKSRC} && ${ANT_TEST_CMD} test + #cd ${WRKSRC} && ${ANT_TEST_CMD} spec .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/lang/jruby/distinfo,v retrieving revision 1.18 diff -u -p -r1.18 distinfo --- distinfo 19 Mar 2013 23:43:06 -0000 1.18 +++ distinfo 16 May 2013 20:21:28 -0000 @@ -1,4 +1,4 @@ SHA256 (jnr-jffi-1.2.2-0-g4c196bb.tar.gz) = xK/m48Z/YA+fg4yFJqcRxceFnT0F98y255Ju9eSE7b0= -SHA256 (jruby-src-1.7.3.tar.gz) = tVPSQ2RcBjG3RhKXxHMyCUIxFHM/Hsa+7fgbhpz9cJ4= +SHA256 (jruby-src-1.7.4.tar.gz) = iNvRAwNpHd5kM/FLSXR1i53ggj+kNpAbSsuqibbhDSc= SIZE (jnr-jffi-1.2.2-0-g4c196bb.tar.gz) = 1759433 -SIZE (jruby-src-1.7.3.tar.gz) = 23587481 +SIZE (jruby-src-1.7.4.tar.gz) = 26544216 Index: patches/patch-bin_jruby_bash =================================================================== RCS file: patches/patch-bin_jruby_bash diff -N patches/patch-bin_jruby_bash --- patches/patch-bin_jruby_bash 19 Jul 2011 17:57:47 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,9 +0,0 @@ -$OpenBSD: patch-bin_jruby_bash,v 1.2 2011/07/19 17:57:47 jeremy Exp $ ---- bin/jruby.bash.orig Thu Jul 7 11:19:33 2011 -+++ bin/jruby.bash Mon Jul 11 21:32:16 2011 -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!${TRUEPREFIX}/bin/bash - # ----------------------------------------------------------------------------- - # jruby.bash - Start Script for the JRuby interpreter - # Index: patches/patch-build_xml =================================================================== RCS file: /cvs/ports/lang/jruby/patches/patch-build_xml,v retrieving revision 1.6 diff -u -p -r1.6 patch-build_xml --- patches/patch-build_xml 19 Mar 2013 23:43:06 -0000 1.6 +++ patches/patch-build_xml 16 May 2013 20:22:33 -0000 @@ -4,9 +4,9 @@ Don't install the jruby launcher when ru as it fails due to a make error and it isn't necessary for the regress tests. ---- build.xml.orig Tue Aug 7 07:49:40 2012 -+++ build.xml Tue Aug 7 12:37:33 2012 -@@ -702,7 +702,7 @@ other than ASM, which is rewritten to avoid conflicts. +--- build.xml.orig Thu May 16 11:51:15 2013 ++++ build.xml Thu May 16 13:21:37 2013 +@@ -718,7 +718,7 @@ other than ASM, which is rewritten to avoid conflicts. </emma> </target> Index: patches/patch-default_build_properties =================================================================== RCS file: /cvs/ports/lang/jruby/patches/patch-default_build_properties,v retrieving revision 1.2 diff -u -p -r1.2 patch-default_build_properties --- patches/patch-default_build_properties 19 Mar 2013 23:43:06 -0000 1.2 +++ patches/patch-default_build_properties 16 May 2013 20:22:33 -0000 @@ -4,15 +4,16 @@ Reduce amount of memory used when launch require 1G, and without this patch you can't build JRuby on a system with only 1G of memory. ---- default.build.properties.orig Tue Aug 7 07:49:40 2012 -+++ default.build.properties Tue Aug 7 12:35:45 2012 +--- default.build.properties.orig Thu May 16 11:51:15 2013 ++++ default.build.properties Thu May 16 13:22:26 2013 @@ -61,8 +61,8 @@ html.test.results.dir=${test.results.dir}/html test.coverage.results.dir=${test.results.dir}/coverage - javac.version=1.5 + javac.version=1.6 jruby.compile.memory=512M -jruby.launch.memory=1024M +-jruby.test.memory=1024M +jruby.launch.memory=512M --jruby.test.memory=768M +jruby.test.memory=512M jruby.test.memory.permgen=512M jruby.test.jvm=java + rake.args= Index: patches/patch-lib_ruby_shared_ffi_library_rb =================================================================== RCS file: /cvs/ports/lang/jruby/patches/patch-lib_ruby_shared_ffi_library_rb,v retrieving revision 1.1 diff -u -p -r1.1 patch-lib_ruby_shared_ffi_library_rb --- patches/patch-lib_ruby_shared_ffi_library_rb 19 Mar 2013 23:43:06 -0000 1.1 +++ patches/patch-lib_ruby_shared_ffi_library_rb 16 May 2013 20:22:33 -0000 @@ -1,15 +1,15 @@ $OpenBSD: patch-lib_ruby_shared_ffi_library_rb,v 1.1 2013/03/19 23:43:06 jeremy Exp $ ---- lib/ruby/shared/ffi/library.rb.orig Thu Jul 7 11:19:34 2011 -+++ lib/ruby/shared/ffi/library.rb Mon Jul 11 21:32:16 2011 -@@ -61,6 +61,7 @@ module FFI - +--- lib/ruby/shared/ffi/library.rb.orig Thu May 16 11:53:23 2013 ++++ lib/ruby/shared/ffi/library.rb Thu May 16 13:21:38 2013 +@@ -62,6 +62,7 @@ module FFI def ffi_lib(*names) + raise LoadError.new("library names list must not be empty") if names.empty? lib_flags = defined?(@ffi_lib_flags) ? @ffi_lib_flags : FFI::DynamicLibrary::RTLD_LAZY | FFI::DynamicLibrary::RTLD_LOCAL + libc = FFI::DynamicLibrary.open('libc.so', FFI::DynamicLibrary::RTLD_LAZY | FFI::DynamicLibrary::RTLD_GLOBAL) ffi_libs = names.map do |name| if name == FFI::CURRENT_PROCESS FFI::DynamicLibrary.open(nil, FFI::DynamicLibrary::RTLD_LAZY | FFI::DynamicLibrary::RTLD_LOCAL) -@@ -86,7 +87,7 @@ module FFI +@@ -99,7 +100,7 @@ module FFI lib end end Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/lang/jruby/pkg/PLIST,v retrieving revision 1.17 diff -u -p -r1.17 PLIST --- pkg/PLIST 19 Mar 2013 23:43:06 -0000 1.17 +++ pkg/PLIST 16 May 2013 20:31:38 -0000 @@ -390,6 +390,7 @@ jruby/lib/ruby/1.8/shell/system-command. jruby/lib/ruby/1.8/shell/version.rb jruby/lib/ruby/1.8/shellwords.rb jruby/lib/ruby/1.8/singleton.rb +jruby/lib/ruby/1.8/site_ruby/ jruby/lib/ruby/1.8/soap/ jruby/lib/ruby/1.8/soap/attachment.rb jruby/lib/ruby/1.8/soap/baseData.rb @@ -468,7 +469,6 @@ jruby/lib/ruby/1.8/test/unit/util/observ jruby/lib/ruby/1.8/test/unit/util/procwrapper.rb jruby/lib/ruby/1.8/thwait.rb jruby/lib/ruby/1.8/time.rb -jruby/lib/ruby/1.8/tmpdir.rb jruby/lib/ruby/1.8/tracer.rb jruby/lib/ruby/1.8/tsort.rb jruby/lib/ruby/1.8/un.rb @@ -708,11 +708,6 @@ jruby/lib/ruby/1.9/drb/unix.rb jruby/lib/ruby/1.9/e2mmap.rb jruby/lib/ruby/1.9/erb.rb jruby/lib/ruby/1.9/expect.rb -jruby/lib/ruby/1.9/fiddle/ -jruby/lib/ruby/1.9/fiddle.rb -jruby/lib/ruby/1.9/fiddle/closure.rb -jruby/lib/ruby/1.9/fiddle/function.rb -jruby/lib/ruby/1.9/fiddle/jruby.rb jruby/lib/ruby/1.9/fileutils.rb jruby/lib/ruby/1.9/find.rb jruby/lib/ruby/1.9/forwardable.rb @@ -852,47 +847,6 @@ jruby/lib/ruby/1.9/prime.rb jruby/lib/ruby/1.9/profile.rb jruby/lib/ruby/1.9/profiler.rb jruby/lib/ruby/1.9/pstore.rb -jruby/lib/ruby/1.9/psych/ -jruby/lib/ruby/1.9/psych.rb -jruby/lib/ruby/1.9/psych/coder.rb -jruby/lib/ruby/1.9/psych/core_ext.rb -jruby/lib/ruby/1.9/psych/deprecated.rb -jruby/lib/ruby/1.9/psych/handler.rb -jruby/lib/ruby/1.9/psych/handlers/ -jruby/lib/ruby/1.9/psych/handlers/document_stream.rb -jruby/lib/ruby/1.9/psych/handlers/recorder.rb -jruby/lib/ruby/1.9/psych/json/ -jruby/lib/ruby/1.9/psych/json.rb -jruby/lib/ruby/1.9/psych/json/ruby_events.rb -jruby/lib/ruby/1.9/psych/json/stream.rb -jruby/lib/ruby/1.9/psych/json/tree_builder.rb -jruby/lib/ruby/1.9/psych/json/yaml_events.rb -jruby/lib/ruby/1.9/psych/nodes/ -jruby/lib/ruby/1.9/psych/nodes.rb -jruby/lib/ruby/1.9/psych/nodes/alias.rb -jruby/lib/ruby/1.9/psych/nodes/document.rb -jruby/lib/ruby/1.9/psych/nodes/mapping.rb -jruby/lib/ruby/1.9/psych/nodes/node.rb -jruby/lib/ruby/1.9/psych/nodes/scalar.rb -jruby/lib/ruby/1.9/psych/nodes/sequence.rb -jruby/lib/ruby/1.9/psych/nodes/stream.rb -jruby/lib/ruby/1.9/psych/omap.rb -jruby/lib/ruby/1.9/psych/parser.rb -jruby/lib/ruby/1.9/psych/scalar_scanner.rb -jruby/lib/ruby/1.9/psych/set.rb -jruby/lib/ruby/1.9/psych/stream.rb -jruby/lib/ruby/1.9/psych/streaming.rb -jruby/lib/ruby/1.9/psych/syntax_error.rb -jruby/lib/ruby/1.9/psych/tree_builder.rb -jruby/lib/ruby/1.9/psych/visitors/ -jruby/lib/ruby/1.9/psych/visitors.rb -jruby/lib/ruby/1.9/psych/visitors/depth_first.rb -jruby/lib/ruby/1.9/psych/visitors/emitter.rb -jruby/lib/ruby/1.9/psych/visitors/json_tree.rb -jruby/lib/ruby/1.9/psych/visitors/to_ruby.rb -jruby/lib/ruby/1.9/psych/visitors/visitor.rb -jruby/lib/ruby/1.9/psych/visitors/yaml_tree.rb -jruby/lib/ruby/1.9/psych/y.rb jruby/lib/ruby/1.9/racc/ jruby/lib/ruby/1.9/racc/parser.rb jruby/lib/ruby/1.9/rake/ @@ -1193,6 +1147,7 @@ jruby/lib/ruby/1.9/shell/system-command. jruby/lib/ruby/1.9/shell/version.rb jruby/lib/ruby/1.9/shellwords.rb jruby/lib/ruby/1.9/singleton.rb +jruby/lib/ruby/1.9/site_ruby/ jruby/lib/ruby/1.9/socket.rb jruby/lib/ruby/1.9/syck.rb jruby/lib/ruby/1.9/sync.rb @@ -1204,7 +1159,6 @@ jruby/lib/ruby/1.9/test/unit/parallel.rb jruby/lib/ruby/1.9/test/unit/testcase.rb jruby/lib/ruby/1.9/thwait.rb jruby/lib/ruby/1.9/time.rb -jruby/lib/ruby/1.9/tmpdir.rb jruby/lib/ruby/1.9/tracer.rb jruby/lib/ruby/1.9/tsort.rb jruby/lib/ruby/1.9/un.rb @@ -1277,6 +1231,570 @@ jruby/lib/ruby/1.9/yaml/ jruby/lib/ruby/1.9/yaml.rb jruby/lib/ruby/1.9/yaml/dbm.rb jruby/lib/ruby/1.9/yaml/store.rb +jruby/lib/ruby/2.0/ +jruby/lib/ruby/2.0/abbrev.rb +jruby/lib/ruby/2.0/benchmark.rb +jruby/lib/ruby/2.0/bigdecimal/ +jruby/lib/ruby/2.0/bigdecimal/jacobian.rb +jruby/lib/ruby/2.0/bigdecimal/ludcmp.rb +jruby/lib/ruby/2.0/bigdecimal/math.rb +jruby/lib/ruby/2.0/bigdecimal/newton.rb +jruby/lib/ruby/2.0/bigdecimal/util.rb +jruby/lib/ruby/2.0/cgi/ +jruby/lib/ruby/2.0/cgi.rb +jruby/lib/ruby/2.0/cgi/cookie.rb +jruby/lib/ruby/2.0/cgi/core.rb +jruby/lib/ruby/2.0/cgi/html.rb +jruby/lib/ruby/2.0/cgi/session/ +jruby/lib/ruby/2.0/cgi/session.rb +jruby/lib/ruby/2.0/cgi/session/pstore.rb +jruby/lib/ruby/2.0/cgi/util.rb +jruby/lib/ruby/2.0/csv.rb +jruby/lib/ruby/2.0/delegate.rb +jruby/lib/ruby/2.0/drb/ +jruby/lib/ruby/2.0/drb.rb +jruby/lib/ruby/2.0/drb/ssl.rb +jruby/lib/ruby/2.0/erb.rb +jruby/lib/ruby/2.0/fileutils.rb +jruby/lib/ruby/2.0/gserver.rb +jruby/lib/ruby/2.0/ipaddr.rb +jruby/lib/ruby/2.0/irb/ +jruby/lib/ruby/2.0/irb/cmd/ +jruby/lib/ruby/2.0/irb/cmd/chws.rb +jruby/lib/ruby/2.0/irb/cmd/fork.rb +jruby/lib/ruby/2.0/irb/cmd/help.rb +jruby/lib/ruby/2.0/irb/cmd/load.rb +jruby/lib/ruby/2.0/irb/cmd/nop.rb +jruby/lib/ruby/2.0/irb/cmd/pushws.rb +jruby/lib/ruby/2.0/irb/cmd/subirb.rb +jruby/lib/ruby/2.0/irb/completion.rb +jruby/lib/ruby/2.0/irb/context.rb +jruby/lib/ruby/2.0/irb/ext/ +jruby/lib/ruby/2.0/irb/ext/change-ws.rb +jruby/lib/ruby/2.0/irb/ext/history.rb +jruby/lib/ruby/2.0/irb/ext/loader.rb +jruby/lib/ruby/2.0/irb/ext/math-mode.rb +jruby/lib/ruby/2.0/irb/ext/multi-irb.rb +jruby/lib/ruby/2.0/irb/ext/save-history.rb +jruby/lib/ruby/2.0/irb/ext/tracer.rb +jruby/lib/ruby/2.0/irb/ext/use-loader.rb +jruby/lib/ruby/2.0/irb/ext/workspaces.rb +jruby/lib/ruby/2.0/irb/extend-command.rb +jruby/lib/ruby/2.0/irb/frame.rb +jruby/lib/ruby/2.0/irb/help.rb +jruby/lib/ruby/2.0/irb/init.rb +jruby/lib/ruby/2.0/irb/input-method.rb +jruby/lib/ruby/2.0/irb/inspector.rb +jruby/lib/ruby/2.0/irb/lc/ +jruby/lib/ruby/2.0/irb/lc/.document +jruby/lib/ruby/2.0/irb/lc/error.rb +jruby/lib/ruby/2.0/irb/lc/help-message +jruby/lib/ruby/2.0/irb/lc/ja/ +jruby/lib/ruby/2.0/irb/lc/ja/encoding_aliases.rb +jruby/lib/ruby/2.0/irb/lc/ja/error.rb +jruby/lib/ruby/2.0/irb/lc/ja/help-message +jruby/lib/ruby/2.0/irb/locale.rb +jruby/lib/ruby/2.0/irb/magic-file.rb +jruby/lib/ruby/2.0/irb/notifier.rb +jruby/lib/ruby/2.0/irb/output-method.rb +jruby/lib/ruby/2.0/irb/ruby-lex.rb +jruby/lib/ruby/2.0/irb/ruby-token.rb +jruby/lib/ruby/2.0/irb/slex.rb +jruby/lib/ruby/2.0/irb/src_encoding.rb +jruby/lib/ruby/2.0/irb/version.rb +jruby/lib/ruby/2.0/irb/workspace.rb +jruby/lib/ruby/2.0/irb/ws-for-case-2.rb +jruby/lib/ruby/2.0/irb/xmp.rb +jruby/lib/ruby/2.0/matrix/ +jruby/lib/ruby/2.0/matrix.rb +jruby/lib/ruby/2.0/matrix/eigenvalue_decomposition.rb +jruby/lib/ruby/2.0/matrix/lup_decomposition.rb +jruby/lib/ruby/2.0/minitest/ +jruby/lib/ruby/2.0/minitest/.document +jruby/lib/ruby/2.0/minitest/README.txt +jruby/lib/ruby/2.0/minitest/autorun.rb +jruby/lib/ruby/2.0/minitest/benchmark.rb +jruby/lib/ruby/2.0/minitest/hell.rb +jruby/lib/ruby/2.0/minitest/mock.rb +jruby/lib/ruby/2.0/minitest/parallel_each.rb +jruby/lib/ruby/2.0/minitest/pride.rb +jruby/lib/ruby/2.0/minitest/spec.rb +jruby/lib/ruby/2.0/minitest/unit.rb +jruby/lib/ruby/2.0/monitor.rb +jruby/lib/ruby/2.0/net/ +jruby/lib/ruby/2.0/net/ftp.rb +jruby/lib/ruby/2.0/net/http/ +jruby/lib/ruby/2.0/net/http.rb +jruby/lib/ruby/2.0/net/http/backward.rb +jruby/lib/ruby/2.0/net/http/exceptions.rb +jruby/lib/ruby/2.0/net/http/generic_request.rb +jruby/lib/ruby/2.0/net/http/header.rb +jruby/lib/ruby/2.0/net/http/proxy_delta.rb +jruby/lib/ruby/2.0/net/http/request.rb +jruby/lib/ruby/2.0/net/http/requests.rb +jruby/lib/ruby/2.0/net/http/response.rb +jruby/lib/ruby/2.0/net/http/responses.rb +jruby/lib/ruby/2.0/net/https.rb +jruby/lib/ruby/2.0/net/imap.rb +jruby/lib/ruby/2.0/net/pop.rb +jruby/lib/ruby/2.0/net/protocol.rb +jruby/lib/ruby/2.0/net/smtp.rb +jruby/lib/ruby/2.0/net/telnet.rb +jruby/lib/ruby/2.0/open-uri.rb +jruby/lib/ruby/2.0/openssl/ +jruby/lib/ruby/2.0/openssl/bn.rb +jruby/lib/ruby/2.0/openssl/buffering.rb +jruby/lib/ruby/2.0/openssl/cipher.rb +jruby/lib/ruby/2.0/openssl/config.rb +jruby/lib/ruby/2.0/openssl/digest.rb +jruby/lib/ruby/2.0/openssl/ssl.rb +jruby/lib/ruby/2.0/openssl/x509.rb +jruby/lib/ruby/2.0/optparse/ +jruby/lib/ruby/2.0/optparse/ac.rb +jruby/lib/ruby/2.0/optparse/date.rb +jruby/lib/ruby/2.0/optparse/shellwords.rb +jruby/lib/ruby/2.0/optparse/time.rb +jruby/lib/ruby/2.0/optparse/uri.rb +jruby/lib/ruby/2.0/optparse/version.rb +jruby/lib/ruby/2.0/ostruct.rb +jruby/lib/ruby/2.0/pp.rb +jruby/lib/ruby/2.0/profiler.rb +jruby/lib/ruby/2.0/pstore.rb +jruby/lib/ruby/2.0/racc/ +jruby/lib/ruby/2.0/racc/parser.rb +jruby/lib/ruby/2.0/racc/rdoc/ +jruby/lib/ruby/2.0/racc/rdoc/grammar.en.rdoc +jruby/lib/ruby/2.0/rake/ +jruby/lib/ruby/2.0/rake.rb +jruby/lib/ruby/2.0/rake/alt_system.rb +jruby/lib/ruby/2.0/rake/application.rb +jruby/lib/ruby/2.0/rake/backtrace.rb +jruby/lib/ruby/2.0/rake/classic_namespace.rb +jruby/lib/ruby/2.0/rake/clean.rb +jruby/lib/ruby/2.0/rake/cloneable.rb +jruby/lib/ruby/2.0/rake/contrib/ +jruby/lib/ruby/2.0/rake/contrib/compositepublisher.rb +jruby/lib/ruby/2.0/rake/contrib/ftptools.rb +jruby/lib/ruby/2.0/rake/contrib/publisher.rb +jruby/lib/ruby/2.0/rake/contrib/rubyforgepublisher.rb +jruby/lib/ruby/2.0/rake/contrib/sshpublisher.rb +jruby/lib/ruby/2.0/rake/contrib/sys.rb +jruby/lib/ruby/2.0/rake/default_loader.rb +jruby/lib/ruby/2.0/rake/doc/ +jruby/lib/ruby/2.0/rake/doc/MIT-LICENSE +jruby/lib/ruby/2.0/rake/doc/README.rdoc +jruby/lib/ruby/2.0/rake/doc/command_line_usage.rdoc +jruby/lib/ruby/2.0/rake/doc/glossary.rdoc +jruby/lib/ruby/2.0/rake/doc/rakefile.rdoc +jruby/lib/ruby/2.0/rake/doc/rational.rdoc +jruby/lib/ruby/2.0/rake/dsl_definition.rb +jruby/lib/ruby/2.0/rake/early_time.rb +jruby/lib/ruby/2.0/rake/ext/ +jruby/lib/ruby/2.0/rake/ext/core.rb +jruby/lib/ruby/2.0/rake/ext/module.rb +jruby/lib/ruby/2.0/rake/ext/string.rb +jruby/lib/ruby/2.0/rake/ext/time.rb +jruby/lib/ruby/2.0/rake/file_creation_task.rb +jruby/lib/ruby/2.0/rake/file_list.rb +jruby/lib/ruby/2.0/rake/file_task.rb +jruby/lib/ruby/2.0/rake/file_utils.rb +jruby/lib/ruby/2.0/rake/file_utils_ext.rb +jruby/lib/ruby/2.0/rake/gempackagetask.rb +jruby/lib/ruby/2.0/rake/invocation_chain.rb +jruby/lib/ruby/2.0/rake/invocation_exception_mixin.rb +jruby/lib/ruby/2.0/rake/lib/ +jruby/lib/ruby/2.0/rake/lib/.document +jruby/lib/ruby/2.0/rake/lib/project.rake +jruby/lib/ruby/2.0/rake/loaders/ +jruby/lib/ruby/2.0/rake/loaders/makefile.rb +jruby/lib/ruby/2.0/rake/multi_task.rb +jruby/lib/ruby/2.0/rake/name_space.rb +jruby/lib/ruby/2.0/rake/packagetask.rb +jruby/lib/ruby/2.0/rake/pathmap.rb +jruby/lib/ruby/2.0/rake/phony.rb +jruby/lib/ruby/2.0/rake/private_reader.rb +jruby/lib/ruby/2.0/rake/promise.rb +jruby/lib/ruby/2.0/rake/pseudo_status.rb +jruby/lib/ruby/2.0/rake/rake_module.rb +jruby/lib/ruby/2.0/rake/rake_test_loader.rb +jruby/lib/ruby/2.0/rake/rdoctask.rb +jruby/lib/ruby/2.0/rake/ruby182_test_unit_fix.rb +jruby/lib/ruby/2.0/rake/rule_recursion_overflow_error.rb +jruby/lib/ruby/2.0/rake/runtest.rb +jruby/lib/ruby/2.0/rake/task.rb +jruby/lib/ruby/2.0/rake/task_argument_error.rb +jruby/lib/ruby/2.0/rake/task_arguments.rb +jruby/lib/ruby/2.0/rake/task_manager.rb +jruby/lib/ruby/2.0/rake/tasklib.rb +jruby/lib/ruby/2.0/rake/testtask.rb +jruby/lib/ruby/2.0/rake/thread_history_display.rb +jruby/lib/ruby/2.0/rake/thread_pool.rb +jruby/lib/ruby/2.0/rake/trace_output.rb +jruby/lib/ruby/2.0/rake/version.rb +jruby/lib/ruby/2.0/rake/win32.rb +jruby/lib/ruby/2.0/rbconfig/ +jruby/lib/ruby/2.0/rbconfig/.document +jruby/lib/ruby/2.0/rbconfig/datadir.rb +jruby/lib/ruby/2.0/rbconfig/obsolete.rb +jruby/lib/ruby/2.0/rdoc/ +jruby/lib/ruby/2.0/rdoc.rb +jruby/lib/ruby/2.0/rdoc/alias.rb +jruby/lib/ruby/2.0/rdoc/anon_class.rb +jruby/lib/ruby/2.0/rdoc/any_method.rb +jruby/lib/ruby/2.0/rdoc/attr.rb +jruby/lib/ruby/2.0/rdoc/class_module.rb +jruby/lib/ruby/2.0/rdoc/code_object.rb +jruby/lib/ruby/2.0/rdoc/code_objects.rb +jruby/lib/ruby/2.0/rdoc/comment.rb +jruby/lib/ruby/2.0/rdoc/constant.rb +jruby/lib/ruby/2.0/rdoc/context/ +jruby/lib/ruby/2.0/rdoc/context.rb +jruby/lib/ruby/2.0/rdoc/context/section.rb +jruby/lib/ruby/2.0/rdoc/cross_reference.rb +jruby/lib/ruby/2.0/rdoc/encoding.rb +jruby/lib/ruby/2.0/rdoc/erb_partial.rb +jruby/lib/ruby/2.0/rdoc/erbio.rb +jruby/lib/ruby/2.0/rdoc/extend.rb +jruby/lib/ruby/2.0/rdoc/generator/ +jruby/lib/ruby/2.0/rdoc/generator.rb +jruby/lib/ruby/2.0/rdoc/generator/darkfish.rb +jruby/lib/ruby/2.0/rdoc/generator/json_index.rb +jruby/lib/ruby/2.0/rdoc/generator/markup.rb +jruby/lib/ruby/2.0/rdoc/generator/ri.rb +jruby/lib/ruby/2.0/rdoc/generator/template/ +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/ +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/.document +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/_footer.rhtml +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/_head.rhtml +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/_sidebar_VCS_info.rhtml +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/_sidebar_classes.rhtml +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/_sidebar_extends.rhtml +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/_sidebar_in_files.rhtml +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/_sidebar_includes.rhtml +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/_sidebar_installed.rhtml +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/_sidebar_methods.rhtml +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/_sidebar_navigation.rhtml +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/_sidebar_pages.rhtml +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/_sidebar_parent.rhtml +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/_sidebar_search.rhtml +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/_sidebar_sections.rhtml +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/class.rhtml +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/images/ +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/images/add.png +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/images/arrow_up.png +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/images/brick.png +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/images/brick_link.png +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/images/bug.png +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/images/bullet_black.png +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/images/bullet_toggle_minus.png +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/images/bullet_toggle_plus.png +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/images/date.png +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/images/delete.png +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/images/find.png +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/images/loadingAnimation.gif +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/images/macFFBgHack.png +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/images/package.png +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/images/page_green.png +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/images/page_white_text.png +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/images/page_white_width.png +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/images/plugin.png +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/images/ruby.png +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/images/tag_blue.png +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/images/tag_green.png +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/images/transparent.png +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/images/wrench.png +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/images/wrench_orange.png +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/images/zoom.png +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/index.rhtml +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/js/ +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/js/darkfish.js +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/js/jquery.js +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/js/search.js +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/page.rhtml +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/rdoc.css +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/servlet_not_found.rhtml +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/servlet_root.rhtml +jruby/lib/ruby/2.0/rdoc/generator/template/darkfish/table_of_contents.rhtml +jruby/lib/ruby/2.0/rdoc/generator/template/json_index/ +jruby/lib/ruby/2.0/rdoc/generator/template/json_index/.document +jruby/lib/ruby/2.0/rdoc/generator/template/json_index/js/ +jruby/lib/ruby/2.0/rdoc/generator/template/json_index/js/navigation.js +jruby/lib/ruby/2.0/rdoc/generator/template/json_index/js/searcher.js +jruby/lib/ruby/2.0/rdoc/ghost_method.rb +jruby/lib/ruby/2.0/rdoc/include.rb +jruby/lib/ruby/2.0/rdoc/known_classes.rb +jruby/lib/ruby/2.0/rdoc/markdown/ +jruby/lib/ruby/2.0/rdoc/markdown.rb +jruby/lib/ruby/2.0/rdoc/markdown/entities.rb +jruby/lib/ruby/2.0/rdoc/markdown/literals_1_9.rb +jruby/lib/ruby/2.0/rdoc/markup/ +jruby/lib/ruby/2.0/rdoc/markup.rb +jruby/lib/ruby/2.0/rdoc/markup/attr_changer.rb +jruby/lib/ruby/2.0/rdoc/markup/attr_span.rb +jruby/lib/ruby/2.0/rdoc/markup/attribute_manager.rb +jruby/lib/ruby/2.0/rdoc/markup/attributes.rb +jruby/lib/ruby/2.0/rdoc/markup/blank_line.rb +jruby/lib/ruby/2.0/rdoc/markup/block_quote.rb +jruby/lib/ruby/2.0/rdoc/markup/document.rb +jruby/lib/ruby/2.0/rdoc/markup/formatter.rb +jruby/lib/ruby/2.0/rdoc/markup/formatter_test_case.rb +jruby/lib/ruby/2.0/rdoc/markup/hard_break.rb +jruby/lib/ruby/2.0/rdoc/markup/heading.rb +jruby/lib/ruby/2.0/rdoc/markup/include.rb +jruby/lib/ruby/2.0/rdoc/markup/indented_paragraph.rb +jruby/lib/ruby/2.0/rdoc/markup/inline.rb +jruby/lib/ruby/2.0/rdoc/markup/list.rb +jruby/lib/ruby/2.0/rdoc/markup/list_item.rb +jruby/lib/ruby/2.0/rdoc/markup/paragraph.rb +jruby/lib/ruby/2.0/rdoc/markup/parser.rb +jruby/lib/ruby/2.0/rdoc/markup/pre_process.rb +jruby/lib/ruby/2.0/rdoc/markup/raw.rb +jruby/lib/ruby/2.0/rdoc/markup/rule.rb +jruby/lib/ruby/2.0/rdoc/markup/special.rb +jruby/lib/ruby/2.0/rdoc/markup/text_formatter_test_case.rb +jruby/lib/ruby/2.0/rdoc/markup/to_ansi.rb +jruby/lib/ruby/2.0/rdoc/markup/to_bs.rb +jruby/lib/ruby/2.0/rdoc/markup/to_html.rb +jruby/lib/ruby/2.0/rdoc/markup/to_html_crossref.rb +jruby/lib/ruby/2.0/rdoc/markup/to_html_snippet.rb +jruby/lib/ruby/2.0/rdoc/markup/to_joined_paragraph.rb +jruby/lib/ruby/2.0/rdoc/markup/to_label.rb +jruby/lib/ruby/2.0/rdoc/markup/to_markdown.rb +jruby/lib/ruby/2.0/rdoc/markup/to_rdoc.rb +jruby/lib/ruby/2.0/rdoc/markup/to_table_of_contents.rb +jruby/lib/ruby/2.0/rdoc/markup/to_test.rb +jruby/lib/ruby/2.0/rdoc/markup/to_tt_only.rb +jruby/lib/ruby/2.0/rdoc/markup/verbatim.rb +jruby/lib/ruby/2.0/rdoc/meta_method.rb +jruby/lib/ruby/2.0/rdoc/method_attr.rb +jruby/lib/ruby/2.0/rdoc/normal_class.rb +jruby/lib/ruby/2.0/rdoc/normal_module.rb +jruby/lib/ruby/2.0/rdoc/options.rb +jruby/lib/ruby/2.0/rdoc/parser/ +jruby/lib/ruby/2.0/rdoc/parser.rb +jruby/lib/ruby/2.0/rdoc/parser/c.rb +jruby/lib/ruby/2.0/rdoc/parser/changelog.rb +jruby/lib/ruby/2.0/rdoc/parser/markdown.rb +jruby/lib/ruby/2.0/rdoc/parser/rd.rb +jruby/lib/ruby/2.0/rdoc/parser/ruby.rb +jruby/lib/ruby/2.0/rdoc/parser/ruby_tools.rb +jruby/lib/ruby/2.0/rdoc/parser/simple.rb +jruby/lib/ruby/2.0/rdoc/parser/text.rb +jruby/lib/ruby/2.0/rdoc/rd/ +jruby/lib/ruby/2.0/rdoc/rd.rb +jruby/lib/ruby/2.0/rdoc/rd/block_parser.rb +jruby/lib/ruby/2.0/rdoc/rd/inline.rb +jruby/lib/ruby/2.0/rdoc/rd/inline_parser.rb +jruby/lib/ruby/2.0/rdoc/rdoc.rb +jruby/lib/ruby/2.0/rdoc/require.rb +jruby/lib/ruby/2.0/rdoc/ri/ +jruby/lib/ruby/2.0/rdoc/ri.rb +jruby/lib/ruby/2.0/rdoc/ri/driver.rb +jruby/lib/ruby/2.0/rdoc/ri/formatter.rb +jruby/lib/ruby/2.0/rdoc/ri/paths.rb +jruby/lib/ruby/2.0/rdoc/ri/store.rb +jruby/lib/ruby/2.0/rdoc/ruby_lex.rb +jruby/lib/ruby/2.0/rdoc/ruby_token.rb +jruby/lib/ruby/2.0/rdoc/rubygems_hook.rb +jruby/lib/ruby/2.0/rdoc/servlet.rb +jruby/lib/ruby/2.0/rdoc/single_class.rb +jruby/lib/ruby/2.0/rdoc/stats/ +jruby/lib/ruby/2.0/rdoc/stats.rb +jruby/lib/ruby/2.0/rdoc/stats/normal.rb +jruby/lib/ruby/2.0/rdoc/stats/quiet.rb +jruby/lib/ruby/2.0/rdoc/stats/verbose.rb +jruby/lib/ruby/2.0/rdoc/store.rb +jruby/lib/ruby/2.0/rdoc/task.rb +jruby/lib/ruby/2.0/rdoc/test_case.rb +jruby/lib/ruby/2.0/rdoc/text.rb +jruby/lib/ruby/2.0/rdoc/token_stream.rb +jruby/lib/ruby/2.0/rdoc/tom_doc.rb +jruby/lib/ruby/2.0/rdoc/top_level.rb +jruby/lib/ruby/2.0/resolv.rb +jruby/lib/ruby/2.0/rexml/ +jruby/lib/ruby/2.0/rexml/attlistdecl.rb +jruby/lib/ruby/2.0/rexml/attribute.rb +jruby/lib/ruby/2.0/rexml/cdata.rb +jruby/lib/ruby/2.0/rexml/child.rb +jruby/lib/ruby/2.0/rexml/comment.rb +jruby/lib/ruby/2.0/rexml/doctype.rb +jruby/lib/ruby/2.0/rexml/document.rb +jruby/lib/ruby/2.0/rexml/dtd/ +jruby/lib/ruby/2.0/rexml/dtd/attlistdecl.rb +jruby/lib/ruby/2.0/rexml/dtd/dtd.rb +jruby/lib/ruby/2.0/rexml/dtd/elementdecl.rb +jruby/lib/ruby/2.0/rexml/dtd/entitydecl.rb +jruby/lib/ruby/2.0/rexml/dtd/notationdecl.rb +jruby/lib/ruby/2.0/rexml/element.rb +jruby/lib/ruby/2.0/rexml/encoding.rb +jruby/lib/ruby/2.0/rexml/entity.rb +jruby/lib/ruby/2.0/rexml/formatters/ +jruby/lib/ruby/2.0/rexml/formatters/default.rb +jruby/lib/ruby/2.0/rexml/formatters/pretty.rb +jruby/lib/ruby/2.0/rexml/formatters/transitive.rb +jruby/lib/ruby/2.0/rexml/functions.rb +jruby/lib/ruby/2.0/rexml/instruction.rb +jruby/lib/ruby/2.0/rexml/light/ +jruby/lib/ruby/2.0/rexml/light/node.rb +jruby/lib/ruby/2.0/rexml/namespace.rb +jruby/lib/ruby/2.0/rexml/node.rb +jruby/lib/ruby/2.0/rexml/output.rb +jruby/lib/ruby/2.0/rexml/parent.rb +jruby/lib/ruby/2.0/rexml/parseexception.rb +jruby/lib/ruby/2.0/rexml/parsers/ +jruby/lib/ruby/2.0/rexml/parsers/baseparser.rb +jruby/lib/ruby/2.0/rexml/parsers/lightparser.rb +jruby/lib/ruby/2.0/rexml/parsers/pullparser.rb +jruby/lib/ruby/2.0/rexml/parsers/sax2parser.rb +jruby/lib/ruby/2.0/rexml/parsers/streamparser.rb +jruby/lib/ruby/2.0/rexml/parsers/treeparser.rb +jruby/lib/ruby/2.0/rexml/parsers/ultralightparser.rb +jruby/lib/ruby/2.0/rexml/parsers/xpathparser.rb +jruby/lib/ruby/2.0/rexml/quickpath.rb +jruby/lib/ruby/2.0/rexml/rexml.rb +jruby/lib/ruby/2.0/rexml/sax2listener.rb +jruby/lib/ruby/2.0/rexml/source.rb +jruby/lib/ruby/2.0/rexml/streamlistener.rb +jruby/lib/ruby/2.0/rexml/syncenumerator.rb +jruby/lib/ruby/2.0/rexml/text.rb +jruby/lib/ruby/2.0/rexml/undefinednamespaceexception.rb +jruby/lib/ruby/2.0/rexml/validation/ +jruby/lib/ruby/2.0/rexml/validation/relaxng.rb +jruby/lib/ruby/2.0/rexml/validation/validation.rb +jruby/lib/ruby/2.0/rexml/validation/validationexception.rb +jruby/lib/ruby/2.0/rexml/xmldecl.rb +jruby/lib/ruby/2.0/rexml/xmltokens.rb +jruby/lib/ruby/2.0/rexml/xpath.rb +jruby/lib/ruby/2.0/rexml/xpath_parser.rb +jruby/lib/ruby/2.0/rinda/ +jruby/lib/ruby/2.0/rinda/rinda.rb +jruby/lib/ruby/2.0/rinda/ring.rb +jruby/lib/ruby/2.0/rinda/tuplespace.rb +jruby/lib/ruby/2.0/rss/ +jruby/lib/ruby/2.0/rss/0.9.rb +jruby/lib/ruby/2.0/rss/1.0.rb +jruby/lib/ruby/2.0/rss/2.0.rb +jruby/lib/ruby/2.0/rss/atom.rb +jruby/lib/ruby/2.0/rss/content/ +jruby/lib/ruby/2.0/rss/content.rb +jruby/lib/ruby/2.0/rss/content/1.0.rb +jruby/lib/ruby/2.0/rss/content/2.0.rb +jruby/lib/ruby/2.0/rss/converter.rb +jruby/lib/ruby/2.0/rss/dublincore/ +jruby/lib/ruby/2.0/rss/dublincore.rb +jruby/lib/ruby/2.0/rss/dublincore/1.0.rb +jruby/lib/ruby/2.0/rss/dublincore/2.0.rb +jruby/lib/ruby/2.0/rss/dublincore/atom.rb +jruby/lib/ruby/2.0/rss/image.rb +jruby/lib/ruby/2.0/rss/itunes.rb +jruby/lib/ruby/2.0/rss/maker/ +jruby/lib/ruby/2.0/rss/maker.rb +jruby/lib/ruby/2.0/rss/maker/0.9.rb +jruby/lib/ruby/2.0/rss/maker/1.0.rb +jruby/lib/ruby/2.0/rss/maker/2.0.rb +jruby/lib/ruby/2.0/rss/maker/atom.rb +jruby/lib/ruby/2.0/rss/maker/base.rb +jruby/lib/ruby/2.0/rss/maker/content.rb +jruby/lib/ruby/2.0/rss/maker/dublincore.rb +jruby/lib/ruby/2.0/rss/maker/entry.rb +jruby/lib/ruby/2.0/rss/maker/feed.rb +jruby/lib/ruby/2.0/rss/maker/image.rb +jruby/lib/ruby/2.0/rss/maker/itunes.rb +jruby/lib/ruby/2.0/rss/maker/slash.rb +jruby/lib/ruby/2.0/rss/maker/syndication.rb +jruby/lib/ruby/2.0/rss/maker/taxonomy.rb +jruby/lib/ruby/2.0/rss/maker/trackback.rb +jruby/lib/ruby/2.0/rss/parser.rb +jruby/lib/ruby/2.0/rss/rexmlparser.rb +jruby/lib/ruby/2.0/rss/rss.rb +jruby/lib/ruby/2.0/rss/slash.rb +jruby/lib/ruby/2.0/rss/syndication.rb +jruby/lib/ruby/2.0/rss/taxonomy.rb +jruby/lib/ruby/2.0/rss/trackback.rb +jruby/lib/ruby/2.0/rss/utils.rb +jruby/lib/ruby/2.0/rss/xml-stylesheet.rb +jruby/lib/ruby/2.0/rss/xml.rb +jruby/lib/ruby/2.0/rss/xmlparser.rb +jruby/lib/ruby/2.0/rss/xmlscanner.rb +jruby/lib/ruby/2.0/set.rb +jruby/lib/ruby/2.0/shell.rb +jruby/lib/ruby/2.0/site_ruby/ +jruby/lib/ruby/2.0/socket.rb +jruby/lib/ruby/2.0/ssl.rb +jruby/lib/ruby/2.0/sync.rb +jruby/lib/ruby/2.0/test/ +jruby/lib/ruby/2.0/test/unit/ +jruby/lib/ruby/2.0/test/unit.rb +jruby/lib/ruby/2.0/test/unit/assertions.rb +jruby/lib/ruby/2.0/test/unit/parallel.rb +jruby/lib/ruby/2.0/test/unit/test-unit.gemspec +jruby/lib/ruby/2.0/test/unit/testcase.rb +jruby/lib/ruby/2.0/thread.rb +jruby/lib/ruby/2.0/time.rb +jruby/lib/ruby/2.0/tracer.rb +jruby/lib/ruby/2.0/un.rb +jruby/lib/ruby/2.0/uri/ +jruby/lib/ruby/2.0/uri/common.rb +jruby/lib/ruby/2.0/uri/ftp.rb +jruby/lib/ruby/2.0/uri/generic.rb +jruby/lib/ruby/2.0/uri/http.rb +jruby/lib/ruby/2.0/uri/https.rb +jruby/lib/ruby/2.0/uri/ldap.rb +jruby/lib/ruby/2.0/uri/ldaps.rb +jruby/lib/ruby/2.0/uri/mailto.rb +jruby/lib/ruby/2.0/webrick/ +jruby/lib/ruby/2.0/webrick/accesslog.rb +jruby/lib/ruby/2.0/webrick/cgi.rb +jruby/lib/ruby/2.0/webrick/compat.rb +jruby/lib/ruby/2.0/webrick/config.rb +jruby/lib/ruby/2.0/webrick/cookie.rb +jruby/lib/ruby/2.0/webrick/htmlutils.rb +jruby/lib/ruby/2.0/webrick/httpauth/ +jruby/lib/ruby/2.0/webrick/httpauth.rb +jruby/lib/ruby/2.0/webrick/httpauth/authenticator.rb +jruby/lib/ruby/2.0/webrick/httpauth/basicauth.rb +jruby/lib/ruby/2.0/webrick/httpauth/digestauth.rb +jruby/lib/ruby/2.0/webrick/httpauth/htdigest.rb +jruby/lib/ruby/2.0/webrick/httpauth/htgroup.rb +jruby/lib/ruby/2.0/webrick/httpauth/htpasswd.rb +jruby/lib/ruby/2.0/webrick/httpauth/userdb.rb +jruby/lib/ruby/2.0/webrick/httpproxy.rb +jruby/lib/ruby/2.0/webrick/httprequest.rb +jruby/lib/ruby/2.0/webrick/httpresponse.rb +jruby/lib/ruby/2.0/webrick/https.rb +jruby/lib/ruby/2.0/webrick/httpserver.rb +jruby/lib/ruby/2.0/webrick/httpservlet/ +jruby/lib/ruby/2.0/webrick/httpservlet.rb +jruby/lib/ruby/2.0/webrick/httpservlet/abstract.rb +jruby/lib/ruby/2.0/webrick/httpservlet/cgi_runner.rb +jruby/lib/ruby/2.0/webrick/httpservlet/cgihandler.rb +jruby/lib/ruby/2.0/webrick/httpservlet/erbhandler.rb +jruby/lib/ruby/2.0/webrick/httpservlet/filehandler.rb +jruby/lib/ruby/2.0/webrick/httpservlet/prochandler.rb +jruby/lib/ruby/2.0/webrick/httpstatus.rb +jruby/lib/ruby/2.0/webrick/httputils.rb +jruby/lib/ruby/2.0/webrick/httpversion.rb +jruby/lib/ruby/2.0/webrick/log.rb +jruby/lib/ruby/2.0/webrick/server.rb +jruby/lib/ruby/2.0/webrick/ssl.rb +jruby/lib/ruby/2.0/webrick/utils.rb +jruby/lib/ruby/2.0/webrick/version.rb +jruby/lib/ruby/2.0/xmlrpc/ +jruby/lib/ruby/2.0/xmlrpc/base64.rb +jruby/lib/ruby/2.0/xmlrpc/client.rb +jruby/lib/ruby/2.0/xmlrpc/config.rb +jruby/lib/ruby/2.0/xmlrpc/create.rb +jruby/lib/ruby/2.0/xmlrpc/datetime.rb +jruby/lib/ruby/2.0/xmlrpc/httpserver.rb +jruby/lib/ruby/2.0/xmlrpc/marshal.rb +jruby/lib/ruby/2.0/xmlrpc/parser.rb +jruby/lib/ruby/2.0/xmlrpc/server.rb +jruby/lib/ruby/2.0/xmlrpc/utils.rb +jruby/lib/ruby/2.0/yaml/ +jruby/lib/ruby/2.0/yaml.rb +jruby/lib/ruby/2.0/yaml/dbm.rb +jruby/lib/ruby/2.0/yaml/store.rb jruby/lib/ruby/gems/ jruby/lib/ruby/gems/1.8/ jruby/lib/ruby/gems/1.8/cache/ @@ -1546,10 +2064,6 @@ jruby/lib/ruby/shared/ffi/platform.rb jruby/lib/ruby/shared/ffi/platform/errno.rb.ffi jruby/lib/ruby/shared/ffi/platform/etc.rb.ffi jruby/lib/ruby/shared/ffi/platform/fcntl.rb.ffi -jruby/lib/ruby/shared/ffi/platform/socket.rb.ffi -jruby/lib/ruby/shared/ffi/platform/stat.rb.ffi -jruby/lib/ruby/shared/ffi/platform/sysconf.rb.ffi -jruby/lib/ruby/shared/ffi/platform/syslog.rb.ffi jruby/lib/ruby/shared/ffi/platform/${FFI_ARCH}/ jruby/lib/ruby/shared/ffi/platform/${FFI_ARCH}/errno.rb jruby/lib/ruby/shared/ffi/platform/${FFI_ARCH}/etc.rb @@ -1561,6 +2075,10 @@ jruby/lib/ruby/shared/ffi/platform/${FFI jruby/lib/ruby/shared/ffi/platform/${FFI_ARCH}/syslog.rb jruby/lib/ruby/shared/ffi/platform/${FFI_ARCH}/types.conf jruby/lib/ruby/shared/ffi/platform/${FFI_ARCH}/zlib.rb +jruby/lib/ruby/shared/ffi/platform/socket.rb.ffi +jruby/lib/ruby/shared/ffi/platform/stat.rb.ffi +jruby/lib/ruby/shared/ffi/platform/sysconf.rb.ffi +jruby/lib/ruby/shared/ffi/platform/syslog.rb.ffi jruby/lib/ruby/shared/ffi/platform/zlib.rb.ffi jruby/lib/ruby/shared/ffi/pointer.rb jruby/lib/ruby/shared/ffi/rbx.rb @@ -1577,6 +2095,11 @@ jruby/lib/ruby/shared/ffi/tools/types_ge jruby/lib/ruby/shared/ffi/types.rb jruby/lib/ruby/shared/ffi/union.rb jruby/lib/ruby/shared/ffi/variadic.rb +jruby/lib/ruby/shared/fiddle/ +jruby/lib/ruby/shared/fiddle.rb +jruby/lib/ruby/shared/fiddle/closure.rb +jruby/lib/ruby/shared/fiddle/function.rb +jruby/lib/ruby/shared/fiddle/jruby.rb jruby/lib/ruby/shared/gauntlet_rubygems.rb jruby/lib/ruby/shared/java/ jruby/lib/ruby/shared/java/inspect.rb @@ -1641,6 +2164,47 @@ jruby/lib/ruby/shared/mkmf.rb jruby/lib/ruby/shared/openssl/ jruby/lib/ruby/shared/openssl.rb jruby/lib/ruby/shared/openssl/pkcs12.rb +jruby/lib/ruby/shared/psych/ +jruby/lib/ruby/shared/psych.rb +jruby/lib/ruby/shared/psych/coder.rb +jruby/lib/ruby/shared/psych/core_ext.rb +jruby/lib/ruby/shared/psych/deprecated.rb +jruby/lib/ruby/shared/psych/handler.rb +jruby/lib/ruby/shared/psych/handlers/ +jruby/lib/ruby/shared/psych/handlers/document_stream.rb +jruby/lib/ruby/shared/psych/handlers/recorder.rb +jruby/lib/ruby/shared/psych/json/ +jruby/lib/ruby/shared/psych/json.rb +jruby/lib/ruby/shared/psych/json/ruby_events.rb +jruby/lib/ruby/shared/psych/json/stream.rb +jruby/lib/ruby/shared/psych/json/tree_builder.rb +jruby/lib/ruby/shared/psych/json/yaml_events.rb +jruby/lib/ruby/shared/psych/nodes/ +jruby/lib/ruby/shared/psych/nodes.rb +jruby/lib/ruby/shared/psych/nodes/alias.rb +jruby/lib/ruby/shared/psych/nodes/document.rb +jruby/lib/ruby/shared/psych/nodes/mapping.rb +jruby/lib/ruby/shared/psych/nodes/node.rb +jruby/lib/ruby/shared/psych/nodes/scalar.rb +jruby/lib/ruby/shared/psych/nodes/sequence.rb +jruby/lib/ruby/shared/psych/nodes/stream.rb +jruby/lib/ruby/shared/psych/omap.rb +jruby/lib/ruby/shared/psych/parser.rb +jruby/lib/ruby/shared/psych/scalar_scanner.rb +jruby/lib/ruby/shared/psych/set.rb +jruby/lib/ruby/shared/psych/stream.rb +jruby/lib/ruby/shared/psych/streaming.rb +jruby/lib/ruby/shared/psych/syntax_error.rb +jruby/lib/ruby/shared/psych/tree_builder.rb +jruby/lib/ruby/shared/psych/visitors/ +jruby/lib/ruby/shared/psych/visitors.rb +jruby/lib/ruby/shared/psych/visitors/depth_first.rb +jruby/lib/ruby/shared/psych/visitors/emitter.rb +jruby/lib/ruby/shared/psych/visitors/json_tree.rb +jruby/lib/ruby/shared/psych/visitors/to_ruby.rb +jruby/lib/ruby/shared/psych/visitors/visitor.rb +jruby/lib/ruby/shared/psych/visitors/yaml_tree.rb +jruby/lib/ruby/shared/psych/y.rb jruby/lib/ruby/shared/pty.rb jruby/lib/ruby/shared/rbconfig/ jruby/lib/ruby/shared/rbconfig/datadir.rb @@ -1752,8 +2316,6 @@ jruby/lib/ruby/shared/rubygems/version.r jruby/lib/ruby/shared/rubygems/version_option.rb jruby/lib/ruby/shared/securerandom.rb jruby/lib/ruby/shared/syslog.rb +jruby/lib/ruby/shared/tempfile.rb +jruby/lib/ruby/shared/tmpdir.rb jruby/lib/ruby/shared/ubygems.rb -jruby/lib/ruby/site_ruby/ -jruby/lib/ruby/site_ruby/1.8/ -jruby/lib/ruby/site_ruby/1.8/java/ -jruby/lib/ruby/site_ruby/1.9/