File: control

package info (click to toggle)
ruby-redis-rails 5.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 124 kB
  • sloc: ruby: 25; makefile: 3
file content (33 lines) | stat: -rw-r--r-- 1,314 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-redis-rails
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper (>= 11~),
               gem2deb,
               ruby-mocha,
               ruby-redis-actionpack (>= 5~),
               ruby-redis-activesupport (>= 5~),
               ruby-redis-store (>= 1.2~),
               ruby-redis-rack (>= 2.0~)
Standards-Version: 4.1.3
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-redis-rails.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-redis-rails.git
Homepage: http://redis-store.org/redis-rails
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-redis-rails
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-redis-actionpack (>= 5~),
         ruby-redis-activesupport (>= 5~),
         ruby-redis-store (>= 1.2~),
         ruby-redis-rack (>= 2.0~),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Redis stores for Ruby on Rails
 redis-rails provides a full set of stores (*Cache*, *Session*, *HTTP Cache*)
 for Ruby on Rails. See the main redis-store readme at
 https://github.com/jodosha/redis-store for general guidelines.