email_data 1607653226.0.0 → 1607672976.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/.gitignore +1 -0
- data/.rubocop.yml +3 -0
- data/data/disposable_domains.txt +1 -0
- data/data/disposable_domains_with_mx.txt +1413 -1594
- data/data/disposable_domains_without_mx.txt +95186 -95004
- data/lib/email_data/version.rb +1 -1
- data/package.json +1 -1
- metadata +4 -5
- data/Gemfile.lock +0 -116
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": "1607672976.0.0",
|
5
5
|
"license": "MIT",
|
6
6
|
"repository": {
|
7
7
|
"type": "git",
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: email_data
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1607672976.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nando Vieira
|
@@ -200,7 +200,6 @@ files:
|
|
200
200
|
- CODE_OF_CONDUCT.md
|
201
201
|
- CONTRIBUTING.md
|
202
202
|
- Gemfile
|
203
|
-
- Gemfile.lock
|
204
203
|
- LICENSE.md
|
205
204
|
- LICENSE.txt
|
206
205
|
- README.md
|
@@ -244,9 +243,9 @@ licenses:
|
|
244
243
|
metadata:
|
245
244
|
homepage_uri: https://github.com/fnando/email_data
|
246
245
|
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/
|
246
|
+
source_code_uri: https://github.com/fnando/email_data/tree/v1607672976.0.0
|
247
|
+
documentation_uri: https://github.com/fnando/email_data/tree/v1607672976.0.0/README.md
|
248
|
+
license_uri: https://github.com/fnando/email_data/tree/v1607672976.0.0/LICENSE.md
|
250
249
|
post_install_message:
|
251
250
|
rdoc_options: []
|
252
251
|
require_paths:
|
data/Gemfile.lock
DELETED
@@ -1,116 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
email_data (1607646524.0.0)
|
5
|
-
|
6
|
-
GEM
|
7
|
-
remote: https://rubygems.org/
|
8
|
-
specs:
|
9
|
-
activemodel (6.1.0)
|
10
|
-
activesupport (= 6.1.0)
|
11
|
-
activerecord (6.1.0)
|
12
|
-
activemodel (= 6.1.0)
|
13
|
-
activesupport (= 6.1.0)
|
14
|
-
activesupport (6.1.0)
|
15
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
16
|
-
i18n (>= 1.6, < 2)
|
17
|
-
minitest (>= 5.1)
|
18
|
-
tzinfo (~> 2.0)
|
19
|
-
zeitwerk (~> 2.3)
|
20
|
-
aitch (1.1.0)
|
21
|
-
nokogiri
|
22
|
-
ast (2.4.1)
|
23
|
-
awesome_print (1.8.0)
|
24
|
-
byebug (11.1.3)
|
25
|
-
coderay (1.1.3)
|
26
|
-
concurrent-ruby (1.1.7)
|
27
|
-
docile (1.3.2)
|
28
|
-
i18n (1.8.5)
|
29
|
-
concurrent-ruby (~> 1.0)
|
30
|
-
method_source (1.0.0)
|
31
|
-
mini_portile2 (2.4.0)
|
32
|
-
minitest (5.14.2)
|
33
|
-
minitest-utils (0.4.6)
|
34
|
-
minitest
|
35
|
-
nokogiri (1.10.10)
|
36
|
-
mini_portile2 (~> 2.4.0)
|
37
|
-
parallel (1.20.1)
|
38
|
-
parser (2.7.2.0)
|
39
|
-
ast (~> 2.4.1)
|
40
|
-
pg (1.2.3)
|
41
|
-
pry (0.13.1)
|
42
|
-
coderay (~> 1.1)
|
43
|
-
method_source (~> 1.0)
|
44
|
-
pry-byebug (3.9.0)
|
45
|
-
byebug (~> 11.0)
|
46
|
-
pry (~> 0.13.0)
|
47
|
-
pry-meta (0.0.10)
|
48
|
-
awesome_print
|
49
|
-
pry
|
50
|
-
pry-byebug
|
51
|
-
pry-remote
|
52
|
-
pry-remote (0.1.8)
|
53
|
-
pry (~> 0.9)
|
54
|
-
slop (~> 3.0)
|
55
|
-
rainbow (3.0.0)
|
56
|
-
rake (13.0.1)
|
57
|
-
regexp_parser (2.0.0)
|
58
|
-
rexml (3.2.4)
|
59
|
-
root_domain (0.1.2)
|
60
|
-
email_data
|
61
|
-
simpleidn
|
62
|
-
rubocop (1.6.0)
|
63
|
-
parallel (~> 1.10)
|
64
|
-
parser (>= 2.7.1.5)
|
65
|
-
rainbow (>= 2.2.2, < 4.0)
|
66
|
-
regexp_parser (>= 1.8, < 3.0)
|
67
|
-
rexml
|
68
|
-
rubocop-ast (>= 1.2.0, < 2.0)
|
69
|
-
ruby-progressbar (~> 1.7)
|
70
|
-
unicode-display_width (>= 1.4.0, < 2.0)
|
71
|
-
rubocop-ast (1.3.0)
|
72
|
-
parser (>= 2.7.1.5)
|
73
|
-
rubocop-fnando (0.0.15)
|
74
|
-
rubocop
|
75
|
-
rubocop-performance
|
76
|
-
rubocop-performance (1.9.1)
|
77
|
-
rubocop (>= 0.90.0, < 2.0)
|
78
|
-
rubocop-ast (>= 0.4.0)
|
79
|
-
ruby-progressbar (1.10.1)
|
80
|
-
simplecov (0.20.0)
|
81
|
-
docile (~> 1.1)
|
82
|
-
simplecov-html (~> 0.11)
|
83
|
-
simplecov_json_formatter (~> 0.1)
|
84
|
-
simplecov-html (0.12.3)
|
85
|
-
simplecov_json_formatter (0.1.2)
|
86
|
-
simpleidn (0.1.1)
|
87
|
-
unf (~> 0.1.4)
|
88
|
-
slop (3.6.0)
|
89
|
-
tzinfo (2.0.3)
|
90
|
-
concurrent-ruby (~> 1.0)
|
91
|
-
unf (0.1.4)
|
92
|
-
unf_ext
|
93
|
-
unf_ext (0.0.7.7)
|
94
|
-
unicode-display_width (1.7.0)
|
95
|
-
zeitwerk (2.4.2)
|
96
|
-
|
97
|
-
PLATFORMS
|
98
|
-
ruby
|
99
|
-
|
100
|
-
DEPENDENCIES
|
101
|
-
activerecord
|
102
|
-
aitch
|
103
|
-
bundler
|
104
|
-
email_data!
|
105
|
-
minitest
|
106
|
-
minitest-utils
|
107
|
-
pg
|
108
|
-
pry-meta
|
109
|
-
rake
|
110
|
-
root_domain
|
111
|
-
rubocop
|
112
|
-
rubocop-fnando
|
113
|
-
simplecov
|
114
|
-
|
115
|
-
BUNDLED WITH
|
116
|
-
2.1.4
|