valid_email2 5.2.1 → 5.2.3

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.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal:true
2
2
 
3
3
  module ValidEmail2
4
- VERSION = "5.2.1"
4
+ VERSION = "5.2.3"
5
5
  end
@@ -14,7 +14,7 @@ whitelisted_emails = %w(
14
14
  simplelogin.io aleeas.com slmails.com silomails.com slmail.me
15
15
  passinbox.com passfwd.com passmail.com passmail.net
16
16
  duck.com mozmail.com dralias.com 8alias.com 8shield.net
17
- mailinblack.com
17
+ mailinblack.com anonaddy.com anonaddy.me addy.io privaterelay.appleid.com appleid.com
18
18
  )
19
19
 
20
20
  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.2.1
4
+ version: 5.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Micke Lisinge
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-05 00:00:00.000000000 Z
11
+ date: 2024-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler