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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0ad342fd29a1f9e84bc1f478950044eb2c1371ce
4
- data.tar.gz: 74be594b26fcae6a2b3b1e91127bd88f92897ba9
3
+ metadata.gz: 11ecc14d9a219bf9ce4df211900e24352c7c7008
4
+ data.tar.gz: 38ecb5ced8a0de90baa10ef1aa26ab5a5d43fa61
5
5
  SHA512:
6
- metadata.gz: dfe03423e2ab8a27ac5aa887937df40aa5f3abce9d4071c72cff12375c91143e5c95c836dd4bf5884b3d590ef3d2c4d3d8896e38534ad0cecfb9b06a7691f156
7
- data.tar.gz: ec98201fb272facdaaa45669167a40522c97ce9d14fa1817e20d412ec4fd2597d95fe71d925eaeb1582ed4d03ebdd7998e6c517b68935d1a8f1bc1d8de6ae4c3
6
+ metadata.gz: ef3617b41152c31eb6de3136a0df39695c6cab4f59e45c5a4a00248f818832aa2b75734f21a68c0783a1acaa65ee357268e542d8944446fd720e2d8efcacb5f0
7
+ data.tar.gz: 458ac611aa84dd2b5c5a46f38d1d2d5a9084b51f8ad36049f38e9bad8b6fd7a93d0dd4c4f28c180e74139bf217cc7417a94b3d1b9de211c5327beea25069aaf7
@@ -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 emails (https://github.com/lisinge/valid_email2/pull/9 and https://github.com/lisinge/valid_email2/pull/10)
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
@@ -1,3 +1,3 @@
1
1
  module ValidEmail2
2
- VERSION = "1.1.2"
2
+ VERSION = "1.1.3"
3
3
  end
@@ -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.2
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-26 00:00:00.000000000 Z
11
+ date: 2014-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler