summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorSamuel E. Giddins <segiddins@segiddins.me>2015-08-19 00:31:56 -0600
committerSamuel Giddins <segiddins@segiddins.me>2016-01-25 10:45:41 -0600
commite47768ef105dbfb7a8b0d1ac6fa9a8cfec1ac9d5 (patch)
tree4a77d51537cb0ca0e6530534476a04db9fa64f0a /Rakefile
parente76170688df5a09d724ed3b9a2e9f2a8bb930a11 (diff)
downloadbundler-e47768ef105dbfb7a8b0d1ac6fa9a8cfec1ac9d5.tar.gz
[CompactIndex] Use vendored compact_index_client
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 332e5e9da4..403cf262e1 100644
--- a/Rakefile
+++ b/Rakefile
@@ -281,6 +281,13 @@ 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"