1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: ruby-acts-as-list
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Andrew Lee (李健秋) <andrew.lee@collabora.co.uk>
Build-Depends: debhelper-compat (= 13),
gem2deb,
ruby-activerecord,
ruby-mocha,
ruby-sqlite3,
ruby-timecop
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-acts-as-list.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-acts-as-list
Homepage: https://github.com/swanandp/acts_as_list
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-acts-as-list
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${misc:Depends},
${ruby:Depends},
${shlibs:Depends}
Description: sorting, reordering capabilities to active_record models
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.
|