ruby-sham-rack 1.4.1-3 source package in Ubuntu

Changelog

ruby-sham-rack (1.4.1-3) unstable; urgency=medium

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Use secure URI in Homepage field.
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.5.0, no changes needed.
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on ruby-rr.
  * Update watch file format version to 4.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

  [ Cédric Boutillier ]
  * Add patch to use URI.open in specs (Closes: #996386)
  * Use gem install layout
  * Remove explicit dependency on ruby interpreter
  * Rules-Requires-Root set to no
  * Bump Standards-Version to 4.6.0 (no changes needed)

 -- Cédric Boutillier <email address hidden>  Thu, 18 Nov 2021 11:09:05 +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
Oracular release universe misc
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-sham-rack_1.4.1-3.dsc 1.5 KiB 26fd66c79aaa9681b6d2eb976c7fda99cc87fd3d5661ef885fb8f97254712884
ruby-sham-rack_1.4.1.orig.tar.gz 6.5 KiB 4c2e1c2166c545e31ade8e5de1f96651422067a9ebde4d5c62ddb53bb9082a2b
ruby-sham-rack_1.4.1-3.debian.tar.xz 4.5 KiB da502737549bcafdb113053611e16d7bb20a2f5c8fdf499293b49c1c5f8e2320

Available diffs

No changes file available.

Binary packages built by this source

ruby-sham-rack: Net::HTTP-to-Rack plumbing for HTTP testing

 ShamRack plumbs Net::HTTP directly into Rack, for quick and easy HTTP testing.
 .
 Well, it makes it easy to _stub out external (HTTP) services_, which is handy
 in development and testing environments, or when you want to _test your HTTP
 client code_.
 .
 You can also use it to _test your Rack application_ (or Sinatra, or Rails, or
 Merb) using a variety of HTTP client libraries, to check interoperability.