fringd / zipline

A gem that lets you stream a zip file from rails
MIT License
289 stars 68 forks source link

Remove uniquify for filenames #26

Closed dsnipe closed 8 years ago

dsnipe commented 8 years ago

Hi @fringd We created functionality of filename cleaning (backslashes removing) and uniquely filenames in zip_tricks: https://github.com/WeTransfer/zip_tricks/pull/6 It adds (n) at the end of filename for duplicated names instead of _n. I hope it's ok for you :)

fringd commented 8 years ago

Please update the gemspec to depend upon the first version of zip_tricks that supports uniquifying names.

fringd commented 8 years ago

thanks for the contribution :D