antispam 0.3.0 → 0.3.1
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 +4 -4
- data/lib/antispam/version.rb +1 -1
- metadata +9 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c201e827a1cfece7b14b2179d32600480513672661307a3a889a81b7e53f2efe
|
4
|
+
data.tar.gz: f9b1f819e3f07aebc0c486d56c07fe4cbae5de504e48cdc33fbd57a3e27950b1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f37d63454377603cb8216140f96f6c84a5575e1be3d47906ee413f1b58bcda4593be281db41877ad3c5ebdde6f4ec2e4484b49615dc5763b0f3a5ef3815f081
|
7
|
+
data.tar.gz: cfdd369ceb4398c20f214fa230139134b3dd218d81a1e2e3f51d3d764fed6408149c425dc4007a5007a910150fbf8cbe24f451547c1dea4fb7114f72955c10c7
|
data/lib/antispam/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: antispam
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryan Kopf
|
@@ -65,7 +65,14 @@ dependencies:
|
|
65
65
|
- - ">="
|
66
66
|
- !ruby/object:Gem::Version
|
67
67
|
version: '0'
|
68
|
-
description: Antispam
|
68
|
+
description: "Antispam helps prevent spam in your Rails applications by checking against
|
69
|
+
DNS blacklists \nand spam-prevention databases.\n\nKey features:\n- IP-based spam
|
70
|
+
detection using Project Honey Pot to block known spammers automatically.\n- Content-based
|
71
|
+
spam detection using Defendium's machine learning API (free for up to \n 1,000
|
72
|
+
checks per day).\n- Blacklist lookups are cached for 24 hours to minimize performance
|
73
|
+
impact.\n\nThe gem integrates seamlessly with Rails, allowing you to block spam
|
74
|
+
at the request level \nand redirect flagged users to a captcha page.\n\nSee the
|
75
|
+
README for more details.\n"
|
69
76
|
email:
|
70
77
|
- antispam@ryankopf.com
|
71
78
|
executables: []
|