ruby-ox 2.14.9-1 source package in Ubuntu

Changelog

ruby-ox (2.14.9-1) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Use secure URI in Homepage field.
  * Set upstream metadata fields: Bug-Submit.

  [ Leandro Cunha ]
  * New upstream version.
  * debian/control:
    - Bump Standards-Version to 4.6.0.
    - Removed ruby-interpreter is deprecated reported by Lintian in depends.
  * debian/watch:
    - Import tarball from GitHub repository.
  * debian/copyright:
    - Add myself.
    - Update year to author of project.
  * debian/ruby-ox.install:
    - Install examples and fix Lintian report.

 -- Leandro Cunha <email address hidden>  Fri, 04 Mar 2022 19:20:25 -0300

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-ox_2.14.9-1.dsc 1.9 KiB c36fa1f2c24541a38b6c72feee8498d75b653d020ce2a54fb6cb475c38f60af6
ruby-ox_2.14.9.orig.tar.gz 213.5 KiB ab924437d639b7099af7df55d140f46dc0114fcd0db4a2f8687360307ea40d32
ruby-ox_2.14.9-1.debian.tar.xz 4.0 KiB f5acebfa8c2a1b00610ef15e48594312261dcbe3df5c90e1763cb41dae61977f

No changes file available.

Binary packages built by this source

ruby-ox: fast XML parser and object serializer

 Optimized XML (Ox), as the name implies, was written to provide speed
 optimized XML handling. It was designed to be an alternative to Nokogiri
 and other Ruby XML parsers for generic XML parsing and as an alternative
 to Marshal for Object serialization.
 .
 Ox handles XML documents in three ways: it is a generic XML parser and
 writer, a fast Object / XML marshaller, and a stream SAX parser. The
 library is implemented in C for speed and has a lean, simple Ruby API.

ruby-ox-dbgsym: debug symbols for ruby-ox