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