email_data 1633912876.0.0 → 1634258553.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 +11 -0
- data/data/disposable_domains_with_mx.txt +1642 -2013
- data/data/disposable_domains_without_mx.txt +108827 -108445
- data/data/slds.txt +5 -0
- data/lib/email_data/version.rb +1 -1
- data/package.json +1 -1
- metadata +5 -5
data/data/slds.txt
CHANGED
@@ -820,6 +820,7 @@ com.cm
|
|
820
820
|
com.cn
|
821
821
|
com.co
|
822
822
|
com.cu
|
823
|
+
com.cv
|
823
824
|
com.cw
|
824
825
|
com.cy
|
825
826
|
com.dm
|
@@ -1101,6 +1102,7 @@ edu.ci
|
|
1101
1102
|
edu.cn
|
1102
1103
|
edu.co
|
1103
1104
|
edu.cu
|
1105
|
+
edu.cv
|
1104
1106
|
edu.cw
|
1105
1107
|
edu.dm
|
1106
1108
|
edu.do
|
@@ -2112,6 +2114,7 @@ int.az
|
|
2112
2114
|
int.bo
|
2113
2115
|
int.ci
|
2114
2116
|
int.co
|
2117
|
+
int.cv
|
2115
2118
|
int.is
|
2116
2119
|
int.la
|
2117
2120
|
int.lk
|
@@ -3606,6 +3609,7 @@ nom.tm
|
|
3606
3609
|
nom.ve
|
3607
3610
|
nom.za
|
3608
3611
|
nombre.bo
|
3612
|
+
nome.cv
|
3609
3613
|
nome.pt
|
3610
3614
|
nomi.ishikawa.jp
|
3611
3615
|
nonoichi.ishikawa.jp
|
@@ -3826,6 +3830,7 @@ org.ci
|
|
3826
3830
|
org.cn
|
3827
3831
|
org.co
|
3828
3832
|
org.cu
|
3833
|
+
org.cv
|
3829
3834
|
org.cw
|
3830
3835
|
org.cy
|
3831
3836
|
org.dm
|
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": "1634258553.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: 1634258553.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-10-
|
11
|
+
date: 2021-10-15 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/v1634258553.0.0
|
247
|
+
documentation_uri: https://github.com/fnando/email_data/tree/v1634258553.0.0/README.md
|
248
|
+
license_uri: https://github.com/fnando/email_data/tree/v1634258553.0.0/LICENSE.md
|
249
249
|
post_install_message:
|
250
250
|
rdoc_options: []
|
251
251
|
require_paths:
|