ruby-recaptcha 5.12.3-2 source package in Ubuntu

Changelog

ruby-recaptcha (5.12.3-2) unstable; urgency=medium

  * Reupload to unstable
  * Drop obsolete X{S,B}-Ruby-Versions fields

 -- Pirate Praveen <email address hidden>  Sun, 18 Jun 2023 12:13:36 +0530

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-recaptcha_5.12.3-2.dsc 2.0 KiB d83cab474f608a34a2965fb621e9bc70971989da536b7892c62b95807854e6ca
ruby-recaptcha_5.12.3.orig.tar.gz 18.5 KiB ff495eb67c631ebc6e43b4c500c475f00d09ded10d553db00613509c5afc814e
ruby-recaptcha_5.12.3-2.debian.tar.xz 3.3 KiB bd5c84dca3570e645a68967dfdb4458a7ea157aca2045d3b442589b082540fa8

Available diffs

No changes file available.

Binary packages built by this source

ruby-recaptcha: Ruby helpers for the reCAPTCHA API

 This plugin gives a high-level interface for using reCAPTCHA authentication
 methods in your ruby programs.
 .
 In your views you can use the recaptcha_tags method to embed the needed
 Javascript, and you can validate in your controllers with verify_recaptcha.