File: control

package info (click to toggle)
ruby-redis-actionpack 5.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 220 kB
  • sloc: ruby: 398; makefile: 4
file content (31 lines) | stat: -rw-r--r-- 1,252 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
Source: ruby-redis-actionpack
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc@autistici.org>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1.8~),
               ruby-actionpack,
               ruby-redis-rack,
               ruby-redis-store
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-redis-actionpack
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-redis-actionpack.git
Homepage: https://github.com/redis-store/redis-actionpack
Rules-Requires-Root: no

Package: ruby-redis-actionpack
Architecture: all
Depends: ruby-actionpack,
         ruby-redis-rack,
         ruby-redis-store,
         ${ruby:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Description: Redis session store for ActionPack
 The gem redis-actionpack provides a session store for ActionPack, specifically
 for ActionDispatch. Redis Store provides a full set of stores (Cache, I18n,
 Session, HTTP Cache) for modern Ruby frameworks like Ruby on Rails, Sinatra,
 Rack, Rack::Cache and I18n. It supports object marshalling, timeouts, single
 or multiple nodes, and namespaces.