email_data 1605927397 → 1606065366
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/Gemfile.lock +1 -1
- data/VERSION +1 -1
- data/data/tlds.txt +0 -1
- data/package.json +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f7dc8272eb99cfde2c879c67cbdbfc9c42f4eda2f7b55a7f212d85e0f0fb8168
|
4
|
+
data.tar.gz: '0928ae1a1ba08b7f74e50b07016a117a6ce9932c1de6b5b107bf95177ca05434'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a0b01994679a442f4ae4b1fb07b97593a7fff306957a7b559aeb1fdab37a10232ab2a6c2073f94e1d24f60ab75f6b0901656ad8e84e9d7ea70f020a3b9506b9
|
7
|
+
data.tar.gz: 3bb06f2e2b461a4f48b2ef8f03486550ff7d8b518b5dcd5a4b65514ebbd07e56fc4b76e8c877240b1d117846e65a870c8f3e51ae6b41ef6683cf113351c983e0
|
data/Gemfile.lock
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
1606065366
|
data/data/tlds.txt
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": "1606065366.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: '1606065366'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nando Vieira
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-11-
|
11
|
+
date: 2020-11-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|
@@ -226,9 +226,9 @@ licenses:
|
|
226
226
|
metadata:
|
227
227
|
homepage_uri: https://github.com/fnando/email_data
|
228
228
|
bug_tracker_uri: https://github.com/fnando/email_data/issues
|
229
|
-
source_code_uri: https://github.com/fnando/email_data/tree/
|
230
|
-
documentation_uri: https://github.com/fnando/email_data/tree/
|
231
|
-
license_uri: https://github.com/fnando/email_data/tree/
|
229
|
+
source_code_uri: https://github.com/fnando/email_data/tree/v1606065366
|
230
|
+
documentation_uri: https://github.com/fnando/email_data/tree/v1606065366/README.md
|
231
|
+
license_uri: https://github.com/fnando/email_data/tree/v1606065366/LICENSE.md
|
232
232
|
post_install_message:
|
233
233
|
rdoc_options: []
|
234
234
|
require_paths:
|