Sha256: 432cf0a374164bc48302aa67d7747a7a4a10a008d1d9b7bf5a188de9aac11d2e

Contents?: true

Size: 788 Bytes

Versions: 102

Compression:

Stored size: 788 Bytes

Contents

#!/usr/bin/env ruby
#
#  RDoc: Documentation tool for source code
#        (see lib/rdoc/rdoc.rb for more information)
#
#  Copyright (c) 2003 Dave Thomas
#  Released under the same terms as Ruby

begin
  gem 'rdoc'
rescue NameError => e # --disable-gems
  raise unless e.name == :gem
rescue Gem::LoadError
end

require 'rdoc/rdoc'

begin
  r = RDoc::RDoc.new
  r.document ARGV
rescue SystemExit
  raise
rescue Exception => e
  if $DEBUG_RDOC then
    $stderr.puts e.message
    $stderr.puts "#{e.backtrace.join "\n\t"}"
    $stderr.puts
  elsif Interrupt === e then
    $stderr.puts
    $stderr.puts 'Interrupted'
  else
    $stderr.puts "uh-oh! RDoc had a problem:"
    $stderr.puts e.message
    $stderr.puts
    $stderr.puts "run with --debug for full backtrace"
  end

  exit 1
end

Version data entries

102 entries across 80 versions & 20 rubygems

Version Path
jquery_regex-0.0.3 vendor/bundle/gems/jquery_regex-0.0.3/vendor/bundle/gems/jquery_regex-0.0.2/vendor/bundle/gems/jquery_regex-0.0.1/vendor/bundle/gems/rdoc-3.12/bin/rdoc
jquery_regex-0.0.3 vendor/bundle/gems/jquery_regex-0.0.1/vendor/bundle/gems/rdoc-3.12/bin/rdoc
jquery_regex-0.0.3 vendor/bundle/gems/jquery_regex-0.0.2/vendor/bundle/gems/rdoc-3.12/bin/rdoc
jquery_regex-0.0.3 vendor/bundle/gems/jquery_regex-0.0.3/vendor/bundle/gems/jquery_regex-0.0.1/vendor/bundle/gems/rdoc-3.12/bin/rdoc
jquery_regex-0.0.1 vendor/bundle/gems/rdoc-3.12/bin/rdoc
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/rdoc-3.12/bin/rdoc
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/rdoc-3.12/bin/rdoc
challah-rolls-0.2.0 vendor/bundle/gems/rdoc-3.12/bin/rdoc
challah-0.8.3 vendor/bundle/gems/rdoc-3.12/bin/rdoc
challah-0.8.1 vendor/bundle/gems/rdoc-3.12/bin/rdoc
challah-rolls-0.1.0 vendor/bundle/gems/challah-0.8.0.pre/vendor/bundle/gems/rdoc-3.12/bin/rdoc
challah-rolls-0.1.0 vendor/bundle/gems/rdoc-3.12/bin/rdoc
challah-0.8.0.pre vendor/bundle/gems/rdoc-3.12/bin/rdoc
challah-0.7.1 vendor/bundle/gems/rdoc-3.12/bin/rdoc
challah-0.7.0 vendor/bundle/gems/rdoc-3.12/bin/rdoc
challah-0.7.0.pre2 vendor/bundle/gems/rdoc-3.12/bin/rdoc
challah-0.7.0.pre vendor/bundle/gems/rdoc-3.12/bin/rdoc
challah-0.6.2 vendor/bundle/gems/rdoc-3.12/bin/rdoc
sunrise-cms-0.3.3 vendor/bundle/ruby/1.9.1/gems/rails-uploader-0.0.1/vendor/bundle/ruby/1.9.1/gems/rdoc-3.12/bin/rdoc
sunrise-cms-0.3.3 vendor/bundle/ruby/1.9.1/gems/rdoc-3.12/bin/rdoc