valid_email2 1.2.1 → 1.2.2

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
  SHA1:
3
- metadata.gz: 5505b7325ba2c9dcbcf5d39a8c921442c875d932
4
- data.tar.gz: 720c196407659691c98332dba80361a1961ea0b4
3
+ metadata.gz: 5fc728e5e4cc4663fb22b1c6635accd84f8b2e4a
4
+ data.tar.gz: 11122c8e06080207359dd67cac24499ef6cb10c7
5
5
  SHA512:
6
- metadata.gz: 4997fa3f60dbac39b22ca7c89dc2523146e4299c2b29ea551329176d6474e47f8ca20095602edd51fe8389a576e9283c05acfbd21339a12453389b12221dbbe1
7
- data.tar.gz: 6fd6ed2a30ce493e2ff77c24e668a9fb9da2385c5581df0b395050cf4afccc81127aa6e7679fa11849f71a1f5e0869490576fe24369624e01e8c8cdfa821aae3
6
+ metadata.gz: 096e82ec796fc67bce6f3223b8075dbb1484929f758a2b7b785ebab226952fd31b4f6e87c34b1889c94c6f7e4ee2e40cc363646f1f34787b4d3543f5f7dfe186
7
+ data.tar.gz: e67cf6331d3b0063e61d5e72ca8c5336fc45ea54797c704d699c1899bb20e87020fc36e2ed598a596727576a0ada3c12229a28dce5187d1d7b79c7599bb4fbc0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
+ ## Version 1.2.2
2
+ Removed false positive email domains (https://github.com/lisinge/valid_email2/pull/43 and https://github.com/lisinge/valid_email2/pull/44)
3
+
1
4
  ## Version 1.2.1
2
- Added more sisposable email domains (https://github.com/lisinge/valid_email2/pull/41, https://github.com/lisinge/valid_email2/pull/42 and https://github.com/lisinge/valid_email2/commit/8b99a799dc126229d9bc4d79d473a0344e788d34)
5
+ Added more disposable email domains (https://github.com/lisinge/valid_email2/pull/41, https://github.com/lisinge/valid_email2/pull/42 and https://github.com/lisinge/valid_email2/commit/8b99a799dc126229d9bc4d79d473a0344e788d34)
6
+
3
7
  ## Version 1.2.0
4
8
  Disposable email providers have started to use random subdomains so valid_email2
5
9
  will now correctly match against subdomains https://github.com/lisinge/valid_email2/issues/40
@@ -1,3 +1,3 @@
1
1
  module ValidEmail2
2
- VERSION = "1.2.1"
2
+ VERSION = "1.2.2"
3
3
  end
@@ -5,7 +5,7 @@ require "yaml"
5
5
  require "json"
6
6
  require "net/http"
7
7
 
8
- whitelisted_emails = %w(poczta.onet.pl fastmail.fm hushmail.com naver.com)
8
+ whitelisted_emails = %w(poczta.onet.pl fastmail.fm hushmail.com hush.ai hush.com hushmail.me naver.com qq.com)
9
9
 
10
10
  existing_emails = YAML.load_file("vendor/disposable_emails.yml")
11
11
 
@@ -782,9 +782,6 @@
782
782
  - hulapla.de
783
783
  - humaility.com
784
784
  - hungpackage.com
785
- - hush.ai
786
- - hush.com
787
- - hushmail.me
788
785
  - huskion.net
789
786
  - hvastudiesucces.nl
790
787
  - hwsye.net
@@ -1321,7 +1318,6 @@
1321
1318
  - qisdo.com
1322
1319
  - qisoa.com
1323
1320
  - qoika.com
1324
- - qq.com
1325
1321
  - quadrafit.com
1326
1322
  - quickinbox.com
1327
1323
  - quickmail.nl
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: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Micke Lisinge
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-24 00:00:00.000000000 Z
11
+ date: 2016-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler