remove 'open-uri' dependency
commit35644223ceba73228b8563aef43e75def3da2ecf
authorEric Wong <normalperson@yhbt.net>
Tue, 7 Oct 2008 20:43:29 +0000 (7 13:43 -0700)
committerEric Wong <normalperson@yhbt.net>
Tue, 7 Oct 2008 21:27:42 +0000 (7 14:27 -0700)
tree29e64d5ffa50136dc46caf3fa82df8b01e00dcb9
parentcbbf0f96d36922d237563bc71378902f0d342f36
remove 'open-uri' dependency

The open-uri code path doesn't scale to large files at
all, so there's no point in depending on it as the
TCPSocket code path works just as well.
lib/mogilefs/mogilefs.rb
test/setup.rb
test/test_mogilefs.rb