email_assessor 0.4.3 → 0.4.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f5e65972ff34d719688062471b7dbf84b00fe9f1
4
- data.tar.gz: 3a6bb7a2582f2f4ac1aa6e0227666ee3d78cb653
3
+ metadata.gz: 21459f3829c02193184477874feb7e994b5cad15
4
+ data.tar.gz: 19a01dde1b6eea60710bce989cd35706f3799cb5
5
5
  SHA512:
6
- metadata.gz: 46c4bf3e7731ca895f89a3f4de7e94a7240029d7a8364356c4314d192f5f0655095eb03ef8f235764a4e41c8c471eda6743ec12ed248bfeb0d1433804b11ee72
7
- data.tar.gz: f8642687c4124ce7a630a10c6e478e082381fc30b9abef6d906392b2f976b9fd4437c15f1aa5ba7621a7ec293a9d12cc314cc4f035debd268c640f1dccce5bfe
6
+ metadata.gz: 186babc51edb4b1bd6197b8f2baca989538a5fc3d76efead5bc1a4aecf5559a822692b4df1137d5bc7e4caf64b9a574d17bc9d97a90f6338eab01ccb9f1e150f
7
+ data.tar.gz: 34648475aa21feba1c4688d7a77b74dafe54035746f8ddcc5acad9d288331a6880e5a364fca32b1b335e54a8d64a4be173ac0e71b749c9b09035bd805a9e9ffe
@@ -18,7 +18,7 @@ module EmailAssessor
18
18
  file_name ||= ""
19
19
  domain = domain.downcase
20
20
 
21
- # Using String#end_with? here would lead to unexpected quirks and false psositives.
21
+ # Using String#end_with? here would lead to unexpected quirks and false positives.
22
22
  # For instance, hotmail.com is valid but tmail.com is not.
23
23
  File.foreach(file_name).any? { |line| domain.match?(%r{\A(?:.+\.)*?#{line.chomp}\z}i) }
24
24
  end
@@ -1,3 +1,3 @@
1
1
  module EmailAssessor
2
- VERSION = "0.4.3"
2
+ VERSION = "0.4.4"
3
3
  end
@@ -156,15 +156,6 @@ amail.club
156
156
  amail.com
157
157
  ama-trade.de
158
158
  ama-trans.de
159
- <<<<<<< HEAD
160
- ||||||| parent of 2d25508... Update more disposable email domains
161
- amail.com
162
- amail4.me
163
- =======
164
- amail.com
165
- amail.club
166
- amail4.me
167
- >>>>>>> 2d25508... Update more disposable email domains
168
159
  amazon-aws.org
169
160
  amelabs.com
170
161
  amilegit.com
@@ -307,7 +298,6 @@ c2.hu
307
298
  c51vsgq.com
308
299
  cachedot.net
309
300
  californiafitnessdeals.com
310
- cars2.club
311
301
  cam4you.cc
312
302
  card.zp.ua
313
303
  cars2.club
@@ -343,7 +333,6 @@ clixser.com
343
333
  clrmail.com
344
334
  cmail.club
345
335
  cmail.com
346
- cmail.club
347
336
  cmail.net
348
337
  cmail.org
349
338
  cnamed.com
@@ -737,14 +726,9 @@ getairmail.ga
737
726
  getairmail.gq
738
727
  getairmail.ml
739
728
  getairmail.tk
740
- <<<<<<< HEAD
741
729
  get-mail.cf
742
730
  get-mail.ga
743
731
  get-mail.ml
744
- ||||||| parent of 2d25508... Update more disposable email domains
745
- =======
746
- getnada.com
747
- >>>>>>> 2d25508... Update more disposable email domains
748
732
  getmails.eu
749
733
  get-mail.tk
750
734
  getnada.com
@@ -1285,14 +1269,8 @@ mywarnernet.net
1285
1269
  myzx.com
1286
1270
  n1nja.org
1287
1271
  nabuma.com
1288
- <<<<<<< HEAD
1289
1272
  nada.email
1290
1273
  nada.ltd
1291
- ||||||| parent of 2d25508... Update more disposable email domains
1292
- =======
1293
- nada.ltd
1294
- nada.email
1295
- >>>>>>> 2d25508... Update more disposable email domains
1296
1274
  nakedtruth.biz
1297
1275
  nanonym.ch
1298
1276
  nationalgardeningclub.com
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: email_assessor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Wolfe Millard