Source: ruby-grape-route-helpers
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 (>= 11~),
               gem2deb,
               rake (>= 11~),
               ruby-activesupport,
               ruby-grape (>= 0.19.0),
               ruby-rspec,
               pry
Standards-Version: 4.1.4
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-grape-route-helpers.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-grape-route-helpers
Homepage: https://github.com/reprah/grape-route-helpers
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-grape-route-helpers
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: rake (>= 11~),
         ruby | ruby-interpreter,
         ruby-activesupport,
         ruby-grape (>= 0.19.0),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Route helpers for Grape
 Provides named route helpers for Grape APIs, similar to Rails' route helpers.
 .
 Grape is a REST-like API micro-framework for Ruby. It's designed to run on
 Rack or complement existing web application frameworks such as Rails and
 Sinatra by providing a simple DSL to easily develop RESTful APIs.
