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
|
Source: ruby-rack-accept
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Nitesh A Jain <niteshjain92@gmail.com>
Build-Depends: debhelper (>= 7.0.50~),
gem2deb,
ruby-rack (>= 0.4)
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rack-accept.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-rack-accept.git
Homepage: http://mjijackson.github.com/rack-accept
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-rack-accept
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-rack (>= 0.4),
${misc:Depends},
${shlibs:Depends}
Description: suite of tools for interpreting HTTP Accept family for Ruby/Rack
Rack-Accept is a suite of tools for Ruby/Rack applications
that eases the complexity of building and interpreting
the Accept*family of HTTP request headers. It has full support
for the Accept, Accept-Charset, Accept-Encoding, and Accept-Language
HTTP request headers.
.
It implements the Rack middleware interface and may be used with any
Rack-based application.
|