spam_email 0.0.1 → 0.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
  SHA1:
3
- metadata.gz: a9800651f6555e720b38e4409194faa24f4a2f71
4
- data.tar.gz: 6892ad93b399ad998a7d74c2ece72630f298291f
3
+ metadata.gz: d1f90b0df06ec635f2825d50c79fe9f582a4e0c6
4
+ data.tar.gz: aedd60b6ad94ca16ed02e2e1a6a1545965007f8b
5
5
  SHA512:
6
- metadata.gz: aac6b8804d1374e92ca516545d097c6cf747adba26169ca73dab8cdf9726a2021dca09e879c06655ae702714a0021fcf2f562e04a562aaba05c8716b0ecdec16
7
- data.tar.gz: 9032aeb177ca62e61b5991123fc255a7196f97abf43372100146928a0b3ed41e4a2a610e46bd3ad3d20f6f75341026a7fdf979e712b01042ed498e8d7143c8e8
6
+ metadata.gz: 0b0025d1a709c65f06c5416cc38eb65055eb1869b07cd8c756a1257dd8c07e8e50fa9b2e7dd5b6e2ebf0f9d2004c79ef3f6f0ded3b4c9a9f720f34fc808933ea
7
+ data.tar.gz: 3213eb4f02ac4a4dc0280318e4d8d02b4ff5c79246e673d27e9eea6717b1f5fa7881f3d21cbf588fa80c46fb9e35c0c76fb2df8efb2b02f7dd4313fe80d331b2
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  If you have to reach out to your users with important information and they signed
4
4
  up with a trash e-mail address you're not like to get the desired attention.This
5
- gem checks the e-mail address domain against a blcklist of trash mail providers.
5
+ gem checks the e-mail address domain against a blacklist of trash mail providers.
6
6
 
7
7
  ## Installation
8
8
 
@@ -43,6 +43,7 @@ module SpamEmail
43
43
  "ama-trans.de",
44
44
  "amilegit.com",
45
45
  "anhorn.de",
46
+ "ano.to",
46
47
  "ano-mail.net",
47
48
  "anonbox.net",
48
49
  "anonmail.de",
@@ -90,6 +91,7 @@ module SpamEmail
90
91
  "bumpymail.com",
91
92
  "bund.us",
92
93
  "bymail.org",
94
+ "byom.de",
93
95
  "casema.org",
94
96
  "cash.com",
95
97
  "cashette.com",
@@ -1,3 +1,3 @@
1
1
  module SpamEmail
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
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.1
4
+ version: 0.0.2
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: 2013-11-01 00:00:00.000000000 Z
11
+ date: 2013-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec