Skip to content

Releases: rubyzip/rubyzip

v1.2.0

19 Feb 16:29
Compare
Choose a tag to compare
  • Don't enable JRuby objectspace #252
  • Fixes an exception thrown when decoding some weird .zip files #248
  • Use duck typing with IO methods #244
  • Added error for empty (zero bit) zip file #242
  • Accept StringIO in Zip.open_buffer #238
  • Do something more expected with new file permissions #237
  • Case insensitivity option for #find_entry #222
  • Fixes in documentation and examples

v1.1.0

01 Nov 14:40
Compare
Choose a tag to compare
  • StringIO Support
  • Zip64 Support
  • Better jRuby Support
  • Order of files in the archive can be sorted
  • Other small fixes

v1.0.0

29 Aug 07:48
Compare
Choose a tag to compare

Changed the API for gem. Now it can be used without require param in Gemfile.
Added read-only support for Zip64 files.
Added support for setting Unicode file names.

v1.0.0.beta1

21 Aug 21:48
Compare
Choose a tag to compare
v1.0.0.beta1 Pre-release
Pre-release

Beta release for new API.