#!/usr/lib64/jvm/java-1.8.0-openjdk-1.8.0/jre/bin/java -cp :/home/abuild/rpmbuild/BUILD/jruby-9.2.9.0/kit/m2/io/takari/polyglot/polyglot-ruby/0.3.1.1/polyglot-ruby-0.3.1.1.jar:/home/abuild/rpmbuild/BUILD/jruby-9.2.9.0/kit/m2/io/takari/polyglot/polyglot-common/0.3.1/polyglot-common-0.3.1.jar:/home/abuild/rpmbuild/BUILD/jruby-9.2.9.0/kit/m2/org/jruby/jruby/9.1.17.0/jruby-9.1.17.0.pom:/home/abuild/rpmbuild/BUILD/jruby-9.2.9.0/kit/m2/org/jruby/jruby-core/9.1.17.0/jruby-core-9.1.17.0.jar:/home/abuild/rpmbuild/BUILD/jruby-9.2.9.0/kit/m2/com/github/jnr/jnr-netdb/1.1.6/jnr-netdb-1.1.6.jar:/home/abuild/rpmbuild/BUILD/jruby-9.2.9.0/kit/m2/com/github/jnr/jnr-enxio/0.16/jnr-enxio-0.16.jar:/home/abuild/rpmbuild/BUILD/jruby-9.2.9.0/kit/m2/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar:/home/abuild/rpmbuild/BUILD/jruby-9.2.9.0/kit/m2/com/github/jnr/jnr-unixsocket/0.17/jnr-unixsocket-0.17.jar:/home/abuild/rpmbuild/BUILD/jruby-9.2.9.0/kit/m2/com/github/jnr/jnr-posix/3.0.44/jnr-posix-3.0.44.jar:/home/abuild/rpmbuild/BUILD/jruby-9.2.9.0/kit/m2/com/github/jnr/jnr-constants/0.9.9/jnr-constants-0.9.9.jar:/home/abuild/rpmbuild/BUILD/jruby-9.2.9.0/kit/m2/com/github/jnr/jffi/1.2.16/jffi-1.2.16.jar:/home/abuild/rpmbuild/BUILD/jruby-9.2.9.0/kit/m2/com/github/jnr/jffi/1.2.16/jffi-1.2.16-native.jar:/home/abuild/rpmbuild/BUILD/jruby-9.2.9.0/kit/m2/org/jruby/joni/joni/2.1.15/joni-2.1.15.jar:/home/abuild/rpmbuild/BUILD/jruby-9.2.9.0/kit/m2/org/jruby/extras/bytelist/1.0.15/bytelist-1.0.15.jar:/home/abuild/rpmbuild/BUILD/jruby-9.2.9.0/kit/m2/org/jruby/jcodings/jcodings/1.0.27/jcodings-1.0.27.jar:/home/abuild/rpmbuild/BUILD/jruby-9.2.9.0/kit/m2/org/jruby/dirgra/0.3/dirgra-0.3.jar:/home/abuild/rpmbuild/BUILD/jruby-9.2.9.0/kit/m2/com/headius/invokebinder/1.10/invokebinder-1.10.jar:/home/abuild/rpmbuild/BUILD/jruby-9.2.9.0/kit/m2/com/headius/options/1.4/options-1.4.jar:/home/abuild/rpmbuild/BUILD/jruby-9.2.9.0/kit/m2/com/headius/unsafe-fences/1.0/unsafe-fences-1.0.jar:/home/abuild/rpmbuild/BUILD/jruby-9.2.9.0/kit/m2/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar:/home/abuild/rpmbuild/BUILD/jruby-9.2.9.0/kit/m2/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.jar:/home/abuild/rpmbuild/BUILD/jruby-9.2.9.0/kit/m2/joda-time/joda-time/2.8.2/joda-time-2.8.2.jar:/home/abuild/rpmbuild/BUILD/jruby-9.2.9.0/kit/m2/com/headius/modulator/1.0/modulator-1.0.jar:/home/abuild/rpmbuild/BUILD/jruby-9.2.9.0/kit/m2/org/jruby/jruby-stdlib/9.1.17.0/jruby-stdlib-9.1.17.0.jar org.jruby.Main
#
# This file was generated by RubyGems.
#
# The application 'rdoc' is installed as part of a gem, and
# this file is here to facilitate running it.
#

require 'rubygems'

version = ">= 0.a"

if ARGV.first
  str = ARGV.first
  str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding
  if str =~ /\A_(.*)_\z/ and Gem::Version.correct?($1) then
    version = $1
    ARGV.shift
  end
end

if Gem.respond_to?(:activate_bin_path)
load Gem.activate_bin_path('rdoc', 'rdoc', version)
else
gem "rdoc", version
load Gem.bin_path("rdoc", "rdoc", version)
end
