[DRE-commits] [ruby-acts-as-list] 01/01: Fix descriptions.
Andrew Lee
ajqlee at moszumanska.debian.org
Fri Dec 25 18:06:32 UTC 2015
This is an automated email from the git hooks/post-receive script.
ajqlee pushed a commit to branch master
in repository ruby-acts-as-list.
commit b7082c2eca0c678ec1403fa6e591ba3e8e309529
Author: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
Date: Sat Dec 26 02:06:10 2015 +0800
Fix descriptions.
---
debian/control | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 22a3b6d..19c6f9d 100644
--- a/debian/control
+++ b/debian/control
@@ -16,5 +16,8 @@ Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
# activerecord (>= 3.0), bundler (>= 1.0.0, development)
-Description: a gem adding sorting, reordering capabilities to an active_record model, allowing it to act as a list
- This "acts_as" extension provides the capabilities for sorting and reordering a number of objects in a list. The class that has this specified needs to have a "position" column defined as an integer on the mapped database table.
+Description: sorting, reordering capabilities to an active_record model
+ This "acts_as" extension provides the capabilities for sorting and
+ reordering a number of objects in a list. The class that has this
+ specified needs to have a "position" column defined as an integer on
+ the mapped database table.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-acts-as-list.git
More information about the Pkg-ruby-extras-commits
mailing list