Source: ruby-sequenced Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Abhiram Haridas Build-Depends: debhelper (>= 9~), gem2deb, rake, ruby-activerecord (>= 3.0), ruby-activesupport (>= 3.0) Standards-Version: 4.0.0 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-sequenced.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-sequenced.git Homepage: https://github.com/djreimer/sequenced Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all Package: ruby-sequenced Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ruby-activerecord (>= 3.0), ruby-activesupport (>= 3.0), ${misc:Depends}, ${shlibs:Depends} Description: generate scoped sequential IDs for ActiveRecord models This library provides an `acts_as_sequenced` macro that automatically assigns a unique, sequential ID to each record. The sequential ID is not a replacement for the database primary key, but rather adds another way to retrieve the object without exposing the primary key.