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

Changelog

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

  * Team upload.

  [ Cédric Boutillier ]
  * Remove version in the gem2deb build-dependency
  * Use https:// in Vcs-* fields
  * Bump Standards-Version to 3.9.7 (no changes needed)
  * Run wrap-and-sort on packaging files

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Use secure URI in debian/watch.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on ruby-excon.
    + ruby-docker-api: Drop versioned constraint on ruby-excon in Depends.

  [ Hans-Christoph Steiner ]
  * New upstream version 2.2.0
  * remove obsolete patch

 -- Hans-Christoph Steiner <email address hidden>  Wed, 15 Dec 2021 23:08:04 +0100

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
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-docker-api_2.2.0-1.dsc 1.7 KiB 92f41b3a3f3cade9d72445f6c4903e1a76144c20c73c8f092b868a11657b9dc6
ruby-docker-api_2.2.0.orig.tar.gz 48.5 KiB a9daacabe290bd7c4aa7f17b0814fab4c5875ed181565799b12e9bb7929299d1
ruby-docker-api_2.2.0-1.debian.tar.xz 3.2 KiB 8df698a9a7289c2562bd599af1f8c77b3b9e6bc97238fc5b3d2abb06bb905459

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.