diff options
author | Samuel Giddins <segiddins@segiddins.me> | 2016-06-24 14:52:44 -0500 |
---|---|---|
committer | Samuel Giddins <segiddins@segiddins.me> | 2016-06-24 14:52:44 -0500 |
commit | b7086cc8ab332781c49b13414cde5b833d534f04 (patch) | |
tree | 99e3fefd4eb94a8cbe0a3dc7ba53f0a7f0ca4e43 /Rakefile | |
parent | dca6d26833ddd9d9de658bef7274c8fa21014c44 (diff) | |
download | bundler-b7086cc8ab332781c49b13414cde5b833d534f04.tar.gz |
[Trampoline] Dont change the load path just for postitseg-postit-trampoline-load-path
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |