1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: ruby-invisible-captcha
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@debian.org>
Build-Depends: debhelper-compat (= 13),
gem2deb (>= 2.1~),
rake,
ruby-byebug,
ruby-rails (>= 2:7.1~),
ruby-rspec,
ruby-rspec-rails,
ruby-test-unit,
ruby-simplecov
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-invisible-captcha.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-invisible-captcha
Homepage: https://github.com/markets/invisible_captcha
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no
Package: ruby-invisible-captcha
Architecture: all
Depends: ${misc:Depends},
${ruby:Depends},
${shlibs:Depends}
Description: Simple honeypot protection for RoR apps
Invisible Captcha provides different techniques to protect your application
against spambots.
.
The main protection is a solution based on the `honeypot` principle, which
provides a better user experience, since there is no extra steps for real
users, but for the bots.
|