email_data 1688257664.0.0 → 1688862479.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/data/disposable_domains.txt +129 -0
- data/data/disposable_domains_with_mx.txt +592 -636
- data/data/disposable_domains_without_mx.txt +106813 -106640
- data/data/tlds.txt +0 -3
- data/lib/email_data/version.rb +1 -1
- data/package.json +1 -1
- metadata +5 -5
data/data/tlds.txt
CHANGED
@@ -557,7 +557,6 @@ hospital
|
|
557
557
|
host
|
558
558
|
hosting
|
559
559
|
hot
|
560
|
-
hoteles
|
561
560
|
hotels
|
562
561
|
hotmail
|
563
562
|
house
|
@@ -889,7 +888,6 @@ pars
|
|
889
888
|
partners
|
890
889
|
parts
|
891
890
|
party
|
892
|
-
passagens
|
893
891
|
pay
|
894
892
|
pccw
|
895
893
|
pe
|
@@ -1252,7 +1250,6 @@ voting
|
|
1252
1250
|
voto
|
1253
1251
|
voyage
|
1254
1252
|
vu
|
1255
|
-
vuelos
|
1256
1253
|
wales
|
1257
1254
|
walmart
|
1258
1255
|
walter
|
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": "1688862479.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: 1688862479.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: 2023-07-
|
11
|
+
date: 2023-07-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|
@@ -244,9 +244,9 @@ licenses:
|
|
244
244
|
metadata:
|
245
245
|
homepage_uri: https://github.com/fnando/email_data
|
246
246
|
bug_tracker_uri: https://github.com/fnando/email_data/issues
|
247
|
-
source_code_uri: https://github.com/fnando/email_data/tree/
|
248
|
-
documentation_uri: https://github.com/fnando/email_data/tree/
|
249
|
-
license_uri: https://github.com/fnando/email_data/tree/
|
247
|
+
source_code_uri: https://github.com/fnando/email_data/tree/v1688862479.0.0
|
248
|
+
documentation_uri: https://github.com/fnando/email_data/tree/v1688862479.0.0/README.md
|
249
|
+
license_uri: https://github.com/fnando/email_data/tree/v1688862479.0.0/LICENSE.md
|
250
250
|
rubygems_mfa_required: 'true'
|
251
251
|
post_install_message:
|
252
252
|
rdoc_options: []
|