aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/source_list.rb
diff options
context:
space:
mode:
authorAsutosh Palai <asupalai@gmail.com>2016-06-14 08:27:46 +0530
committerAsutosh Palai <asupalai@gmail.com>2016-07-03 09:38:56 +0530
commitbba77d1339dfc5c8b7295368996a2d962b139c97 (patch)
tree67b9eba50614b2d9c7a3c468850aee300ae16145 /lib/bundler/source_list.rb
parent4057986aa686d00d93f456090590cbdf27d0b856 (diff)
downloadbundler-bba77d1339dfc5c8b7295368996a2d962b139c97.tar.gz
Brought upto speed with plugin branch
Diffstat (limited to 'lib/bundler/source_list.rb')
-rw-r--r--lib/bundler/source_list.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/source_list.rb b/lib/bundler/source_list.rb
index d90e4489..0f619c4d 100644
--- a/lib/bundler/source_list.rb
+++ b/lib/bundler/source_list.rb
@@ -101,7 +101,7 @@ module Bundler
when Source::Git then git_sources
when Source::Path then path_sources
when Source::Rubygems then rubygems_sources
- when Plugin::Api::Source then plugin_sources
+ when Plugin::API::Source then plugin_sources
else raise ArgumentError, "Invalid source: #{source.inspect}"
end
end