2003-12-01 10:12:49 +03:00
|
|
|
#!/usr/bin/env ruby
|
|
|
|
#
|
2018-11-25 04:20:00 +03:00
|
|
|
# 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.
|
2003-12-01 10:12:49 +03:00
|
|
|
#
|
|
|
|
|
2018-11-25 04:20:00 +03:00
|
|
|
require 'rubygems'
|
2011-07-31 04:19:00 +04:00
|
|
|
|
2018-11-25 04:20:00 +03:00
|
|
|
version = ">= 0.a"
|
2003-12-01 10:12:49 +03:00
|
|
|
|
2018-11-28 06:10:09 +03:00
|
|
|
str = ARGV.first
|
|
|
|
if str
|
|
|
|
str = str.b[/\A_(.*)_\z/, 1]
|
|
|
|
if str and Gem::Version.correct?(str)
|
|
|
|
version = str
|
2018-11-25 04:20:00 +03:00
|
|
|
ARGV.shift
|
2010-04-01 11:45:16 +04:00
|
|
|
end
|
2003-12-01 10:12:49 +03:00
|
|
|
end
|
2010-04-01 11:45:16 +04:00
|
|
|
|
2018-11-25 04:20:00 +03:00
|
|
|
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
|