diff --git a/lib/rubygems/tsort/.document b/lib/rubygems/vendor/tsort/.document similarity index 100% rename from lib/rubygems/tsort/.document rename to lib/rubygems/vendor/tsort/.document diff --git a/lib/rubygems/tsort/lib/tsort.rb b/lib/rubygems/vendor/tsort/lib/tsort.rb similarity index 99% rename from lib/rubygems/tsort/lib/tsort.rb rename to lib/rubygems/vendor/tsort/lib/tsort.rb index 05f3683d38..9dd7c09521 100644 --- a/lib/rubygems/tsort/lib/tsort.rb +++ b/lib/rubygems/vendor/tsort/lib/tsort.rb @@ -32,7 +32,7 @@ # method, which fetches the array of child nodes and then iterates over that # array using the user-supplied block. # -# require 'rubygems/tsort/lib/tsort' +# require 'rubygems/vendor/tsort/lib/tsort' # # class Hash # include Gem::TSort @@ -52,7 +52,7 @@ # # A very simple `make' like tool can be implemented as follows: # -# require 'rubygems/tsort/lib/tsort' +# require 'rubygems/vendor/tsort/lib/tsort' # # class Make # def initialize