antispam 0.3.0 → 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 +9 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b07aedf9f86eeb54b11c0eaa26f5a5dfb46c8b2dffa1dd98458e1762f740a57e
4
- data.tar.gz: de4475c090684b4b20b0083debbeb39e21a3af2061477b7bb2a962d3497cbb8b
3
+ metadata.gz: 68d9b3db6150451ef0d20a384670ae229cfd9b05cf9200d8cb3dff467a4002db
4
+ data.tar.gz: d0e2f8d0b327bda6f2705d9feb27394db86aeb3b44a6994d8b299d9732e066f3
5
5
  SHA512:
6
- metadata.gz: b19aeb03a252ccd582a39d4e9a0c2364f66613b2361c65b2626570856ee44c5a65bfcf33fee5f18e6f3d607ba2768a418012c86eec91425f6086d99e3c4cfe6e
7
- data.tar.gz: b2b886dcbdb0c2a9587c57a8491e86d872c76713dfb545b3a9cefb72f21384e666aec95241674cadc18307242bdd7ed8a66bf8b1272e550f893809133187cb0d
6
+ metadata.gz: 2ce9deb1855e258cb0bb280f02a53c76dc15a5734fd824480da99f178cf8dcb551f59b607d3312ac214a2f6e9bcebdf9767a952aed505837b88b37cc2a39864d
7
+ data.tar.gz: 104da28427117f76eb9328c183594d8f9c8d5ab615df7da91879cb0dc8e5cf2017b068df7b90f6c5bdb6c0eee26d3cff219db859aa43af1535360961bfe932c0
@@ -1,3 +1,3 @@
1
1
  module Antispam
2
- VERSION = '0.3.0'
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.0
4
+ version: 0.3.2
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 checks DNS blacklists and helps prevent spam on your site.
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"
69
76
  email:
70
77
  - antispam@ryankopf.com
71
78
  executables: []