fetch_it
Small library to fetch an asset over http and dump it to the local filesystem.
fetch_it will create directories for you if supplied path does not exist.
Usage
require 'fetch_it'
FetchIt.go('http://example.com/images/happy_face.png', '/home/me/images/happy_face.png')
Copyright
Copyright © 2010 Matt Swasey. See LICENSE for details.