ruby-httparty 0.13.5-1 source package in Ubuntu

Changelog

ruby-httparty (0.13.5-1) unstable; urgency=medium

  * Reupload to unstable.

 -- Cédric Boutillier <email address hidden>  Sun, 05 Jul 2015 14:31:22 +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-httparty_0.13.5-1.dsc 1.8 KiB 38e1d30977849f747cec03880526b5c46bff475576b2b67c88f18a253bcf2f29
ruby-httparty_0.13.5.orig.tar.gz 74.2 KiB 45b4a5e6a9857d91bce44fc247d26f9ef506ed5f6165350e6eb564415795d216
ruby-httparty_0.13.5-1.debian.tar.xz 4.5 KiB a1a0ab27a80405472e6cd8c6ca683139d83940e5b37c10875893493e3bbf96b9

Available diffs

No changes file available.

Binary packages built by this source

ruby-httparty: quick web service consumption from any Ruby class

 HTTParty is a Ruby library to build easily classes that can use
 Web-based APIs and related services. At its simplest, the
 HTTParty module is included within a class, which gives the class a
 "get" method that can retrieve data over HTTP. Further directives,
 however, instruct HTTParty to parse results (XML, JSON, and so on),
 define base URIs for the requests, and define HTTP authentication
 information.