ruby-multipart-parser 0.1.1-2 source package in Ubuntu

Changelog

ruby-multipart-parser (0.1.1-2) unstable; urgency=low


  * Rebuild for Ruby versions currently in the archive.
  * Bump Standards-Version, no changes required.

 -- Jérémy Bobbio <email address hidden>  Sat, 03 May 2014 15:36:08 +0200

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc
Xenial release universe misc

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ruby-multipart-parser_0.1.1-2.dsc 2.1 KiB b54c97d0ce9fe7d70ccc707c487b8dced9664cf8d63ac4b137cb48716b4b24aa
ruby-multipart-parser_0.1.1.orig.tar.gz 6.9 KiB 554b459b2c5e6eccde8a450de185e69918aa0c2e78d81880795fd887222d004d
ruby-multipart-parser_0.1.1-2.debian.tar.xz 2.7 KiB b01e704ef7fbc1e000edd4900b96b69f7dc6c5846786fed69820f17940fd1e78

No changes file available.

Binary packages built by this source

ruby-multipart-parser: simple parser for multipart MIME messages

 multipart-parser is a simple parser for multipart MIME messages, written in
 Ruby, based on felixge/node-formidable's parser.
 .
 Some things to note:
  - pure Ruby
  - event-driven API
  - only supports one level of multipart parsing: another parser needs
    to be invoked to handle nested messages
  - does not perform I/O
  - does not depend on any other library