File: control

package info (click to toggle)
ruby-activerecord-session-store 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 232 kB
  • ctags: 183
  • sloc: ruby: 1,128; makefile: 7
file content (40 lines) | stat: -rw-r--r-- 1,671 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
35
36
37
38
39
40
Source: ruby-activerecord-session-store
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Antonio Terceiro <terceiro@debian.org>
Build-Depends: debhelper (>= 9~),
               gem2deb,
               rake,
               ruby-actionpack (<< 2:5),
               ruby-actionpack (>= 2:4.0.0),
               ruby-activerecord (<< 2:5),
               ruby-activerecord (>= 2:4.0.0),
               ruby-railties (<< 2:5),
               ruby-railties (>= 2:4.0.0),
               ruby-sqlite3,
               ruby-multi-json (>= 1.11.2~)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-activerecord-session-store.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-activerecord-session-store.git
Homepage: http://www.rubyonrails.org
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-activerecord-session-store
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-actionpack (<< 2:5),
         ruby-actionpack (>= 2:4.0.0),
         ruby-activerecord (<< 2:5),
         ruby-activerecord (>= 2:4.0.0),
         ruby-railties (<< 2:5),
         ruby-railties (>= 2:4.0.0),
         ruby-multi-json (>= 1.11.2~),
         ${misc:Depends},
         ${shlibs:Depends}
Description: database backend for user sessions in Rails applications
 This package provides a session store backed by an ActiveRecord class. A
 default class is provided, but any object duck-typing to an ActiveRecord
 session class with text `session_id` and `data` attributes is sufficient.