ruby-httparty 0.13.7-1 source package in Ubuntu

Changelog

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

  * Imported Upstream version 0.13.7
  * Bump debhelper compatibility level to 9
  * Remove version in the gem2deb build-dependency
  * Use https:// in Vcs-* fields
  * Bump Standards-Version to 3.9.8 (no changes needed)
  * Run wrap-and-sort on packaging files
  * Set Testsuite field to autopkgtest-pkg-ruby

 -- Cédric Boutillier <email address hidden>  Tue, 07 Jun 2016 10:57:29 +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

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-httparty_0.13.7-1.dsc 1.7 KiB b7ec6c09106553402afe56d8932d16e3e5c82677b57e1af06e55f2789b486511
ruby-httparty_0.13.7.orig.tar.gz 77.4 KiB ad43f81f876b5ba7023b87a947721aec56e4424c31e28f133b2e439a00cd19df
ruby-httparty_0.13.7-1.debian.tar.xz 4.6 KiB 72b666e96ae4923d4895b7b97151b7deb20367282eaf37c639295b4693e3393e

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.