ruby-rails-dom-testing 2.0.3-4 source package in Ubuntu
Changelog
ruby-rails-dom-testing (2.0.3-4) unstable; urgency=medium * Team upload. [ Utkarsh Gupta ] * Add salsa-ci.yml [ Debian Janitor ] * Trim trailing whitespace. * Use secure copyright file specification URI. * 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.4.1, no changes needed. * Update watch file format version to 4. * Update standards version to 4.5.0, no changes needed. * Remove constraints unnecessary since buster: + Build-Depends: Drop versioned constraint on ruby-activesupport, ruby-nokogiri and ruby-rails-deprecated-sanitizer. + ruby-rails-dom-testing: Drop versioned constraint on ruby-activesupport, ruby-nokogiri and ruby-rails-deprecated-sanitizer in Depends. [ Pirate Praveen ] * Bump Standards-Version to 4.6.0 (no changes needed) * Switch to gem-install layout for `bundle install --local` compat -- Pirate Praveen <email address hidden> Sun, 23 Jan 2022 12:46:51 +0530
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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc | |
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ruby-rails-dom-testing_2.0.3-4.dsc | 2.1 KiB | c831b98cf7d80957f263fdfb0266cdad0d76f11b65d62393c3c52e319f75067e |
ruby-rails-dom-testing_2.0.3.orig.tar.gz | 10.6 KiB | f2ff360da1c2565fe709195dcf9f4131bca5775a966968c332e1f5b3859d1cb1 |
ruby-rails-dom-testing_2.0.3-4.debian.tar.xz | 2.7 KiB | 10f7f5977518eb18e911277f2a6615b9c8b43bc6716ebc7564d06466e81280ea |
Available diffs
- diff from 2.0.3-3 to 2.0.3-4 (1.7 KiB)
No changes file available.
Binary packages built by this source
- ruby-rails-dom-testing: SOM and Selector assertions for Rails applications
This package provides test assertions for dealing with HTML content. DOM trees
can be tested using `assert_dom_equal` and `assert_dom_not_ equal`, and HTML
elements can be tested using `assert_select`, `assert_select_ encoded` ,
`assert_select_ email`, and selected with `css_select`.