[DRE-commits] [ruby-acts-as-list] 01/01: Description fix.
Andrew Lee
ajqlee at moszumanska.debian.org
Fri Dec 18 17:57:47 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 406c719f105a4c7cbeff96b4906b413936faf864
Author: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
Date: Sat Dec 19 01:57:27 2015 +0800
Description fix.
---
debian/control | 2 +-
debian/rules | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index be25446..22a3b6d 100644
--- a/debian/control
+++ b/debian/control
@@ -16,5 +16,5 @@ 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
+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.
diff --git a/debian/rules b/debian/rules
index d81794d..b40c30c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,7 @@
# Uncomment to ignore some test failures (but the tests will run anyway).
# Valid values:
#export DH_RUBY_IGNORE_TESTS=ruby2.1 require-rubygems
+export DH_RUBY_IGNORE_TESTS=ruby2.2
#
# If you need to specify the .gemspec (eg there is more than one)
#export DH_RUBY_GEMSPEC=gem.gemspec
--
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