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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/antispam/version.rb +1 -1
  3. metadata +8 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c201e827a1cfece7b14b2179d32600480513672661307a3a889a81b7e53f2efe
4
- data.tar.gz: f9b1f819e3f07aebc0c486d56c07fe4cbae5de504e48cdc33fbd57a3e27950b1
3
+ metadata.gz: 68d9b3db6150451ef0d20a384670ae229cfd9b05cf9200d8cb3dff467a4002db
4
+ data.tar.gz: d0e2f8d0b327bda6f2705d9feb27394db86aeb3b44a6994d8b299d9732e066f3
5
5
  SHA512:
6
- metadata.gz: 3f37d63454377603cb8216140f96f6c84a5575e1be3d47906ee413f1b58bcda4593be281db41877ad3c5ebdde6f4ec2e4484b49615dc5763b0f3a5ef3815f081
7
- data.tar.gz: cfdd369ceb4398c20f214fa230139134b3dd218d81a1e2e3f51d3d764fed6408149c425dc4007a5007a910150fbf8cbe24f451547c1dea4fb7114f72955c10c7
6
+ metadata.gz: 2ce9deb1855e258cb0bb280f02a53c76dc15a5734fd824480da99f178cf8dcb551f59b607d3312ac214a2f6e9bcebdf9767a952aed505837b88b37cc2a39864d
7
+ data.tar.gz: 104da28427117f76eb9328c183594d8f9c8d5ab615df7da91879cb0dc8e5cf2017b068df7b90f6c5bdb6c0eee26d3cff219db859aa43af1535360961bfe932c0
@@ -1,3 +1,3 @@
1
1
  module Antispam
2
- VERSION = '0.3.1'
2
+ VERSION = '0.3.2'
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.1
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.\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
+ 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: []