ruby-mail 2.5.4-2 source package in Ubuntu

Changelog

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


  * Team upload.
  * debian/ruby-tests.rb: fixed to actually run the tests during package
    build.

 -- Antonio Terceiro <email address hidden>  Sun, 06 Oct 2013 12:12:15 -0300

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
Trusty release universe ruby

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ruby-mail_2.5.4-2.dsc 1.4 KiB 3edf82c2169bd8b489f0623cb886d81855edc8d0b85467f5361254512cce77d5
ruby-mail_2.5.4.orig.tar.gz 814.3 KiB d618fab11e0f4d308535a21bd6c59c2ab81a4ac864db830cc1817ad131512bb9
ruby-mail_2.5.4-2.debian.tar.gz 3.9 KiB a28112655b3d83e528cc0de917dd27cf6f6e5e8b8cd393eb87d92c3c19f2bdc9

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.