File: control

package info (click to toggle)
ruby-state-machines 0.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 2,216 kB
  • sloc: ruby: 14,458; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,190 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
Source: ruby-state-machines
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: bundler,
               debhelper (>= 11~),
               gem2deb,
               rake,
               ruby-minitest,
               ruby-minitest-reporters
Standards-Version: 4.1.4
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-state-machines.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-state-machines
Homepage: https://github.com/state-machines/state_machines
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-state-machines
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
Breaks: ruby-state-machines-activemodel (<< 0.5~)
Description: Adds support for creating state machines for attributes on any Ruby class
 state_machines adds support for creating state machines for
 attributes on any Ruby class. state_machine provides enough
 flexibility for creating new machine definitions on the
 fly based on an external source of transitions.