email_data 1733013134.0.0 → 1734222646.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.
@@ -1,3 +1,4 @@
1
1
  nus.edu.sg
2
2
  naver.com
3
3
  tulane.edu
4
+ buildingradar.com
@@ -1,3 +1,4 @@
1
+ 8alias.com
1
2
  8shield.net
2
3
  aleeas.com
3
4
  anonaddy.com
@@ -5,6 +6,7 @@ anonaddy.me
5
6
  bump.email
6
7
  bumpmail.io
7
8
  countermail.com
9
+ dralias.com
8
10
  duck.com
9
11
  forwardemail.net
10
12
  improvmx.com
@@ -20,6 +22,7 @@ proxiedmail.com
20
22
  safemail.se
21
23
  simplelogin.co
22
24
  simplelogin.com
25
+ simplelogin.fr
23
26
  slmail.me
24
27
  soverin.net
25
28
  startmail.com
@@ -1,3 +1,4 @@
1
+ 8alias.com
1
2
  8shield.net
2
3
  aleeas.com
3
4
  anonaddy.com
@@ -5,6 +6,7 @@ anonaddy.me
5
6
  bump.email
6
7
  bumpmail.io
7
8
  countermail.com
9
+ dralias.com
8
10
  duck.com
9
11
  forwardemail.net
10
12
  improvmx.com
@@ -20,6 +22,7 @@ proxiedmail.com
20
22
  safemail.se
21
23
  simplelogin.co
22
24
  simplelogin.com
25
+ simplelogin.fr
23
26
  slmail.me
24
27
  soverin.net
25
28
  startmail.com
data/data/slds.txt CHANGED
@@ -30,6 +30,7 @@ abu.yamaguchi.jp
30
30
  ac.ae
31
31
  ac.at
32
32
  ac.be
33
+ ac.bw
33
34
  ac.ci
34
35
  ac.cn
35
36
  ac.cr
@@ -358,7 +359,6 @@ beardu.no
358
359
  bedzin.pl
359
360
  beiarn.no
360
361
  bel.tr
361
- belau.pw
362
362
  belem.br
363
363
  belluno.it
364
364
  benevento.it
@@ -639,6 +639,7 @@ co.ag
639
639
  co.am
640
640
  co.ao
641
641
  co.at
642
+ co.az
642
643
  co.bb
643
644
  co.bi
644
645
  co.bj
@@ -677,7 +678,6 @@ co.ni
677
678
  co.nz
678
679
  co.om
679
680
  co.pn
680
- co.pw
681
681
  co.rs
682
682
  co.rw
683
683
  co.ss
@@ -955,7 +955,6 @@ ed.ao
955
955
  ed.ci
956
956
  ed.cr
957
957
  ed.jp
958
- ed.pw
959
958
  edogawa.tokyo.jp
960
959
  edu.ac
961
960
  edu.af
@@ -1152,7 +1151,6 @@ farsund.no
1152
1151
  fauske.no
1153
1152
  fc.it
1154
1153
  fe.it
1155
- fed.us
1156
1154
  federation.aero
1157
1155
  fedje.no
1158
1156
  feira.br
@@ -1347,7 +1345,6 @@ go.it
1347
1345
  go.jp
1348
1346
  go.ke
1349
1347
  go.kr
1350
- go.pw
1351
1348
  go.th
1352
1349
  go.tj
1353
1350
  go.tz
@@ -1412,6 +1409,7 @@ gov.bn
1412
1409
  gov.br
1413
1410
  gov.bs
1414
1411
  gov.bt
1412
+ gov.bw
1415
1413
  gov.by
1416
1414
  gov.bz
1417
1415
  gov.cd
@@ -1488,6 +1486,7 @@ gov.pn
1488
1486
  gov.pr
1489
1487
  gov.ps
1490
1488
  gov.pt
1489
+ gov.pw
1491
1490
  gov.py
1492
1491
  gov.qa
1493
1492
  gov.rs
@@ -2245,7 +2244,6 @@ kherson.ua
2245
2244
  khmelnitskiy.ua
2246
2245
  khmelnytskyi.ua
2247
2246
  kibichuo.okayama.jp
2248
- kids.us
2249
2247
  kiengiang.vn
2250
2248
  kiev.ua
2251
2249
  kiho.mie.jp
@@ -3115,6 +3113,7 @@ net.bo
3115
3113
  net.br
3116
3114
  net.bs
3117
3115
  net.bt
3116
+ net.bw
3118
3117
  net.bz
3119
3118
  net.ci
3120
3119
  net.cm
@@ -3496,7 +3495,6 @@ or.jp
3496
3495
  or.ke
3497
3496
  or.kr
3498
3497
  or.mu
3499
- or.pw
3500
3498
  or.th
3501
3499
  or.tz
3502
3500
  or.ug
data/email_data.gemspec CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
13
  "domains, and free email services."
14
14
  spec.description = spec.summary
15
15
  spec.license = "MIT"
16
- spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0")
16
+ spec.required_ruby_version = Gem::Requirement.new(">= 3.1.0")
17
17
 
18
18
  github_url = "https://github.com/fnando/email_data"
19
19
  github_tree_url = "#{github_url}/tree/v#{spec.version}"
@@ -68,8 +68,8 @@ module EmailData
68
68
  @model.where(name: value).exists?
69
69
  end
70
70
 
71
- def each(&block)
72
- @model.find_each(&block)
71
+ def each(&)
72
+ @model.find_each(&)
73
73
  end
74
74
  end
75
75
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EmailData
4
- VERSION = "1733013134.0.0"
4
+ VERSION = "1734222646.0.0"
5
5
  end
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": "1733013134.0.0",
4
+ "version": "1734222646.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: 1733013134.0.0
4
+ version: 1734222646.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: 2024-12-01 00:00:00.000000000 Z
11
+ date: 2024-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -248,9 +248,9 @@ licenses:
248
248
  metadata:
249
249
  homepage_uri: https://github.com/fnando/email_data
250
250
  bug_tracker_uri: https://github.com/fnando/email_data/issues
251
- source_code_uri: https://github.com/fnando/email_data/tree/v1733013134.0.0
252
- documentation_uri: https://github.com/fnando/email_data/tree/v1733013134.0.0/README.md
253
- license_uri: https://github.com/fnando/email_data/tree/v1733013134.0.0/LICENSE.md
251
+ source_code_uri: https://github.com/fnando/email_data/tree/v1734222646.0.0
252
+ documentation_uri: https://github.com/fnando/email_data/tree/v1734222646.0.0/README.md
253
+ license_uri: https://github.com/fnando/email_data/tree/v1734222646.0.0/LICENSE.md
254
254
  rubygems_mfa_required: 'true'
255
255
  post_install_message:
256
256
  rdoc_options: []
@@ -260,7 +260,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
260
260
  requirements:
261
261
  - - ">="
262
262
  - !ruby/object:Gem::Version
263
- version: 2.7.0
263
+ version: 3.1.0
264
264
  required_rubygems_version: !ruby/object:Gem::Requirement
265
265
  requirements:
266
266
  - - ">="