File: control

package info (click to toggle)
ruby-redis-rails 4.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 124 kB
  • ctags: 4
  • sloc: ruby: 31; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,227 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-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 (>= 7.0.50~),
               gem2deb,
               ruby-redis-actionpack (>= 4),
               ruby-redis-activesupport (>= 4),
               ruby-redis-store (>= 1.1.0),
 	       ruby-mocha
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/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 (>= 4),
         ruby-redis-activesupport (>= 4),
         ruby-redis-store (>= 1.1.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.