valid_email2 5.0.0 → 5.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5b71c7e2fb6e50f7e160bcf9553b35fc535dec07d6476d922d68311102f9f8bc
4
- data.tar.gz: 9593a19acae8ff20fef3558bef1b92af3d50e2e9cea8b06eead9850760fb52f2
3
+ metadata.gz: 6cf16a551b7e2957d0ca8ae5b7dd6b559ac8f60e7a5f28247263426b250ebde3
4
+ data.tar.gz: 530615290333847c984470372b39e483dd49c814522f3e38715b2140ebc04f05
5
5
  SHA512:
6
- metadata.gz: 187ed3e8df14d0eae4490af4961a61b22c030fef0677b23bb40d4a7fb3ef5715239c15de638bb3c9eea50afb1e043a9854a080463f0d51b245757d51d1376e73
7
- data.tar.gz: c7f73f3aadaaab052f93cacff2dce06fa398bf22e5311dee152d5b11bee3bcbb37e0b9c4fe2d200314e28b4f87498b7e2bd61fd730fd2eab1cd712604935ca4d
6
+ metadata.gz: 440068c2a3625854bd3d37d742b24278628f47cecf1f3c6f03eaa9898dc705610fff5be22c04aa25dc7a58de2188a9938a768b8b5ac4e6e341475a92beef41fe
7
+ data.tar.gz: 26d0cb097bd78212dd470141552237632c15650d19bf7dcb882fed4fa973746497c78e5b3569c850f7893559368b038f4cac0020ca9e44ee33bc03983281f173
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## Version 5.0.2
2
+ * Remove mozmail from disposable_email_domains [#203](https://github.com/micke/valid_email2/pull/203)
3
+
4
+ ## Version 5.0.1
5
+ * Remove zoho from disposable_email_domains as it's a false positive
6
+
1
7
  ## Version 5.0.0
2
8
  * Support Null MX [rfc7505](https://datatracker.ietf.org/doc/html/rfc7505) #206
3
9
  * Pull new domains
@@ -96709,7 +96709,6 @@ mozillafirefox.ml
96709
96709
  mozillafirefox.tk
96710
96710
  mozillamail.com
96711
96711
  mozillamailcom.com
96712
- mozmail.com
96713
96712
  mozmail.info
96714
96713
  mozzasiatopizzavalencia.com
96715
96714
  mozzinovo.club
@@ -161737,8 +161736,6 @@ zofd.com
161737
161736
  zofi.com
161738
161737
  zoftware.software
161739
161738
  zogavm.ru
161740
- zoho.com
161741
- zoho.in
161742
161739
  zoianp.com
161743
161740
  zoidberg.ninja
161744
161741
  zojb.com
@@ -162287,4 +162284,4 @@ zzzmail.pl
162287
162284
  zzzpush.icu
162288
162285
  zzzz1717.com
162289
162286
  zzzzzzzzzzzzz.com
162290
- zzzzzzzzzzzzz.com0-00.usa.cc
162287
+ zzzzzzzzzzzzz.com0-00.usa.cc
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal:true
2
2
 
3
3
  module ValidEmail2
4
- VERSION = "5.0.0"
4
+ VERSION = "5.0.2"
5
5
  end
@@ -10,6 +10,7 @@ whitelisted_emails = %w(
10
10
  hush.ai hush.com hushmail.me naver.com qq.com example.com
11
11
  yandex.net gmx.com gmx.es webdesignspecialist.com.au vp.com
12
12
  onit.com asics.com freemail.hu 139.com mail2world.com slmail.me
13
+ zoho.com
13
14
  )
14
15
 
15
16
  existing_emails = File.open("config/disposable_email_domains.txt") { |f| f.read.split("\n") }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: valid_email2
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.0
4
+ version: 5.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Micke Lisinge
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-04 00:00:00.000000000 Z
11
+ date: 2023-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler