ruby-multipart-post 2.0.0-1 source package in Ubuntu

Changelog

ruby-multipart-post (2.0.0-1) unstable; urgency=medium

  [ Dmitry Smirnov ]
  * New upstream release [December 2013].
  * Added "debian/gbp.conf".
  * Standards-Version: 3.9.6.
  * Updated Vcs-Browser URL.

  [ Cédric Boutillier ]
  * Bump debhelper compatibility level to 9
  * Remove version in the gem2deb build-dependency
  * Use https:// in Vcs-* fields
  * Bump Standards-Version to 3.9.7 (no changes needed)
  * Run wrap-and-sort on packaging files

  [ Pirate Praveen ]
  * Use salsa.debian.org in Vcs-* fields
  * Bump Standards-Version to 4.2.1 (no changes needed)
  * Bump debhelper compatibility level to 11
  * Move debian/watch to gemwatch.debian.net
  * Refresh packaging with dh-make-ruby -w

 -- Pirate Praveen <email address hidden>  Tue, 25 Dec 2018 18:00:53 +0530

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

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-multipart-post_2.0.0-1.dsc 2.1 KiB cfb627da382b3bcc8878b27ee1a58dd704aa9ba820769877912c40d2c5ce5dc0
ruby-multipart-post_2.0.0.orig.tar.gz 8.4 KiB fbdab39e967dbac6c52c8d4bcda81435abee5ebf09181c4263d55b081c9da965
ruby-multipart-post_2.0.0-1.debian.tar.xz 2.5 KiB c823766e41b56ac7577f062fc9e404c0fe810f4a0d4423eb843b98dd818cb932

Available diffs

No changes file available.

Binary packages built by this source

ruby-multipart-post: multipart form post accessory for Net::HTTP

 Adds a streamy multipart form post capability to Net::HTTP. Also
 supports other methods besides POST.
 .
 FEATURES/PROBLEMS:
 .
  * Appears to actually work. A good feature to have.
  * Encapsulates posting of file/binary parts and name/value parameter parts,
    similar to most browsers' file upload forms.
  * Provides an UploadIO helper class to prepare IO objects for inclusion in
    the params hash of the multipart post object