valid_email2 3.2.3 → 3.2.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dc36490d5ad59e2c3b3cdd3c539a812f856edcc6f9ca58cb83abd76dd6c552e9
4
- data.tar.gz: 760dfc6b6d8b451ed0e872157018f6d71da9e47c6511bacbb553115ed66210b2
3
+ metadata.gz: 6f0eea64eb523ab5e3993b7e8c8abff01c0de45535ec72e81c94177c70442d59
4
+ data.tar.gz: 771e67404527aa129be31a94c2eef0738f54b3e653f394964fa215dabe786b21
5
5
  SHA512:
6
- metadata.gz: b6669d5eccb655f44f2afa63b2b4d9709b70a01c54c5a8b3d1667618c75aae426aef4c082ea5844ea72510f3777a417e08acd8bdacb01e77e920aa4b096463d0
7
- data.tar.gz: '09819606d5610bbb084b8ac28b175b9c6eb7b23b03aaf7a90f54364480aa2d86b310bfcd2af179b364fca5650a2bcf5d207d44bdfb7cf725a1b14b939e68f6d9'
6
+ metadata.gz: 4d491d4b61f26a9155cee37e78e5a78fd60579418f17bfbe76713b3d9ab7d6a0e371f919c36bddf2843c69392c2cb6e3ed4f32d2b392b7642d5008b02b0ae02a
7
+ data.tar.gz: 5ad7f4f013df6a23662c12e70113bdc9f74e98f31b680fad0de7730f17b4bd15b8761b26d1fb2d21f3b58dc89abcf049f225bfc5a05c5edc5ca9b0f50a81bd70
@@ -1,3 +1,6 @@
1
+ ## Version 3.2.4
2
+ * Remove false positives
3
+
1
4
  ## Version 3.2.3
2
5
  * Disallow backtick (\`) in domain
3
6
  * https://github.com/micke/valid_email2/pull/152
@@ -4181,6 +4181,9 @@ awahal0vk1o7gbyzf0.ml
4181
4181
  awahal0vk1o7gbyzf0.tk
4182
4182
  awatum.de
4183
4183
  awca.eu
4184
+ awdrt.com
4185
+ awdrt.net
4186
+ awdrt.org
4184
4187
  aweather.ru
4185
4188
  aweightlossguide.com
4186
4189
  awemail.com
@@ -10119,6 +10122,7 @@ emailme.win
10119
10122
  emailmenow.info
10120
10123
  emailmiser.com
10121
10124
  emailmobile.net
10125
+ emailmonkey.club
10122
10126
  emailmynn.com
10123
10127
  emailmysr.com
10124
10128
  emailna.co
@@ -18797,6 +18801,7 @@ mailbox92.biz
18797
18801
  mailboxheaven.info
18798
18802
  mailboxint.info
18799
18803
  mailboxlife.net
18804
+ mailboxok.club
18800
18805
  mailboxonline.org
18801
18806
  mailboxrental.org
18802
18807
  mailboxxx.net
@@ -29594,6 +29599,9 @@ tsukushiakihito.gq
29594
29599
  tt2dx90.com
29595
29600
  ttbbc.com
29596
29601
  ttdfytdd.ml
29602
+ ttirv.com
29603
+ ttirv.net
29604
+ ttirv.org
29597
29605
  ttoubdzlowecm7i2ua8.cf
29598
29606
  ttoubdzlowecm7i2ua8.ga
29599
29607
  ttoubdzlowecm7i2ua8.gq
@@ -32784,7 +32792,6 @@ yammyshop.com
32784
32792
  yandere.cu.cc
32785
32793
  yandex.ca
32786
32794
  yandex.comx.cf
32787
- yandex.net
32788
32795
  yandexmail.cf
32789
32796
  yandexmail.ga
32790
32797
  yandexmail.gq
@@ -1,3 +1,3 @@
1
1
  module ValidEmail2
2
- VERSION = "3.2.3"
2
+ VERSION = "3.2.4"
3
3
  end
@@ -8,6 +8,7 @@ require "net/http"
8
8
  whitelisted_emails = %w(
9
9
  onet.pl poczta.onet.pl fastmail.fm hushmail.com
10
10
  hush.ai hush.com hushmail.me naver.com qq.com example.com
11
+ yandex.net gmx.com gmx.es
11
12
  )
12
13
 
13
14
  existing_emails = File.open("config/disposable_email_domains.txt") { |f| f.read.split("\n") }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: valid_email2
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.3
4
+ version: 3.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Micke Lisinge
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-30 00:00:00.000000000 Z
11
+ date: 2020-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -127,7 +127,7 @@ homepage: https://github.com/micke/valid_email2
127
127
  licenses:
128
128
  - MIT
129
129
  metadata: {}
130
- post_install_message:
130
+ post_install_message:
131
131
  rdoc_options: []
132
132
  require_paths:
133
133
  - lib
@@ -142,8 +142,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
142
142
  - !ruby/object:Gem::Version
143
143
  version: '0'
144
144
  requirements: []
145
- rubygems_version: 3.0.3
146
- signing_key:
145
+ rubygems_version: 3.1.4
146
+ signing_key:
147
147
  specification_version: 4
148
148
  summary: ActiveModel validation for email. Including MX lookup and disposable email
149
149
  blacklist