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