Source: ruby-sham-rack
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 (>= 9),
               gem2deb,
               rake,
               ruby-mechanize,
               ruby-rack,
               ruby-rack-test,
               ruby-rest-client,
               ruby-rr (>= 1.1.1-2~),
               ruby-rspec,
               ruby-sinatra
Standards-Version: 4.0.0
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-sham-rack.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-sham-rack.git
Homepage: http://github.com/mdub/sham_rack
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-sham-rack
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-rack,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Net::HTTP-to-Rack plumbing for HTTP testing
 ShamRack plumbs Net::HTTP directly into Rack, for quick and easy HTTP testing.
 .
 Well, it makes it easy to _stub out external (HTTP) services_, which is handy
 in development and testing environments, or when you want to _test your HTTP
 client code_.
 .
 You can also use it to _test your Rack application_ (or Sinatra, or Rails, or
 Merb) using a variety of HTTP client libraries, to check interoperability.
