Source: ruby-otr-activerecord
Section: ruby
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Sophie Brun <sophie@offensive-security.com>
Build-Depends: debhelper-compat (= 12),
               gem2deb,
               ruby-activerecord,
               ruby-hashie-forbidden-attributes (>= 0.1)
Standards-Version: 4.4.1
Vcs-Git: https://gitlab.com/kalilinux/packages/ruby-otr-activerecord.git
Vcs-Browser: https://gitlab.com/kalilinux/packages/ruby-otr-activerecord
Homepage: https://github.com/jhollinger/otr-activerecord
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-otr-activerecord
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-activerecord (>= 4.0),
         ruby-hashie-forbidden-attributes (>= 0.1),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Use ActiveRecord "off the rails"
 This package contains a gem to use ActiveRecord "off the rails." Works with
 Grape, Sinatra, plain old Rack, or even in a boring little script!. The
 defaults are all very Railsy (config/database.yml, db/seeds.rb, db/migrate,
 etc.), but you can easily change them. (Formerly known as grape-activerecord.)
 Supports:
    - ActiveRecord 4
    - ActiveRecord 5
    - ActiveRecord 6
