ruby-httparty 0.15.6-1 source package in Ubuntu

Changelog

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

  * Reupload to unstable
  * Bump Standards-Version to 4.1.2 (no changes needed)
  * Use https in watch file

 -- Cédric Boutillier <email address hidden>  Tue, 26 Dec 2017 00:03:14 +0100

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

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-httparty_0.15.6-1.dsc 1.8 KiB 5f8253069cfbf92c88c126d2fe8bf74406536b9caef9254e89d8a77d07f44b8e
ruby-httparty_0.15.6.orig.tar.gz 81.9 KiB 96bef9aa6a33cccbbed3978318411193c2cccc18b0771d48f40e909977cfac57
ruby-httparty_0.15.6-1.debian.tar.xz 4.9 KiB c4f0c66646e32f01e956cb376e1465ac2a4d6564d87492b69cc48fdfe4bb20e7

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.