File: control

package info (click to toggle)
ruby-otr-activerecord 1.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 104 kB
  • sloc: ruby: 179; makefile: 4
file content (34 lines) | stat: -rw-r--r-- 1,377 bytes parent folder | download
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
29
30
31
32
33
34
Source: ruby-otr-activerecord
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Utkarsh Gupta <utkarsh@debian.org>
Build-Depends: debhelper-compat (= 12),
               gem2deb (>= 1),
               ruby-activerecord (<< 2:6.1),
               ruby-activerecord (>= 2:4.0),
               ruby-hashie-forbidden-attributes (>= 0.1)
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-otr-activerecord.git
Vcs-Browser: https://salsa.debian.org/ruby-team/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-activerecord (<< 2:6.1),
         ruby-activerecord (>= 2:4.0),
         ruby-hashie-forbidden-attributes (>= 0.1),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Off The Rails: Use ActiveRecord with Grape, Sinatra, Rack, or anything else!
 An easy way 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.