File: control

package info (click to toggle)
ruby-grape-path-helpers 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 184 kB
  • sloc: ruby: 858; makefile: 3
file content (34 lines) | stat: -rw-r--r-- 1,202 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
Source: ruby-grape-path-helpers
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>,
           Sruthi Chandran <srud@disroot.org>
Build-Depends: debhelper-compat (= 12),
               gem2deb,
               pry,
               rake (>= 12~),
               ruby-activesupport,
               ruby-grape (>= 1.3~),
               ruby-rspec
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-grape-path-helpers.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-grape-path-helpers
Homepage: https://gitlab.com/gitlab-org/grape-path-helpers
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-grape-path-helpers
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: rake (>= 12~),
         ruby-activesupport,
         ruby-grape (>= 1.3~),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Route path helpers for Grape
 Provides named route helpers for Grape APIs, similar to Rails' route helpers.
 .
 This is a fork and rename of grape-route-helpers. It includes some fixes
 needed for GitLab.