valid_email2 5.0.1 → 5.0.2

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
  SHA256:
3
- metadata.gz: 2ca039e2c9783df83cda28f05e37a1616b0fbb9d951e410076345b09ab87db23
4
- data.tar.gz: c578aff2d30688d1129d6f0a6b41c6c52b863cf456baa7eae56a7a65915c9120
3
+ metadata.gz: 6cf16a551b7e2957d0ca8ae5b7dd6b559ac8f60e7a5f28247263426b250ebde3
4
+ data.tar.gz: 530615290333847c984470372b39e483dd49c814522f3e38715b2140ebc04f05
5
5
  SHA512:
6
- metadata.gz: 32689abec3a61c8b671ada6ba8fcd480cfb0605bdbd68570ae2fbb30e6f48b79458df508dd13d5e30d7157506236dfc76d5fea998e54ff64171dc09583612992
7
- data.tar.gz: 199599cfe3309f6673d19aa9f53a317446e195c3e34167bcd748390fafe65904e22cd68588b4afdc4b46ae79da6c16fe7df601da21b02f47b0e0bd77158475e4
6
+ metadata.gz: 440068c2a3625854bd3d37d742b24278628f47cecf1f3c6f03eaa9898dc705610fff5be22c04aa25dc7a58de2188a9938a768b8b5ac4e6e341475a92beef41fe
7
+ data.tar.gz: 26d0cb097bd78212dd470141552237632c15650d19bf7dcb882fed4fa973746497c78e5b3569c850f7893559368b038f4cac0020ca9e44ee33bc03983281f173
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## Version 5.0.2
2
+ * Remove mozmail from disposable_email_domains [#203](https://github.com/micke/valid_email2/pull/203)
3
+
1
4
  ## Version 5.0.1
2
5
  * Remove zoho from disposable_email_domains as it's a false positive
3
6
 
@@ -96709,7 +96709,6 @@ mozillafirefox.ml
96709
96709
  mozillafirefox.tk
96710
96710
  mozillamail.com
96711
96711
  mozillamailcom.com
96712
- mozmail.com
96713
96712
  mozmail.info
96714
96713
  mozzasiatopizzavalencia.com
96715
96714
  mozzinovo.club
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal:true
2
2
 
3
3
  module ValidEmail2
4
- VERSION = "5.0.1"
4
+ VERSION = "5.0.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: valid_email2
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.1
4
+ version: 5.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Micke Lisinge