ruby-zip 2.3.0-2 source package in Ubuntu

Changelog

ruby-zip (2.3.0-2) unstable; urgency=medium

  * Switch to gem-install layout (bundler need this for --local option now)
  * Bump Standards-Version to 4.6.0 (no changes needed)
  * Update watch file standard to 4

 -- Pirate Praveen <email address hidden>  Sun, 23 Jan 2022 00:55:21 +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 Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-zip_2.3.0-2.dsc 2.0 KiB f4fec1384cfaa2338ec915de019f04c747c19644520b6b2fa9ee943f98971403
ruby-zip_2.3.0.orig.tar.gz 220.1 KiB f545df76f599d5dee6ec50bd2519712a745bd725da6cef54e7d80cdfc1117ef4
ruby-zip_2.3.0-2.debian.tar.xz 5.5 KiB 9ec9ba7e4ae54a3271fcb17e60e4e9b96a7e2eb6ad78c39e99281bf2a28358f7

Available diffs

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