[DRE-commits] [ruby-simple-captcha2] 08/10: try indentation for lists

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 066c825e3d5d7ae8052b21a07f58169fc274b803
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu Apr 2 23:13:07 2015 +0530

    try indentation for lists
---
 debian/control | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 7fd9038..b97775c 100644
--- a/debian/control
+++ b/debian/control
@@ -15,20 +15,20 @@ Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
  ruby-rails (>= 4.1)
-Description: the simplest and a robust captcha plugin for rails
+Description: 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
+  * 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
+  * 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.
+  * 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
+  * 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.
+  * 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