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

Changelog

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

  * Team upload
  * debian/watch: point at github to get tests
  * New upstream version 2.0.2
    - Upstream changed the test suite from rspec to minitest, so the reported
      build failure no longer applies (Closes: #1005427)
  * debian/upstream/metadata: update with dh-make-ruby
  * debian/rules: stop setting DH_RUBY_GEMSPEC, no longer needed
  * debian/control: update with dh-make-ruby
    - Bump Standards-Version to 4.6.1; no changes needed
    - Drop alternative build dependency on ruby-rack1.4 (it no longer exists)
    - Update homepage to point to the new upstream homepage
    - Add Testsuite: autopkgtest-pkg-ruby
    - Add Rules-Requires-Root: no
    - Replace hardcoded dependencies with ${ruby:Depends
    - Update binary package description from upstream metadata
  * Add build dependency on ruby-minitest-global-expectations
  * debian/ruby-tests.rake: symlink to upstream Rakefile.
    Upstream switched from rspec to minitest, so using rspec no longer
    works.
  * Drop patches, no longer needed in new upstream release
  * Add patch to make test suite work against installed package

 -- Antonio Terceiro <email address hidden>  Sun, 21 Aug 2022 11:12:15 -0300

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-rack-test_2.0.2-1.dsc 2.1 KiB 2f6f51ec877c5e831ba606d413c853d094cb8615820304da7fc8b739156e7e14
ruby-rack-test_2.0.2.orig.tar.gz 29.9 KiB 619bd3f633232abbc5fc03952463ce520fcf6281f092fdcf34151341fcb2c939
ruby-rack-test_2.0.2-1.debian.tar.xz 4.3 KiB bc6281c5f4babc2190a3cb947212d5ca84cd2f594c98bf418e3cb896e058ec00

Available diffs

No changes file available.

Binary packages built by this source

ruby-rack-test: Simple testing API built on Rack

 Rack::Test is a small, simple testing API for Rack apps. It can be used on its
 own or as a reusable starting point for Web frameworks and testing libraries
 to build on.