summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Rakefile b/Rakefile
index fcbf7b5866..1b08fdbfe9 100644
--- a/Rakefile
+++ b/Rakefile
@@ -328,13 +328,6 @@ begin
lib.vendor_lib = "lib/bundler/vendor/thor"
end
- 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"
- end
-
Automatiek::RakeTask.new("net-http-persistent") do |lib|
lib.download = { :github => "https://github.com/drbrain/net-http-persistent" }
lib.namespace = "Net::HTTP::Persistent"
@@ -355,7 +348,6 @@ rescue LoadError
namespace :vendor do
task(:molinillo) { abort "Install the automatiek gem to be able to vendor gems." }
task(:thor) { abort "Install the automatiek gem to be able to vendor gems." }
- task(:postit) { abort "Install the automatiek gem to be able to vendor gems." }
task("net-http-persistent") { abort "Install the automatiek gem to be able to vendor gems." }
end
end