Package: ruby-valid-email / 0.2.1-1

Metadata

Package Version Patches format
ruby-valid-email 0.2.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0002 Skip tests relying on a DNS setup.patch | (download)

spec/email_validator_spec.rb | 4 2 + 2 - 0 !
spec/validate_email_spec.rb | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 skip tests relying on a dns setup

The tests skipped failed in Ubuntu infrastructure and it passed in
Debian buildd and local chroots. Those tests rely on a DNS to perform
some MX record lookups. As far as I can see in Debian and local chroots
some DNS information is leaking and that is why the tests pass. I filed
a bug upstream to see if they can try to mock the MX record lookup some
way:

https://github.com/hallelujah/valid_email/issues/107