ruby-webmock 3.18.1-2 source package in Ubuntu

Changelog

ruby-webmock (3.18.1-2) unstable; urgency=medium

  * Team upload.
  * Add patch to skip tests requiring Internet connection. Those tests are
    failing in the Ubuntu builders.

 -- Lucas Kanashiro <email address hidden>  Tue, 07 Feb 2023 09:21:29 -0300

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-webmock_3.18.1-2.dsc 2.2 KiB 6b641fdfc1e45901df787c38979874c4d9daccb247ea95a959dce16304af7dc5
ruby-webmock_3.18.1.orig.tar.gz 122.7 KiB a7fc76649d3d6611653760ed44f2808a3af2ebdf7623e1badff8d7241eaefe19
ruby-webmock_3.18.1-2.debian.tar.xz 5.6 KiB 1c8ee3d9186f09601aaa3a093383df5ccb6a32af9259ea422843b29716a0559f

No changes file available.

Binary packages built by this source

ruby-webmock: library for stubbing HTTP requests in Ruby

 WebMock allows stubbing HTTP requests and setting expectations on HTTP
 requests.
 .
 Features
 .
  * Stubbing HTTP requests at low http client lib level (no need to change
    tests when you change HTTP library).
  * Setting and verifying expectations on HTTP requests.
  * Matching requests based on method, URI, headers and body.
  * Smart matching of the same URIs in different representations (also encoded
     and non encoded forms).
  * Smart matching of the same headers in different representations.