ruby-mail 2.7.1+dfsg1-2 source package in Ubuntu

Changelog

ruby-mail (2.7.1+dfsg1-2) unstable; urgency=medium

  * Team upload

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * 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.
  * Update standards version to 4.4.1, no changes needed.
  * Update standards version to 4.5.0, no changes needed.

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

  [ Antonio Terceiro ]
  * Add patches to fix tests with ruby3.1 (Closes: #1019635)

 -- Antonio Terceiro <email address hidden>  Sun, 04 Dec 2022 15:21:19 -0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe ruby

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-mail_2.7.1+dfsg1-2.dsc 2.0 KiB a42aa23c0648b8dc08849dccf93bb0bd3f0ae3d190f5dc9dccad94b967317d65
ruby-mail_2.7.1+dfsg1.orig.tar.gz 610.6 KiB 8b0c6220d960d8b435b50e6d4617c39f3b19135c13c1642fd77fe333fd054959
ruby-mail_2.7.1+dfsg1-2.debian.tar.xz 5.9 KiB 8400ef21cab9f4daeb85a4df3c0447f49a56596d6ccc6e528520f4b3cfb73119

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.