spam_email 0.0.10 → 0.0.11

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: 232e52d7fdc05eedc32e3449c11af3b718366c88
4
- data.tar.gz: 4965c039df0a8479f70b5043ded8591f77c4b41d
3
+ metadata.gz: 21c54608749f8e9abcdb8cbbacc30e31e985899d
4
+ data.tar.gz: c60d3b52ada71839a2678f4669ea223a2fc3b987
5
5
  SHA512:
6
- metadata.gz: fac61bd272bd85831129105b709c758da7c22792ac5ad1c1ebc9b097ea7401685c08b5a059c17ec37e11caf258653fea99308f1548dde8e11549120a9e519656
7
- data.tar.gz: 6a12dff7c70c040a2a9a8f2422616d105d629336fd2f74aa814f9f801599566fd948f5de3ce84f4d24a28d2510a9842651962ad844f85287262c2c1e69fd5251
6
+ metadata.gz: c0865b4bb0c4a68c0f7eed78c8fde088c48c3b03c16ff79609d0016a2a07c4539063a64cb75f73044b103d47030ff58eb3294d4292de0f061d7364a34307aed2
7
+ data.tar.gz: 3bc32287303bb00b28c4722f6f79dc126acca10fbacc78fea258a5469bd51d81c082c1b77f90e2812fba4f0de5f30e416064afc9e85553e951b1cc99021f2441
@@ -1,5 +1,6 @@
1
1
  module SpamEmail
2
2
  BLACKLIST = Set.new [
3
+ '027168.com',
3
4
  '0815.ru',
4
5
  '0815.su',
5
6
  '0clickemail.com',
@@ -8,6 +9,7 @@ module SpamEmail
8
9
  '0wnd.org',
9
10
  '10mail.org',
10
11
  '10minutemail.co.uk',
12
+ '10minutemail.co.za',
11
13
  '10minutemail.com',
12
14
  '10minutemail.eu',
13
15
  '10minutemail.info',
@@ -26,6 +28,7 @@ module SpamEmail
26
28
  '1pad.de',
27
29
  '2012pollingstatistics.com',
28
30
  '20mail.in',
31
+ '20mail.it',
29
32
  '20minutemail.com',
30
33
  '21cn.com',
31
34
  '21cn.net',
@@ -77,6 +80,7 @@ module SpamEmail
77
80
  'anon-mail.de',
78
81
  'anonmails.de',
79
82
  'anon-me.de',
83
+ 'anonym.email',
80
84
  'anonymbox.com',
81
85
  'anonymous-email.net',
82
86
  'anonymousfeedback.net',
@@ -139,6 +143,7 @@ module SpamEmail
139
143
  'cellurl.com',
140
144
  'centermail.com',
141
145
  'centermail.net',
146
+ 'chacuo.net',
142
147
  'chammy.info',
143
148
  'chcb.info',
144
149
  'cheatmail.de',
@@ -268,6 +273,7 @@ module SpamEmail
268
273
  'fizmail.com',
269
274
  'fleckens.hu',
270
275
  'flitafir.de',
276
+ 'flurred.com',
271
277
  'flyspam.com',
272
278
  'fly-ts.de',
273
279
  'for-fun.info',
@@ -658,6 +664,7 @@ module SpamEmail
658
664
  'put2.net',
659
665
  'putthisinyourspamdatabase.com',
660
666
  'pwrby.com',
667
+ 'qisoa.com',
661
668
  'qlfg.com',
662
669
  'qoika.com',
663
670
  'qq.com',
@@ -721,6 +728,7 @@ module SpamEmail
721
728
  'shut.name',
722
729
  'shut.ws',
723
730
  'sibmail.com',
731
+ 'sigaint.org',
724
732
  'sina.com',
725
733
  'sinnlos-mail.de',
726
734
  'skeefmail.com',
@@ -1,3 +1,3 @@
1
1
  module SpamEmail
2
- VERSION = '0.0.10'
2
+ VERSION = '0.0.11'
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.10
4
+ version: 0.0.11
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: 2015-01-30 00:00:00.000000000 Z
11
+ date: 2015-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec