ruby-zip 2.3.2-1 source package in Ubuntu
Changelog
ruby-zip (2.3.2-1) unstable; urgency=medium * New upstream version 2.3.2 -- Pirate Praveen <email address hidden> Sun, 03 Apr 2022 18:29:43 +0530
Upload details
- Uploaded by:
- Debian Ruby Extras Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Ruby Extras Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc | |
Kinetic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ruby-zip_2.3.2-1.dsc | 2.0 KiB | a102edf20192fd7a9258cb8d88ddf2545a2ac4bbb53db53aeefca4b36eeede83 |
ruby-zip_2.3.2.orig.tar.gz | 220.6 KiB | d63da6438559aec590578f24889aee0bd0c19726334aef8a2528320969dc971d |
ruby-zip_2.3.2-1.debian.tar.xz | 5.5 KiB | 9f748a6c9a0be0680091194bca10984a948963556eb58ef7421a0ee547023832 |
Available diffs
- diff from 2.3.0-2 to 2.3.2-1 (1.1 KiB)
No changes file available.
Binary packages built by this source
- ruby-zip: Ruby module for reading and writing zip files
rubyzip is a ruby library for reading and writing zip (pkzip format)
files, with the restriction that only uncompressed and deflated zip
entries are supported. All this library does is handling of the zip
file format. the actual compression/decompression is handled by
zlib. zlib is accessible from ruby thanks to ruby/zlib