ruby-xmlrpc 0.3.2-1ubuntu0.1 source package in Ubuntu

Changelog

ruby-xmlrpc (0.3.2-1ubuntu0.1) jammy; urgency=medium

  * d/control: add ${ruby:Depends} as runtime dependency (LP: #1978152).
    This will pull in ruby-webrick which was added only as build dependency,
    and fix issues when webrick cannot be found.

 -- Lucas Kanashiro <email address hidden>  Thu, 09 Jun 2022 16:06:45 -0300

Upload details

Uploaded by:
Lucas Kanashiro
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy updates main misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-xmlrpc_0.3.2.orig.tar.gz 34.0 KiB 83d6d91fb5e499833c9c58d32fa5d0e171b18a96fa9ea975acf62eb0b2634927
ruby-xmlrpc_0.3.2-1ubuntu0.1.debian.tar.xz 3.1 KiB da0e2738a50013dcfaa0807e69694c5715938360448cb9eb293addde93f2fe12
ruby-xmlrpc_0.3.2-1ubuntu0.1.dsc 2.1 KiB 6097829bd50d4654dcea03c3053e263f100bc7edbc245305339eb99d665f2144

View changes file

Binary packages built by this source

ruby-xmlrpc: XMLRPC library for Ruby

 XMLRPC is a lightweight protocol that enables remote procedure calls over
 HTTP. It is defined at http://www.xmlrpc.com.
 .
 This package enables you to create a server that implements remote procedures
 and a client that calls them. Very little code is required to achieve either
 of these.