ruby-em-http-request 1.1.5-2 source package in Ubuntu

Changelog

ruby-em-http-request (1.1.5-2) unstable; urgency=medium

  * Team upload
  * Add avoid_nil_client.patch (Closes: #882308)
    Thanks Christoph Biedl for the report and Jérémy Lal for the patch
  * Use salsa.debian.org in Vcs-* fields
  * Move debian/watch to gemwatch.debian.net
  * Bump Standards-Version to 4.1.5 (no changes needed)
  * Bump debhelper compatibility level to 11

 -- Cédric Boutillier <email address hidden>  Tue, 31 Jul 2018 17:47:17 +0200

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe ruby

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-em-http-request_1.1.5-2.dsc 1.9 KiB f8ec1f1edfe7143ab135c53efab5b0db45cb585f61eab5128567f5d33f1d5a33
ruby-em-http-request_1.1.5.orig.tar.gz 210.7 KiB 8ed40812f3dfa9f1ba1c731d1922a5fcd2ab03849365ee6d520efeb206fe2b68
ruby-em-http-request_1.1.5-2.debian.tar.xz 4.8 KiB bb688a373f68b2d25bab5d77e9d380c077aa36eb6e5cd61aa772a57ca45f6ca9

No changes file available.

Binary packages built by this source

ruby-em-http-request: EventMachine based, async HTTP Request client

 em-http-client is an asynchronous HTTP client based on EventMachine
 with support for:
 .
  * Asynchronous HTTP API for single & parallel request execution
  * Keep-Alive and HTTP pipelining support
  * Auto-follow 3xx redirects with max depth
  * Automatic gzip & deflate decoding
  * Streaming response processing
  * Streaming file uploads
  * HTTP proxy and SOCKS5 support
  * Basic Auth & OAuth
  * Connection-level & Global middleware support