ruby-mail 2.5.4-1 source package in Ubuntu

Changelog

ruby-mail (2.5.4-1) unstable; urgency=low


  * Team upload.

  [ Cédric Boutillier ]
  * debian/control: remove obsolete DM-Upload-Allowed flag
  * use canonical URI in Vcs-* fields
  * debian/copyright: use DEP5 copyright-format/1.0 official URL for
    Format field

  [ Christian Hofstaedtler ]
  * New upstream release.
  * Bump Standards-Version to 3.9.4 (no changes)
  * Fix LOAD_PATH for tests during build

 -- Christian Hofstaedtler <email address hidden>  Mon, 03 Jun 2013 18:01:39 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ruby-mail_2.5.4-1.dsc 1.4 KiB 74f9939a48e7ce1ffda6716f6dae66b53a76fa8d2f25a740c4193d09f923be17
ruby-mail_2.5.4.orig.tar.gz 814.3 KiB d618fab11e0f4d308535a21bd6c59c2ab81a4ac864db830cc1817ad131512bb9
ruby-mail_2.5.4-1.debian.tar.gz 3.8 KiB f4c9d31add205778b5aa255147ae5788a4a53bc725c284036d37c87d83393084

Available diffs

No changes file available.

Binary packages built by this source

ruby-mail: Ruby library to handle email generation, parsing and sending.

 The purpose of this library is to provide a single point of access to
 handle all email functions, including sending and receiving
 emails. All network type actions are done through proxy methods to
 Net::SMTP, Net::POP3 etc.
 .
 Built from experience with TMail, it is designed to be a pure ruby
 implementation that makes generating, sending and parsing emails a no
 brainer.
 .
 Finally, Mail has been designed with a very simple object oriented
 system that really opens up the email messages you are parsing, if
 you know what you are doing, you can fiddle with every last bit of
 your email directly.