ruby-net-http-pipeline 1.0.1-3 source package in Ubuntu

Changelog

ruby-net-http-pipeline (1.0.1-3) unstable; urgency=medium

  [ Daniel Leidert ]
  * Team upload.
  * d/control: Add Testsuite field.

  [ Debian Janitor ]
  * Set field Upstream-Contact in debian/copyright.
  * Remove obsolete field Contact from debian/upstream/metadata (already present
    in machine-readable debian/copyright).

  [ Cédric Boutillier ]
  * Update team name
  * Add gemspec (Closes: #972899)
  * Use gem install layout and check dependencies during tests
  * Bump debhelper compatibility level to 13
  * Drop explicit dependency on ruby interpreter
  * Use autopkgtest-ruby instead of debian/tests/*

 -- Cédric Boutillier <email address hidden>  Mon, 26 Oct 2020 22:33:21 +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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-net-http-pipeline_1.0.1-3.dsc 1.8 KiB 8b9f49d0ec177790c16f253671ef94331baac2b368ebdc5ff3d30652dbdb691e
ruby-net-http-pipeline_1.0.1.orig.tar.gz 6.8 KiB fdd85951887c828caa8ff29b174a8d48d63d131de0ab120dd80a32c5eb5ee940
ruby-net-http-pipeline_1.0.1-3.debian.tar.xz 3.4 KiB 4f553df180153c0af6005f82e92495e65763728aba5dc01981114e9334f40e25

Available diffs

No changes file available.

Binary packages built by this source

ruby-net-http-pipeline: HTTP/1.1 pipelining implementation atop Net::HTTP

 This package contains an HTTP/1.1 pipelining implementation atop Net::HTTP.
 A pipelined connection sends multiple requests to the HTTP server without
 waiting for the responses. The server will respond in-order.