email_data 1635036401.0.0 → 1637455647.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 +287 -0
- data/data/disposable_domains_with_mx.txt +2985 -1890
- data/data/disposable_domains_without_mx.txt +111725 -112533
- data/data/tlds.txt +1 -1
- data/lib/email_data/version.rb +1 -1
- data/package.json +1 -1
- metadata +5 -5
data/data/tlds.txt
CHANGED
@@ -820,6 +820,7 @@ mtn
|
|
820
820
|
mtr
|
821
821
|
mu
|
822
822
|
museum
|
823
|
+
music
|
823
824
|
mutual
|
824
825
|
mv
|
825
826
|
mw
|
@@ -1325,7 +1326,6 @@ xn--3bst00m
|
|
1325
1326
|
xn--3ds443g
|
1326
1327
|
xn--3e0b707e
|
1327
1328
|
xn--3hcrj9c
|
1328
|
-
xn--3oq18vl8pn36a
|
1329
1329
|
xn--3pxu8k
|
1330
1330
|
xn--42c2d9a
|
1331
1331
|
xn--45br5cyl
|
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": "1637455647.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: 1637455647.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-
|
11
|
+
date: 2021-11-21 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/v1637455647.0.0
|
248
|
+
documentation_uri: https://github.com/fnando/email_data/tree/v1637455647.0.0/README.md
|
249
|
+
license_uri: https://github.com/fnando/email_data/tree/v1637455647.0.0/LICENSE.md
|
250
250
|
post_install_message:
|
251
251
|
rdoc_options: []
|
252
252
|
require_paths:
|