ruby-rack-test 0.7.0-2 source package in Ubuntu
Changelog
ruby-rack-test (0.7.0-2) unstable; urgency=medium * Team Upload [ Utkarsh Gupta ] * Add salsa-ci.yml [ Debian Janitor ] * Use secure copyright file specification URI. * Wrap long lines in changelog entries: 0.6.2-2. * Use secure URI in debian/watch. * Use secure URI in Homepage field. * Bump debhelper from old 10 to 12. * Set debhelper-compat version in Build-Depends. * Update Vcs-* headers from URL redirect. * Use canonical URL in Vcs-Git. * Update standards version to 4.1.1, no changes needed. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. * Remove constraints unnecessary since buster: + Build-Depends: Drop versioned constraint on ruby-rack. + ruby-rack-test: Drop versioned constraint on ruby-rack in Depends. * Update watch file format version to 4. * Bump debhelper from old 12 to 13. [ Pirate Praveen ] * Bump Standards-Version to 4.6.0 (no changes needed) * Switch to gem-install layout for bundle --local compatibility -- Pirate Praveen <email address hidden> Mon, 24 Jan 2022 01:15:24 +0530
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 | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | ruby |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ruby-rack-test_0.7.0-2.dsc | 2.0 KiB | 7c7e1ec6717b7366b00d430f30bc018ee2cbfc65346d3d05b2ac00af40015326 |
ruby-rack-test_0.7.0.orig.tar.gz | 12.3 KiB | 30f608a8c26b3a0602cfee243333ab4164d9b627329e65299da1e84e4c58327a |
ruby-rack-test_0.7.0-2.debian.tar.xz | 11.8 KiB | 6dbf4a40ea217a46f5b449200dffa141f367623066f0f40cf07eb7dcfac1f094 |
Available diffs
- diff from 0.7.0-1.1 to 0.7.0-2 (2.0 KiB)
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. Most of its initial functionality is an extraction of Merb 1.0's
request helpers feature.