Sha256: a12100406cfdfd7e96fb8d69dbefde7885d8273d2a0382ac8c5ad9259d5d00ce
Contents?: true
Size: 522 Bytes
Versions: 4
Compression:
Stored size: 522 Bytes
Contents
# frozen_string_literal: true require 'rubygems' begin gem 'rdoc' rescue Gem::LoadError # swallow else # This will force any deps that 'rdoc' might have # (such as json) that are ambiguous to be activated, which # is important because we end up using Specification.reset # and we don't want the warning it pops out. Gem.finish_resolve end begin require 'rdoc/rubygems_hook' module Gem RDoc = ::RDoc::RubygemsHook end rescue LoadError end Gem.done_installing(&Gem::RDoc.method(:generation_hook))
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rubygems-update-3.0.3 | lib/rubygems/rdoc.rb |
rubygems-update-3.0.2 | lib/rubygems/rdoc.rb |
rubygems-update-3.0.1 | lib/rubygems/rdoc.rb |
rubygems-update-3.0.0 | lib/rubygems/rdoc.rb |