summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-09-21 12:35:13 +0200
committerSamuel Giddins <segiddins@segiddins.me>2016-09-21 12:35:13 +0200
commit336b070bc9a11145ea3307c8a6c1477ee5dde4a5 (patch)
treed48a798a32cc5550c44b0eaad7fe093ed54bee8f /Rakefile
parent03633e15bfb4763ab7015f4abe6ca4ec1938d759 (diff)
downloadbundler-336b070bc9a11145ea3307c8a6c1477ee5dde4a5.tar.gz
Un-vendor the compact index client
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Rakefile b/Rakefile
index cc7162a6ef..178d481655 100644
--- a/Rakefile
+++ b/Rakefile
@@ -285,13 +285,6 @@ end
begin
require "automatiek"
- Automatiek::RakeTask.new("compact_index_client") do |lib|
- lib.download = { :github => "https://github.com/bundler/compact_index_client" }
- lib.namespace = "CompactIndexClient"
- lib.prefix = "Bundler"
- lib.vendor_lib = "lib/bundler/vendor/compact_index_client"
- end
-
Automatiek::RakeTask.new("molinillo") do |lib|
lib.download = { :github => "https://github.com/CocoaPods/Molinillo" }
lib.namespace = "Molinillo"