ruby-simple-captcha2 0.5.0-2 source package in Ubuntu

Changelog

ruby-simple-captcha2 (0.5.0-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Update watch file format version to 4.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Mon, 29 Aug 2022 16:55:42 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-simple-captcha2_0.5.0-2.dsc 1.7 KiB 8879a59d2efdd5275e02f61d259f4a1411d1817d003aacd861f961f13c6fde68
ruby-simple-captcha2_0.5.0.orig.tar.gz 12.8 KiB 07697cb02936ef6e3576bdd3498f343c120566f623178ed961b22cc3f8af3706
ruby-simple-captcha2_0.5.0-2.debian.tar.xz 3.2 KiB 2321e7bf8e3acc4537347df63a4565a1083e0eab7bc445efd8b2afa9be0b8ab9

Available diffs

No changes file available.

Binary packages built by this source

ruby-simple-captcha2: simplest and a robust captcha plugin for rails

 Available with Rails 3 + 4 or above provides backward compatibility. This
 is a fork of the popular Rubygem ``simple_captcha`` which got abandoned.
 .
 Features
 .
  * Zero FileSystem usage (secret code moved to db-store and image storage
 removed).
  * Provides various image styles.
  * Provides three level of complexity of images.
  * Works absolutely fine in distributed environment(session and db based
 implementation works fine in distributed environment).
  * Implementation is as easy as just writing a single line in your view.
 ```<%= show_simple_captcha %>``` within the 'form' tags.
  * Flexible DOM and CSS handling(There is a separate view partial for
 rendering SimpleCaptcha DOM elements).
  * Automated removal of 1 hour old unmatched simple_captcha data.