email_data 1605588714 → 1606172235

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.
@@ -188,6 +188,7 @@ housemail.com
188
188
  humanoid.net
189
189
  icloud.com
190
190
  ig.com.br
191
+ ik.me
191
192
  imap-mail.com
192
193
  imap.cc
193
194
  imapmail.org
@@ -187,6 +187,7 @@ housemail.com
187
187
  humanoid.net
188
188
  icloud.com
189
189
  ig.com.br
190
+ ik.me
190
191
  imap-mail.com
191
192
  imap.cc
192
193
  imapmail.org
@@ -631,7 +631,6 @@ iveco
631
631
  jaguar
632
632
  java
633
633
  jcb
634
- jcp
635
634
  je
636
635
  jeep
637
636
  jetzt
@@ -1,23 +1,29 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require_relative "lib/email_data/version"
3
+ require_relative "./lib/email_data/version"
4
4
 
5
5
  Gem::Specification.new do |spec|
6
- spec.name = "email_data"
7
- spec.version = EmailData::VERSION
8
- spec.authors = ["Nando Vieira"]
9
- spec.email = ["me@fnando.com"]
10
-
11
- spec.summary = "This project is a compilation of datasets related to " \
12
- "emails. Includes disposable emails, disposable " \
13
- "domains, and free email services."
14
- spec.description = spec.summary
15
- spec.homepage = "https://github.com/fnando/email_data"
16
- spec.license = "MIT"
17
- spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
6
+ spec.name = "email_data"
7
+ spec.version = EmailData::VERSION
8
+ spec.authors = ["Nando Vieira"]
9
+ spec.email = ["me@fnando.com"]
18
10
 
11
+ spec.summary = "This project is a compilation of datasets related to " \
12
+ "emails. Includes disposable emails, disposable " \
13
+ "domains, and free email services."
14
+ spec.description = spec.summary
15
+ spec.license = "MIT"
16
+ spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0")
17
+
18
+ github_url = "https://github.com/fnando/email_data"
19
+ github_tree_url = "#{github_url}/tree/v#{spec.version}"
20
+
21
+ spec.homepage = github_url
19
22
  spec.metadata["homepage_uri"] = spec.homepage
20
- spec.metadata["source_code_uri"] = spec.homepage
23
+ spec.metadata["bug_tracker_uri"] = "#{github_url}/issues"
24
+ spec.metadata["source_code_uri"] = github_tree_url
25
+ spec.metadata["documentation_uri"] = "#{github_tree_url}/README.md"
26
+ spec.metadata["license_uri"] = "#{github_tree_url}/LICENSE.md"
21
27
 
22
28
  spec.files = Dir.chdir(File.expand_path(__dir__)) do
23
29
  `git ls-files -z`
@@ -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": "1605588714.0.0",
4
+ "version": "1606172235.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: '1605588714'
4
+ version: '1606172235'
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-17 00:00:00.000000000 Z
11
+ date: 2020-11-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -172,14 +172,21 @@ executables: []
172
172
  extensions: []
173
173
  extra_rdoc_files: []
174
174
  files:
175
+ - ".github/CODEOWNERS"
175
176
  - ".github/FUNDING.yml"
176
- - ".github/workflows/tests.yml"
177
+ - ".github/ISSUE_TEMPLATE/bug_report.md"
178
+ - ".github/ISSUE_TEMPLATE/feature_request.md"
179
+ - ".github/PULL_REQUEST_TEMPLATE.md"
180
+ - ".github/dependabot.yml"
181
+ - ".github/workflows/ruby-tests.yml"
177
182
  - ".gitignore"
178
183
  - ".rubocop.yml"
179
184
  - ".tool-versions"
180
185
  - CODE_OF_CONDUCT.md
186
+ - CONTRIBUTING.md
181
187
  - Gemfile
182
188
  - Gemfile.lock
189
+ - LICENSE.md
183
190
  - LICENSE.txt
184
191
  - README.md
185
192
  - Rakefile
@@ -218,7 +225,10 @@ licenses:
218
225
  - MIT
219
226
  metadata:
220
227
  homepage_uri: https://github.com/fnando/email_data
221
- source_code_uri: https://github.com/fnando/email_data
228
+ bug_tracker_uri: https://github.com/fnando/email_data/issues
229
+ source_code_uri: https://github.com/fnando/email_data/tree/v1606172235
230
+ documentation_uri: https://github.com/fnando/email_data/tree/v1606172235/README.md
231
+ license_uri: https://github.com/fnando/email_data/tree/v1606172235/LICENSE.md
222
232
  post_install_message:
223
233
  rdoc_options: []
224
234
  require_paths:
@@ -227,7 +237,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
227
237
  requirements:
228
238
  - - ">="
229
239
  - !ruby/object:Gem::Version
230
- version: 2.5.0
240
+ version: 2.6.0
231
241
  required_rubygems_version: !ruby/object:Gem::Requirement
232
242
  requirements:
233
243
  - - ">="