From a485d86072dd1301fb1876e097aaca4f9f933a37 Mon Sep 17 00:00:00 2001 From: Samuel Giddins Date: Wed, 21 Jun 2017 17:36:21 -0500 Subject: Completely remove the postit trampoline --- Rakefile | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Rakefile') 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 -- cgit v1.2.1