ruby-roxml 3.3.1-4 source package in Ubuntu

Changelog

ruby-roxml (3.3.1-4) unstable; urgency=medium

  * Add patch for basic RSpec3 support (Closes: #795048)
  * Exclude regression_spec, failing with ruby2.2 because nil is frozen
  * Refresh packaging
    + Bump Standards-Version to 3.9.6 (no changes needed)

 -- Cédric Boutillier <email address hidden>  Wed, 12 Aug 2015 15:44:15 +0200

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
Xenial release universe misc

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-roxml_3.3.1-4.dsc 1.7 KiB 5b2d2919705561fbe8c7383d2c75b136b772df8b73b5006bcf8790b1824eb286
ruby-roxml_3.3.1.orig.tar.gz 59.4 KiB 3116aaa0a03db6f4bf9eae8b8db48b05adfa25553926a59059908439a2f2ef47
ruby-roxml_3.3.1-4.debian.tar.xz 5.6 KiB 2ef28a1a4456d0ce300464b58d865e926b274f9da7972b37d331f542503f6d81

Available diffs

No changes file available.

Binary packages built by this source

ruby-roxml: Ruby Object to XML mapping library

 ROXML is a Ruby library designed to make it easier for Ruby developers
 to work with XML. Using simple annotations, it enables Ruby classes to
 be mapped to XML. ROXML takes care of the marshalling and unmarshalling
 of mapped attributes so that developers can focus on building
 first-class Ruby classes. As a result, ROXML simplifies the development
 of RESTful applications, Web Services, and XML-RPC.