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.
|