Rakefile in net-http-pipeline-1.0 vs Rakefile in net-http-pipeline-1.0.1

- old
+ new

@@ -3,15 +3,17 @@ require 'rubygems' require 'hoe' Hoe.plugin :git Hoe.plugin :minitest -Hoe.plugins.delete :rubyforge +Hoe.plugin :travis Hoe.spec 'net-http-pipeline' do developer 'Eric Hodel', 'drbrain@segment7.net' rdoc_locations << 'docs.seattlerb.org:/data/www/docs.seattlerb.org/net-http-pipeline/' + rdoc_locations << + 'rubyforge.org:/var/www/gforge-projects/seattlerb/net-http-pipeline/' end # vim: syntax=Ruby