lib/bundler/source/git.rb in bundler-1.6.0 vs lib/bundler/source/git.rb in bundler-1.6.1
- old
+ new
@@ -88,9 +88,13 @@
end
end
alias :path :install_path
+ def extension_dir_name
+ "#{base_name}-#{shortref_for_path(revision)}"
+ end
+
def unlock!
git_proxy.revision = nil
@unlocked = true
end