valid_email2 1.1.2 → 1.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -2
- data/lib/valid_email2/version.rb +1 -1
- data/vendor/disposable_emails.yml +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 11ecc14d9a219bf9ce4df211900e24352c7c7008
|
4
|
+
data.tar.gz: 38ecb5ced8a0de90baa10ef1aa26ab5a5d43fa61
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef3617b41152c31eb6de3136a0df39695c6cab4f59e45c5a4a00248f818832aa2b75734f21a68c0783a1acaa65ee357268e542d8944446fd720e2d8efcacb5f0
|
7
|
+
data.tar.gz: 458ac611aa84dd2b5c5a46f38d1d2d5a9084b51f8ad36049f38e9bad8b6fd7a93d0dd4c4f28c180e74139bf217cc7417a94b3d1b9de211c5327beea25069aaf7
|
data/CHANGELOG.md
CHANGED
@@ -1,7 +1,11 @@
|
|
1
|
+
## Version 1.1.3
|
2
|
+
Added more disposable email domains (https://github.com/lisinge/valid_email2/commit/a29ce30d4bc22a23283a0b3f9f6d4560309784ca)
|
3
|
+
|
1
4
|
## Version 1.1.2
|
2
|
-
Added more disposable email (https://github.com/lisinge/valid_email2/pull/11 and https://github.com/lisinge/valid_email2/pull/13 and https://github.com/lisinge/valid_email2/commit/81e20eb8a14759b88dfee3c343e21512aa7d8da4)
|
5
|
+
Added more disposable email domains (https://github.com/lisinge/valid_email2/pull/11 and https://github.com/lisinge/valid_email2/pull/13 and https://github.com/lisinge/valid_email2/commit/81e20eb8a14759b88dfee3c343e21512aa7d8da4)
|
6
|
+
|
3
7
|
## Version 1.1.1
|
4
|
-
Added more disposable
|
8
|
+
Added more disposable email domains (https://github.com/lisinge/valid_email2/pull/9 and https://github.com/lisinge/valid_email2/pull/10)
|
5
9
|
|
6
10
|
## Version 1.1.0
|
7
11
|
Added support to locally blacklist emails
|
data/lib/valid_email2/version.rb
CHANGED
@@ -365,6 +365,7 @@
|
|
365
365
|
- saynotospams.com
|
366
366
|
- selfdestructingmail.com
|
367
367
|
- sendspamhere.com
|
368
|
+
- sharedmailbox.org
|
368
369
|
- sharklasers.com
|
369
370
|
- shiftmail.com
|
370
371
|
- shitmail.me
|
@@ -434,6 +435,7 @@
|
|
434
435
|
- supermailer.jp
|
435
436
|
- superrito.com
|
436
437
|
- suremail.info
|
438
|
+
- svk.jp
|
437
439
|
- tafmail.com
|
438
440
|
- teewars.org
|
439
441
|
- teleworm.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: 1.1.
|
4
|
+
version: 1.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Micke Lisinge
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-12-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|