ruby-http 4.4.1-5 source package in Ubuntu

Changelog

ruby-http (4.4.1-5) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Update watch file format version to 4.

  [ Cédric Boutillier ]
  * Update team name
  * Add .gitattributes to keep unwanted files out of the source package
  * Build-depend on ruby-webrick (Closes: #996292)
  * Bump standards-version to 4.6.0 (no changes needed)
  * Bump debhelper-compat to 13
  * Add 0005-Fix-passing-a-hash-as-argument-for-Ruby3.patch to fix deprecated
    syntax in spec with ruby3.0

 -- Cédric Boutillier <email address hidden>  Wed, 17 Nov 2021 01:37:24 +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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-http_4.4.1-5.dsc 1.6 KiB 693aa0bb102074c59b069036251805fb4cca7e2a19b65c7893acdff08877cff0
ruby-http_4.4.1.orig.tar.gz 71.7 KiB e60535017cfc8f674802611421b2b9c9ed229a0d2d794dddf73e768fedf60f5b
ruby-http_4.4.1-5.debian.tar.xz 5.9 KiB 7ee91c8087841a9faf1d4dcee32e206b1a872ca4314e80dc8fa7f49b730dcdf1

Available diffs

No changes file available.

Binary packages built by this source

ruby-http: easy-to-use client library for making http requests from Ruby

 It uses a simple method chaining system for building requests, similar
 to Python's Requests
 .
 Under the hood, The HTTP Gem uses http_parser.rb, a fast HTTP parsing
 native extension based on the Node.js parser and a Java port thereof.