File: control

package info (click to toggle)
ruby-has-scope 0.7.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 124 kB
  • sloc: ruby: 462; makefile: 3
file content (37 lines) | stat: -rw-r--r-- 1,453 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
Source: ruby-has-scope
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Samyak Jain <samyak.jn11@gmail.com>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               rake,
               ruby-actionpack (>= 2:4.1),
               ruby-activesupport (>= 2:4.1),
               ruby-minitest,
               ruby-mocha,
               bundler
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-has-scope.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-has-scope
Homepage: https://github.com/plataformatec/has_scope
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-has-scope
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby-actionpack (>= 2:4.1),
         ruby-activesupport (>= 2:4.1),
         ${misc:Depends},
	 ${ruby:Depends}
Description: Maps controller filters to your resource scopes
 The gem intends to maps controller filters to your resource scopes, Has Scope
 allows you to map incoming controller parameters to named scope in your
 resources.
 .
 You can retrieve all the scopes applied in one action with current_scope
 method, has_scope supports several options such as :type, :only, :except,
 :using, :if and many more, mapping as per required resource scope. It allows
 you to map incoming controller parameters to named scope in your resources.