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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/antispam/version.rb +1 -1
  3. metadata +8 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 68d9b3db6150451ef0d20a384670ae229cfd9b05cf9200d8cb3dff467a4002db
4
- data.tar.gz: d0e2f8d0b327bda6f2705d9feb27394db86aeb3b44a6994d8b299d9732e066f3
3
+ metadata.gz: f7623787a3f9355aba00fa5417b7f4da829a4b9ff46041e64e388faa45ce10a2
4
+ data.tar.gz: ffb76e9ca3564ad645995150041ca9c9c822208bd02d858a270f2036fc3dfefb
5
5
  SHA512:
6
- metadata.gz: 2ce9deb1855e258cb0bb280f02a53c76dc15a5734fd824480da99f178cf8dcb551f59b607d3312ac214a2f6e9bcebdf9767a952aed505837b88b37cc2a39864d
7
- data.tar.gz: 104da28427117f76eb9328c183594d8f9c8d5ab615df7da91879cb0dc8e5cf2017b068df7b90f6c5bdb6c0eee26d3cff219db859aa43af1535360961bfe932c0
6
+ metadata.gz: 5c0971dfcdd76b140b6d9d12180122abe8e8584f2a2742887028f8174dcdf583e1f57dc24e2247968966556d2f45024da362aace64cd758567cf5f77295cd666
7
+ data.tar.gz: 8edcc7940be2f2a602ff41a5dae740b6ffc8ccc8548130a2cee174dcf96f28a4fe4973fec7e6f4f43118a9ec98c9945febcc5463b138e4c0965576dd79b615ab
@@ -1,3 +1,3 @@
1
1
  module Antispam
2
- VERSION = '0.3.2'
2
+ VERSION = '0.3.3'
3
3
  end
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.2
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: "Antispam helps prevent spam in your Rails applications by checking against
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"
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 Defendiums 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: []