ruby-recaptcha 0.3.6-2.1 source package in Ubuntu

Changelog

ruby-recaptcha (0.3.6-2.1) unstable; urgency=medium


  * Non-maintainer upload.
  * Replace ruby1.9 dependency with ruby metapackage.

 -- Christian Hofstaedtler <email address hidden>  Wed, 09 Apr 2014 16:00:42 +0200

Upload details

Uploaded by:
David Martínez Moreno
Uploaded to:
Sid
Original maintainer:
David Martínez Moreno
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ruby-recaptcha_0.3.6-2.1.dsc 1.9 KiB 77ae959dcdc8546f19c39d1fc73538b1fcaff524d37453e10495036a53c61c79
ruby-recaptcha_0.3.6.orig.tar.gz 8.5 KiB 9c29017e130ef62aa8bade7bb47a5685dded5848ee62ea101161ee8384e5f811
ruby-recaptcha_0.3.6-2.1.debian.tar.xz 2.4 KiB 964dfbd3e641d63f96fc8e3cf38ae024a0a4b802395d54409878bf4ec4095127

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.