email_data 1611104550.0.0 → 1611536305.0.0
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/data/disposable_domains.txt +17 -2
- data/data/disposable_domains_with_mx.txt +1881 -1811
- data/data/disposable_domains_without_mx.txt +99572 -99627
- data/data/slds.txt +6 -0
- data/lib/email_data/version.rb +1 -1
- data/package.json +1 -1
- metadata +5 -5
data/data/slds.txt
CHANGED
@@ -925,6 +925,7 @@ com.vi
|
|
925
925
|
com.vn
|
926
926
|
com.vu
|
927
927
|
com.ws
|
928
|
+
com.ye
|
928
929
|
com.zm
|
929
930
|
commune.am
|
930
931
|
communication.museum
|
@@ -1199,6 +1200,7 @@ edu.ve
|
|
1199
1200
|
edu.vn
|
1200
1201
|
edu.vu
|
1201
1202
|
edu.ws
|
1203
|
+
edu.ye
|
1202
1204
|
edu.za
|
1203
1205
|
edu.zm
|
1204
1206
|
education.museum
|
@@ -1688,6 +1690,7 @@ gov.vc
|
|
1688
1690
|
gov.ve
|
1689
1691
|
gov.vn
|
1690
1692
|
gov.ws
|
1693
|
+
gov.ye
|
1691
1694
|
gov.za
|
1692
1695
|
gov.zm
|
1693
1696
|
gov.zw
|
@@ -3028,6 +3031,7 @@ mil.tz
|
|
3028
3031
|
mil.uy
|
3029
3032
|
mil.vc
|
3030
3033
|
mil.ve
|
3034
|
+
mil.ye
|
3031
3035
|
mil.za
|
3032
3036
|
mil.zm
|
3033
3037
|
mil.zw
|
@@ -3504,6 +3508,7 @@ net.vi
|
|
3504
3508
|
net.vn
|
3505
3509
|
net.vu
|
3506
3510
|
net.ws
|
3511
|
+
net.ye
|
3507
3512
|
net.za
|
3508
3513
|
net.zm
|
3509
3514
|
neues.museum
|
@@ -3939,6 +3944,7 @@ org.vi
|
|
3939
3944
|
org.vn
|
3940
3945
|
org.vu
|
3941
3946
|
org.ws
|
3947
|
+
org.ye
|
3942
3948
|
org.za
|
3943
3949
|
org.zm
|
3944
3950
|
org.zw
|
data/lib/email_data/version.rb
CHANGED
data/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fnando/email_data",
|
3
3
|
"description": "This project is a compilation of datasets related to emails. Includes disposable emails, disposable domains, and free email services.",
|
4
|
-
"version": "
|
4
|
+
"version": "1611536305.0.0",
|
5
5
|
"license": "MIT",
|
6
6
|
"repository": {
|
7
7
|
"type": "git",
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: email_data
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1611536305.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nando Vieira
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-01-
|
11
|
+
date: 2021-01-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|
@@ -243,9 +243,9 @@ licenses:
|
|
243
243
|
metadata:
|
244
244
|
homepage_uri: https://github.com/fnando/email_data
|
245
245
|
bug_tracker_uri: https://github.com/fnando/email_data/issues
|
246
|
-
source_code_uri: https://github.com/fnando/email_data/tree/
|
247
|
-
documentation_uri: https://github.com/fnando/email_data/tree/
|
248
|
-
license_uri: https://github.com/fnando/email_data/tree/
|
246
|
+
source_code_uri: https://github.com/fnando/email_data/tree/v1611536305.0.0
|
247
|
+
documentation_uri: https://github.com/fnando/email_data/tree/v1611536305.0.0/README.md
|
248
|
+
license_uri: https://github.com/fnando/email_data/tree/v1611536305.0.0/LICENSE.md
|
249
249
|
post_install_message:
|
250
250
|
rdoc_options: []
|
251
251
|
require_paths:
|