File: control

package info (click to toggle)
ruby-state-machines-activerecord 0.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 380 kB
  • sloc: ruby: 1,953; makefile: 5
file content (33 lines) | stat: -rw-r--r-- 1,318 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
Source: ruby-state-machines-activerecord
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Abhijith PA <abhijith@openmailbox.org>
Build-Depends: debhelper (>= 9),
               gem2deb,
               rake,
               ruby-activerecord (>= 4.1),
               ruby-minitest,
               ruby-minitest-reporters,
               ruby-sqlite3,
               ruby-state-machines-activemodel (>= 0.5.0)
Standards-Version: 4.1.4
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-state-machines-activerecord.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-state-machines-activerecord
Homepage: https://github.com/state-machines/state_machines-activerecord
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-state-machines-activerecord
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-activerecord (>= 4.1),
         ruby-state-machines-activemodel (>= 0.5.0),
         ${misc:Depends},
         ${shlibs:Depends}
Description: State machines Active Record Integration
 The Active Record integration adds support for database transactions,
 automatically saving the record, named scopes, validation errors.
 .
 This library replaces state_machine.