File: control

package info (click to toggle)
ruby-actionpack-action-caching 1.2.2-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 288 kB
  • sloc: ruby: 864; makefile: 6
file content (28 lines) | stat: -rw-r--r-- 1,044 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
Source: ruby-actionpack-action-caching
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Marc Dequènes (Duck) <Duck@DuckCorp.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               rake,
               ruby-actionpack,
               ruby-mocha,
               ruby-rails
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-actionpack-action-caching.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-actionpack-action-caching
Homepage: https://github.com/rails/actionpack-action_caching
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-actionpack-action-caching
Architecture: all
Depends: ${ruby:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Description: action caching for Action Pack
 This package provides the functionality of caching the results of Rails
 controller actions, which was removed from the Rails core with the 4.0
 release series.