Source: ruby-patron
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Praveen Arimbrathodiyil <praveen@debian.org>
Build-Depends: debhelper (>= 9~),
               gem2deb,
               libcurl4-gnutls-dev,
               rake,
               ruby-rspec
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-patron.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-patron.git
Homepage: https://github.com/toland/patron
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-patron
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends},
         libcurl3-gnutls
Description: ruby http client based on libcurl
 It does not try to expose the full "power" (read complexity) of libcurl 
 but instead tries to provide a sane API while taking advantage of libcurl
 under the hood.