valid_email2 2.0.0 → 2.0.1

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: ea9b203a1d3faf3c116e75dfa87249eef2771056
4
- data.tar.gz: e8dd47bc33c9f5d1a7e8e9fa65ceee9f28b53cb5
3
+ metadata.gz: 6d418e48aab497dea460820f0607216c8f147e8e
4
+ data.tar.gz: 5b23c329be0747bff3d121f01a46c150885050a3
5
5
  SHA512:
6
- metadata.gz: 0ef8ca38e7b4727ab80125cfc5ce2cdf13b2f4de6660ec3c88fcd6bde42fcb2be6ff8545f7fa4cd74e15041c36fcd69ab84f754c03a6e20b63bb4de1c631bf4a
7
- data.tar.gz: 044148fdb6e8095d70f2de16e197d21715a975d7142f3c33bba5dc83a1e9d1be93346eb6ed2a40db4e5c871efed0a5d9b6fa8b34d2256f133664dfbc16e59515
6
+ metadata.gz: a8ed77fa985af770fce76dedca79020dbc22442bb5a41370358bf9d7efa9a4f4b825de85ed34e6f1a2a0efbbed9765d3ab5eac8193d36e985dd83a8ba92ab1f3
7
+ data.tar.gz: 19591250735ac2005950f9040fa4795e4486384022364be235dee809b7855c1d06894f36dd22b3f65cb669ddcc9a46b40d617b5e1cc1d7e2adb0cb30dd9c5087
@@ -1,3 +1,6 @@
1
+ ## Version 2.0.1
2
+ Added more disposable email domains (https://github.com/lisinge/valid_email2/pull/82 and https://github.com/lisinge/valid_email2/pull/83)
3
+
1
4
  ## Version 2.0.0
2
5
  Add validator namespaced under `ValidEmail2` https://github.com/lisinge/valid_email2/pull/79
3
6
  Deprecate global `EmailValidator` in favor of the namespaced one.
@@ -1,3 +1,3 @@
1
1
  module ValidEmail2
2
- VERSION = "2.0.0"
2
+ VERSION = "2.0.1"
3
3
  end
@@ -1,10 +1,10 @@
1
1
  ---
2
2
  - 0-mail.com
3
- - '027168.com'
4
- - '0815.ru'
5
- - '0815.ry'
6
- - '0815.su'
7
- - '0845.ru'
3
+ - 027168.com
4
+ - 0815.ru
5
+ - 0815.ry
6
+ - 0815.su
7
+ - 0845.ru
8
8
  - 0clickemail.com
9
9
  - 0wnd.net
10
10
  - 0wnd.org
@@ -485,6 +485,7 @@
485
485
  - despam.it
486
486
  - despammed.com
487
487
  - devnullmail.com
488
+ - deyom.com
488
489
  - dfgggg.org
489
490
  - dfgh.net
490
491
  - dfghj.ml
@@ -599,6 +600,7 @@
599
600
  - ebs.com.ar
600
601
  - ecallheandi.com
601
602
  - echt-mail.de
603
+ - ecocap.ga
602
604
  - ecolo-online.fr
603
605
  - edinburgh-airporthotels.com
604
606
  - edv.to
@@ -1357,6 +1359,7 @@
1357
1359
  - mailmetrash.com
1358
1360
  - mailmoat.com
1359
1361
  - mailms.com
1362
+ - mailna.biz
1360
1363
  - mailna.co
1361
1364
  - mailnator.com
1362
1365
  - mailnesia.com
@@ -1682,6 +1685,7 @@
1682
1685
  - powered.name
1683
1686
  - powlearn.com
1684
1687
  - pp.ua
1688
+ - predatorrat.gq
1685
1689
  - premium-mail.fr
1686
1690
  - primabananen.net
1687
1691
  - privacy.net
@@ -2133,6 +2137,7 @@
2133
2137
  - throwawaymail.uu.gl
2134
2138
  - thunkinator.org
2135
2139
  - thxmate.com
2140
+ - tiapz.com
2136
2141
  - tilien.com
2137
2142
  - timgiarevn.com
2138
2143
  - timkassouf.com
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: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Micke Lisinge
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-02 00:00:00.000000000 Z
11
+ date: 2017-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler