[DRE-commits] [ruby-simple-captcha2] 07/10: update description

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Apr 2 17:51:17 UTC 2015


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository ruby-simple-captcha2.

commit 078971c6c096cdb472281e89d347fed27ffa38d0
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu Apr 2 23:11:41 2015 +0530

    update description
---
 debian/control | 23 +++++++++++++++++++----
 1 file changed, 19 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 6dd6ded..7fd9038 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,22 @@ XS-Ruby-Versions: all
 Package: ruby-simple-captcha2
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# rails (>= 4.1), sqlite3 (>= 0, development), capybara-mechanize (>= 0, development), poltergeist (>= 0, development), pry (>= 0, development)
-Description: SimpleCaptcha is the simplest and a robust captcha plugin.
- Available with Rails 3 + 4 or above provides backward compatibility.
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ ruby-rails (>= 4.1)
+Description: the 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.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-simple-captcha2.git



More information about the Pkg-ruby-extras-commits mailing list