diff options
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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 |