aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/source.rb
diff options
context:
space:
mode:
authorTim Moore <tmoore@incrementalism.net>2015-03-02 19:12:48 +1100
committerTim Moore <tmoore@incrementalism.net>2015-03-02 19:12:48 +1100
commit7091db9fe4894a2d64a6eb4c8b71002117c5412f (patch)
tree8336da6e7c20f8367be4a0c2d5566df0a5ae87f2 /lib/bundler/source.rb
parent56de835671a07fc517926d437aabb2b1cd8da52c (diff)
downloadbundler-7091db9fe4894a2d64a6eb4c8b71002117c5412f.tar.gz
Revert "LocalRubygems source for local gem specs"
This reverts commit 9263e08636d25e2573776b17416e6fabd403026b.
Diffstat (limited to 'lib/bundler/source.rb')
-rw-r--r--lib/bundler/source.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/bundler/source.rb b/lib/bundler/source.rb
index ace319d6..d1fd35a3 100644
--- a/lib/bundler/source.rb
+++ b/lib/bundler/source.rb
@@ -1,9 +1,8 @@
module Bundler
class Source
- autoload :Rubygems, 'bundler/source/rubygems'
- autoload :LocalRubygems, 'bundler/source/local_rubygems'
- autoload :Path, 'bundler/source/path'
- autoload :Git, 'bundler/source/git'
+ autoload :Rubygems, 'bundler/source/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)