Fork me on GitHub

pinch by peterhellberg

Retrieve a file from inside a zip file, over the network!

Dependencies

None! (Just net/http and zlib from the Ruby Standard Library)

Install

gem install pinch

Usage

require 'pinch'

data = Pinch.get 'http://peterhellberg.github.com/pinch/test.zip', 'data.json'

# Do something with the data

Authors

Edward Patel (@e_patel) and Peter Hellberg (@peterhellberg)