aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/plugin
diff options
context:
space:
mode:
authorAsutosh Palai <asupalai@gmail.com>2016-06-24 15:56:18 +0530
committerAsutosh Palai <asupalai@gmail.com>2016-07-03 09:41:58 +0530
commiteebeac81763268e25770ddbee9cb8fa6ee288416 (patch)
tree413e51c481e269271a9b3717664bb74a73b31585 /lib/bundler/plugin
parent80d0f75090d89657c388182f7183f5245981605e (diff)
downloadbundler-eebeac81763268e25770ddbee9cb8fa6ee288416.tar.gz
Added spec for plugin load path
Diffstat (limited to 'lib/bundler/plugin')
-rw-r--r--lib/bundler/plugin/installer.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundler/plugin/installer.rb b/lib/bundler/plugin/installer.rb
index be35e4b4..ab80881f 100644
--- a/lib/bundler/plugin/installer.rb
+++ b/lib/bundler/plugin/installer.rb
@@ -84,6 +84,7 @@ module Bundler
specs.each do |spec|
spec.source.install spec
+ spec.add_self_to_load_path
paths[spec.name] = spec.full_gem_path
end