lib/bundler/source.rb in bundler-1.8.0.pre vs lib/bundler/source.rb in bundler-1.8.0

- old
+ new

@@ -1,9 +1,10 @@ module Bundler class Source - autoload :Rubygems, 'bundler/source/rubygems' - autoload :Path, 'bundler/source/path' - autoload :Git, 'bundler/source/git' + autoload :Rubygems, 'bundler/source/rubygems' + autoload :LocalRubygems, 'bundler/source/local_rubygems' + autoload :Path, 'bundler/source/path' + autoload :Git, 'bundler/source/git' def self.mirror_for(uri) uri = URI(uri.to_s) unless uri.is_a?(URI) # Settings keys are all downcased