ruby-docker-api 2.2.0-2 source package in Ubuntu

Changelog

ruby-docker-api (2.2.0-2) unstable; urgency=medium

  * Replace dependency on ruby-archive-tar-minitar with ruby-minitar.
    (Closes: #838221, #947841).
  * Bump Standards-Version to 4.6.2.
  * Bump DH compat level to 13.
  * Set Rules-Requires-Root to no.
  * Update copyright dates.
  * Drop deprecated fields XS-Ruby-Versions and XB-Ruby-Versions.
  * Apply Multi-Arch hints.
  * Update watch file and bump it to version 4.
  * Drop dependency on deprecated package ruby-interpreter.
  * Tag patch d/p/01_disable_rubygems.diff as Forwarded: not-needed.

 -- Miguel Landaeta <email address hidden>  Thu, 07 Dec 2023 21:41:38 +0000

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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-docker-api_2.2.0-2.dsc 2.0 KiB a59ad7b0fe3d8ffcbbd102215dc16195d82a9e29c3d0b03cdb7236bb83c726c3
ruby-docker-api_2.2.0.orig.tar.gz 48.5 KiB a9daacabe290bd7c4aa7f17b0814fab4c5875ed181565799b12e9bb7929299d1
ruby-docker-api_2.2.0-2.debian.tar.xz 3.4 KiB d2d75eb83dfbb49d61c9c36fd716694b270d45a6daa7fe9a87dbfb3236039216

Available diffs

No changes file available.

Binary packages built by this source

ruby-docker-api: Ruby gem to interact with docker.io remote API

 ruby-docker-api gem provides an object-oriented interface to the Docker
 Remote API and a complete client implementation.
 .
 ruby-docker-api is designed to be very lightweight. Almost no state
 is cached (aside from id's which are immutable) to ensure that each
 method call's information is up to date. As such, just about every
 external method represents an API call.
 .
 At this time, basic `podman` support has been added via the podman
 docker-compatible API socket.