ruby-httparty 0.13.7-2 source package in Ubuntu

Changelog

ruby-httparty (0.13.7-2) unstable; urgency=medium

  * Relax dependency version in gem dependency on json.
    This fixes loading httparty with the gem command (Closes: #864723)

 -- Cédric Boutillier <email address hidden>  Sat, 25 Nov 2017 00:30:18 +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

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-httparty_0.13.7-2.dsc 1.8 KiB 07e7c09afe1dc83216f63eb42d9097f608e80536d3758f46b3e6b5e0bf149aa3
ruby-httparty_0.13.7.orig.tar.gz 77.4 KiB ad43f81f876b5ba7023b87a947721aec56e4424c31e28f133b2e439a00cd19df
ruby-httparty_0.13.7-2.debian.tar.xz 4.9 KiB 09c9d7b0998d42f48be826018de7b79601f9efc130b5af5810a2e41c35224f1e

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.