ruby-multi-xml 0.6.0-1 source package in Ubuntu

Changelog

ruby-multi-xml (0.6.0-1) unstable; urgency=medium

  * Team upload
  * New upstream version 0.6.0
  * Remove version in the gem2deb build-dependency
  * Use https:// in Vcs-* fields
  * Bump Standards-Version to 4.1.2 (no changes needed)
  * Bump debhelper compatibility level to 10
  * Run wrap-and-sort on packaging files
  * Follow Github as the source to get the tests
  * Refresh remove-simplecov.patch
  * Drop rspec3.patch, applied upstream
  * Fix tests for ruby-ox >= 2.4.13 (Closes: #882718)
  * Suggests ruby-lixml, ruby-nokogir and ruby-ox
  * Set Testsuite field to autopkgtest-pkg-ruby

 -- Cédric Boutillier <email address hidden>  Tue, 05 Dec 2017 00:30:38 +0100

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
Focal release universe misc
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-multi-xml_0.6.0-1.dsc 1.8 KiB 4a85f5ea95325826172fdec110d18dd5804f62db666fe395b2237c000dca256b
ruby-multi-xml_0.6.0.orig.tar.gz 16.2 KiB cc80d979f0540e1b585cb42c416b05c4b597269da409c5e9cd7cc00f8ca8f3e5
ruby-multi-xml_0.6.0-1.debian.tar.xz 3.5 KiB 99bf53f36ccb32f5281d1d841cd4ffdb614908342b0c1407a97b22e81e0286d6

No changes file available.

Binary packages built by this source

ruby-multi-xml: generic swappable back-end for XML parsing in Ruby

 Provides swappable XML backends utilizing LibXML, Nokogiri, Ox, or REXML.
 .
 Lots of Ruby libraries utilize XML parsing in some form, and everyone has their
 favorite XML library. In order to best support multiple XML parsers and
 ibraries, `multi_xml` is a general-purpose swappable XML backend library.