ruby-httparty 0.18.1-3 source package in Ubuntu

Changelog

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

  * Team upload.
  * d/p/ruby3-spec-fix.patch: Use double splat operator for keyword
    arguments (Closes: #996293)

 -- Athos Ribeiro <email address hidden>  Tue, 26 Oct 2021 09:22:37 -0300

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-httparty_0.18.1-3.dsc 2.2 KiB a985bbbc09fb6b3c86a8551254dfe678e7bb5b1d8b3682e961f8b2b5ace55bc5
ruby-httparty_0.18.1.orig.tar.gz 95.5 KiB 0efacf470273e7efb238ceb01ed451e6e8b59190cf7ab23a469683ea83f20cb7
ruby-httparty_0.18.1-3.debian.tar.xz 6.6 KiB db9eba440f0b615043e7357c93678870cb74b6d6043293f5a0c4e0407d04c78f

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.