diff options
author | Samuel Giddins <segiddins@segiddins.me> | 2016-09-21 12:35:13 +0200 |
---|---|---|
committer | Samuel Giddins <segiddins@segiddins.me> | 2016-09-21 12:35:13 +0200 |
commit | 336b070bc9a11145ea3307c8a6c1477ee5dde4a5 (patch) | |
tree | d48a798a32cc5550c44b0eaad7fe093ed54bee8f /Rakefile | |
parent | 03633e15bfb4763ab7015f4abe6ca4ec1938d759 (diff) | |
download | bundler-336b070bc9a11145ea3307c8a6c1477ee5dde4a5.tar.gz |
Un-vendor the compact index client
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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" |