ruby-test-construct 2.0.2-1 source package in Ubuntu

Changelog

ruby-test-construct (2.0.2-1) unstable; urgency=medium

  [ Cédric Boutillier ]
  * Bump debhelper compatibility level to 9
  * Use https:// in Vcs-* fields
  * Bump Standards-Version to 3.9.7 (no changes needed)
  * Run wrap-and-sort on packaging files

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Use secure URI in debian/watch.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.

  [ Cédric Boutillier ]
  * [ci skip] Update team name
  * [ci skip] Add .gitattributes to keep unwanted files out of the source
    package

  [ Alexander Gerasiov ]
  * d/control: Bump Standards-Version (no changes needed.)
  * New upstream version 2.0.2
  * d/watch: Use gemwatch.debian.net instead of alioth.

 -- Alexander GQ Gerasiov <email address hidden>  Tue, 05 Jan 2021 18:49:49 +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
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-test-construct_2.0.2-1.dsc 1.8 KiB b6216c43764bfc4f877eafbf3480e2f8c06d8c94fe78d2b6200ca8ee5ec1cc2e
ruby-test-construct_2.0.2.orig.tar.gz 9.2 KiB 78cde1ef818f7f4370a583dd635240f41d91e96ef4e23b3619212b89858c45a9
ruby-test-construct_2.0.2-1.debian.tar.xz 3.3 KiB c62bc5a7579618fefa37bc663693f565eedd5cf84b4839118e7c74f82c08866d

Available diffs

No changes file available.

Binary packages built by this source

ruby-test-construct: Ruby library that creates temporary files and directories for testing

 TestConstruct is a DSL for creating temporary files and directories during
 testing.
 .
 Using construct is as simple as calling within_construct and providing a
 block. All files and directories that are created within that block are
 created within a temporary directory. The temporary directory is always
 deleted before within_construct finishes.
 .
 There is nothing special about the files and directories created with
 TestConstruct, so you can use plain old Ruby IO methods to interact with them.