Source: ruby-httpauth
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Praveen Arimbrathodiyil <praveen@debian.org>
Build-Depends: debhelper-compat (= 14), gem2deb
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-httpauth.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-httpauth
Homepage: https://github.com/Manfred/HTTPauth
Testsuite: autopkgtest-pkg-ruby

Package: ruby-httpauth
Architecture: all
Description: Ruby library for the HTTP authentication protocol (RFC 2617)
 HTTPauth is a library supporting the full HTTP Authentication protocol
 as specified in RFC 2617; both Digest Authentication and Basic Authentication.
 .
 HTTPAuth is built to be completely agnostic of the HTTP implementation.
 If you have access to your webserver's headers you can use this library
 to implement authentication.
