spam_email 0.0.29 → 0.0.31

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: 42080ad4221f20f861d3df2f0ec3762ca1eb1179
4
- data.tar.gz: 0eeec615d306c8428d0173ae6836811437030971
3
+ metadata.gz: 57965ea29d05903fa2ebebd912dd3e3c0a3b5c40
4
+ data.tar.gz: ded40bec8287fe2e69b9b1d013bb2ee27f783890
5
5
  SHA512:
6
- metadata.gz: f2e2b7e1a0b393dbb92a9d67f14bfc4150855423373220cf690e8b1da2e872e826060b1403b9af5147b5d44fc1c914f0b152ff6912fa43a459bf7c7155dfcf7d
7
- data.tar.gz: 52dd41f9921d592ba38a501de3bb781c6f24637cf37c1328edbfe24de0ba88ecc87c03bf92d4a98f1a2becfa59d42c4bb13e7292fce2ca6f3969ba2594bd8bcf
6
+ metadata.gz: 18e95c35779e8f18318754b69bb98d93f87719b05215653979cb7abe54ea1e82d3118410e62583e7e03c17ddde3a76596b5fc93e01d158a09674563eaea4b80b
7
+ data.tar.gz: 60cfa56b9cc96d3cd0b67d0463e0b74e5e95f03c4f39d24a4e0645b28816fe84a181a46e7c1a4a2eac6d5c3379832d58670e469d5a061dcfc90dfda4b97e9612
@@ -354,6 +354,7 @@ module SpamEmail
354
354
  'exlans.e-spare.com.au',
355
355
  'explodemail.com',
356
356
  'express.net.ua',
357
+ 'extremail.ru',
357
358
  'eyepaste.com',
358
359
  'f.hmh.ro',
359
360
  'facebook.com',
@@ -537,6 +538,7 @@ module SpamEmail
537
538
  'imails.info',
538
539
  'imgof.com',
539
540
  'immo-gerance.info',
541
+ 'inbound.plus',
540
542
  'inbox.ru',
541
543
  'inbox.si',
542
544
  'inboxalias.com',
@@ -610,6 +612,7 @@ module SpamEmail
610
612
  'key-mail.net',
611
613
  'kiois.com',
612
614
  'kir.ch.tc',
615
+ 'kismail.ru',
613
616
  'kituekrs.top',
614
617
  'kiurheyur.cricket',
615
618
  'klammlose.org',
@@ -634,6 +637,7 @@ module SpamEmail
634
637
  'lags.us',
635
638
  'land.ru',
636
639
  'landmail.co',
640
+ 'laoeq.com',
637
641
  'lastmail.co',
638
642
  'lawlita.com',
639
643
  'leeching.net',
@@ -797,6 +801,7 @@ module SpamEmail
797
801
  'misterpinball.de',
798
802
  'moakt.com',
799
803
  'moburl.com',
804
+ 'mohmal.in',
800
805
  'moncourrier.fr.nf',
801
806
  'monemail.fr.nf',
802
807
  'monmail.fr.nf',
@@ -1253,6 +1258,7 @@ module SpamEmail
1253
1258
  'tokenmail.de',
1254
1259
  'tom.com',
1255
1260
  'top.hurami.com',
1261
+ 'top1mail.ru',
1256
1262
  'topranklist.de',
1257
1263
  'tormail.org',
1258
1264
  'tradedoubling.co.uk',
@@ -1285,6 +1291,7 @@ module SpamEmail
1285
1291
  'trashymail.net',
1286
1292
  'trbvm.com',
1287
1293
  'trbvn.com',
1294
+ 'trbvo.com',
1288
1295
  'trialmail.de',
1289
1296
  'trickmail.net',
1290
1297
  'trillianpro.com',
@@ -0,0 +1,6 @@
1
+ module SpamEmail
2
+ IPLIST = Set.new [
3
+ '176.126.236.241',
4
+ '2A02:59E0:0:9::3'
5
+ ]
6
+ end
@@ -1,3 +1,3 @@
1
1
  module SpamEmail
2
- VERSION = '0.0.29'
2
+ VERSION = '0.0.31'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spam_email
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.29
4
+ version: 0.0.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - Phillipp Röll
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-05 00:00:00.000000000 Z
11
+ date: 2016-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -84,6 +84,7 @@ files:
84
84
  - config/locales/fr.yml
85
85
  - lib/spam_email.rb
86
86
  - lib/spam_email/blacklist.rb
87
+ - lib/spam_email/iplist.rb
87
88
  - lib/spam_email/version.rb
88
89
  - spam_email.gemspec
89
90
  - spec/spam_email_validator_spec.rb