ruby-test-declarative 0.0.6-3 source package in Ubuntu

Changelog

ruby-test-declarative (0.0.6-3) unstable; urgency=medium

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Use secure URI in Homepage field.
  * Bump debhelper from deprecated 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.
  * Set upstream metadata fields: Repository, Repository-Browse.
  * Apply multi-arch hints.
    + ruby-test-declarative: Add :any qualifier for ruby dependency.
  * Update watch file format version to 4.
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.

  [ Lucas Nussbaum ]
  * Refresh packaging. Main changes:
    + Bump Standards-Version to 4.6.1
    + watch: use gemwatch

 -- Lucas Nussbaum <email address hidden>  Sat, 24 Dec 2022 15:04:07 +0100

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
Oracular release universe ruby
Noble release universe ruby
Mantic release universe ruby
Lunar release universe ruby

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-test-declarative_0.0.6-3.dsc 2.1 KiB 6832a9ee4a1bfb4cbb04c20ae41accdea8c4f14a9503ee12982fdcfcfff29676
ruby-test-declarative_0.0.6.orig.tar.gz 1.9 KiB 92fe29492abbd781ca317d5c4d8820c323069a4c75322db0a528a9a47b331010
ruby-test-declarative_0.0.6-3.debian.tar.xz 2.9 KiB 32da00091e9d0ce2161e90ea47de0ab6b47a8f1a723c9da0d824c834feaa13cf

Available diffs

No changes file available.

Binary packages built by this source

ruby-test-declarative: adds a declarative test method syntax to test/unit

 ruby-test-declarative adds a declarative test method syntax to test/unit:
 instead of using the 'def test_foo' syntax, a 'test' method is provided
 and takes a string, describing the test, as argument.