ruby-xmlrpc 0.3.3-1 source package in Ubuntu

Changelog

ruby-xmlrpc (0.3.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Declare compliance with Debian Policy 4.7.0.
  * d/control: remove XS-Ruby-Versions field.

 -- Lucas Kanashiro <email address hidden>  Wed, 12 Jun 2024 16:40:10 -0300

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-xmlrpc_0.3.3-1.dsc 2.0 KiB b1146a12ce7c1da9c1affdd695e87c2de8485b0c41288d60e3d51c15d9bacb2f
ruby-xmlrpc_0.3.3.orig.tar.gz 34.7 KiB 083d41fef7b553d8532ff1cf5a7dbe8baf1ef659e8374e1095206dc939dced19
ruby-xmlrpc_0.3.3-1.debian.tar.xz 3.1 KiB 18389f1319657f1d86d5068acfe9220a8f3fbc7ead04f5f67c49f5ef4727f14b

Available diffs

No changes file available.

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.