ruby-httparty 0.18.1-2 source package in Ubuntu

Changelog

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

  * Indicate that this version breaks (tests of) ruby-gitlab << 4.16.1
    (Closes: #974093)

 -- Cédric Boutillier <email address hidden>  Tue, 17 Nov 2020 08:26:10 +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

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-httparty_0.18.1-2.dsc 1.8 KiB 21d9c4b26f58bd9d6ea018d244103ba2cf1159f5d8650e126b022780c8af743d
ruby-httparty_0.18.1.orig.tar.gz 95.5 KiB 0efacf470273e7efb238ceb01ed451e6e8b59190cf7ab23a469683ea83f20cb7
ruby-httparty_0.18.1-2.debian.tar.xz 6.1 KiB 423973a7fc73c000f811d001d4f79df9ba0955467ca05b69f60ab15943e918ab

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.