Project

doo_dah

0.0
No commit activity in last 3 years
No release in over 3 years
This gem creates zip files using the STORE method - i.e. with no compression. This enables the generation of zip files with a known size from streamed data, providing the size of the input files is known.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.2.8
>= 2.8.0
 Project Readme
DooDah is a simple Ruby gem for creating zip files that are well suited to streaming. This is achieved by only supporting the zip STORE method (for predictable size), and by use of the optional data descriptor after each file so that output of file data can start before a whole file has been processed.