valid_email2 4.0.0 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +1 -0
- data/config/disposable_email_domains.txt +2906 -2
- data/lib/valid_email2/version.rb +1 -1
- data/pull_mailchecker_emails.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f1c30912e0060af58725a36b47e41dc1436c90b61f97f75ee4fc598afc28fc61
|
4
|
+
data.tar.gz: ad2af9a53b5ba9dcfe8592607619a45c4cdc38019a144e40a87520c1e279f536
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 807a53709728f9674022e16fa77e86245de28f684b5731e13a707539b4e5cf1a7534f5242aca7b1f31498912958863e79bcd9f9fad4a8c4945e576434e443a34
|
7
|
+
data.tar.gz: 1edb0bfc2a755459ff28d4918eaddf16856b3f3f62bed7099bcca7a0dd037f07a1600fa0935124dfaef4a5a622cf41012ec4a7b383baa9ffb8fd2e6497bd57f4
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -56,6 +56,7 @@ validates :email, 'valid_email_2/email': { strict_mx: true }
|
|
56
56
|
override this timeout, specify a `dns_timeout` option:
|
57
57
|
```ruby
|
58
58
|
validates :email, 'valid_email_2/email': { strict_mx: true, dns_timeout: 10 }
|
59
|
+
```
|
59
60
|
|
60
61
|
To validate that the domain is not a disposable email (checks domain and MX server):
|
61
62
|
```ruby
|