aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/source
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-02-13 21:39:35 +1100
committerAndre Arko <andre@arko.net>2015-02-13 22:07:13 +1100
commit2c914fcac9dcff75c5a09fe72bf45ad9980888ff (patch)
tree47f3442afe1251fdb1dc2aadef83c53932f8a310 /lib/bundler/source
parentf86bd0712c3a1ed8138e5c0a056d6a5511e207c9 (diff)
downloadbundler-2c914fcac9dcff75c5a09fe72bf45ad9980888ff.tar.gz
:space_invader:
Diffstat (limited to 'lib/bundler/source')
-rw-r--r--lib/bundler/source/path.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/source/path.rb b/lib/bundler/source/path.rb
index 3901a700..59131a52 100644
--- a/lib/bundler/source/path.rb
+++ b/lib/bundler/source/path.rb
@@ -172,7 +172,7 @@ module Bundler
end
def generate_bin(spec, disable_extensions = false)
- gem_dir = Pathname.new(spec.full_gem_path)
+ gem_dir = Pathname.new(spec.full_gem_path)
# Some gem authors put absolute paths in their gemspec
# and we have to save them from themselves