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

Changelog

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

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Cédric Boutillier ]
  * Update team name
  * Add .gitattributes to keep unwanted files out of the source package

  [ Debian Janitor ]
  * Update watch file format version to 4.
  * Bump debhelper from old 12 to 13.

  [ Pirate Praveen ]
  * Bump Standards-Version to 4.6.0 (no changes needed)
  * Switch to gem-install layout for bundle --local compatibility

 -- Pirate Praveen <email address hidden>  Mon, 24 Jan 2022 00:12:50 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-multipart-post_2.0.0-2.dsc 2.1 KiB 42b7629c46b4317e380d2f5bd9ef25ffba4defc3d91d8a19d4c77de06f05d637
ruby-multipart-post_2.0.0.orig.tar.gz 8.4 KiB fbdab39e967dbac6c52c8d4bcda81435abee5ebf09181c4263d55b081c9da965
ruby-multipart-post_2.0.0-2.debian.tar.xz 2.8 KiB c877f6678a588561d5f7be773f940bf1baae43ebe9731f97e6762ebf78571669

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