aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-06-24 14:52:44 -0500
committerSamuel Giddins <segiddins@segiddins.me>2016-06-24 14:52:44 -0500
commitb7086cc8ab332781c49b13414cde5b833d534f04 (patch)
tree99e3fefd4eb94a8cbe0a3dc7ba53f0a7f0ca4e43 /Rakefile
parentdca6d26833ddd9d9de658bef7274c8fa21014c44 (diff)
downloadbundler-b7086cc8ab332781c49b13414cde5b833d534f04.tar.gz
[Trampoline] Dont change the load path just for postit
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Rakefile b/Rakefile
index 09c27f99..05e8e4d9 100644
--- a/Rakefile
+++ b/Rakefile
@@ -309,11 +309,8 @@ begin
Automatiek::RakeTask.new("postit") do |lib|
lib.download = { :github => "https://github.com/bundler/postit" }
lib.namespace = "PostIt"
+ lib.prefix = "BundlerVendoredPostIt"
lib.vendor_lib = "lib/bundler/vendor/postit"
-
- def lib.namespace_files
- process_files(namespace, "BundlerVendoredPostIt")
- end
end
rescue LoadError
namespace :vendor do