[DRE-commits] [SCM] ruby-webmock.git branch, master, updated. upstream/1.11.0-25-g814d965

Praveen Arimbrathodiyil praveen at debian.org
Sun May 26 15:30:45 UTC 2013


The following commit has been merged in the master branch:
commit badb35b0f7814ad079ef0d253f1dbd9085caaf0e
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun May 26 19:27:31 2013 +0530

    update description, dependencies

diff --git a/debian/control b/debian/control
index b3895a1..0c094f7 100644
--- a/debian/control
+++ b/debian/control
@@ -16,8 +16,18 @@ XS-Ruby-Versions: all
 Package: ruby-webmock
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-addressable, ruby-crack, ruby-minitest, ruby-rspec, ruby-httpclient, ruby-patron, ruby-typhoeus, ruby-em-http-request
-# addressable (>= 2.2.7), crack (>= 0.3.2), rspec (~> 2.10, development), httpclient (>= 2.2.4, development), patron (>= 0.4.18, development), em-http-request (>= 1.0.2, development), curb (>= 0.8.0, development), typhoeus (>= 0.5.0, development), excon (>= 0.11.0, development), minitest (>= 2.2.2, development), rdoc (> 3.5.0, development)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-addressable, ruby-crack, ruby-httpclient, ruby-patron, ruby-typhoeus, ruby-em-http-request
 Recommends: ca-certificates
-Description: Library for stubbing HTTP requests in Ruby.
- WebMock allows stubbing HTTP requests and setting expectations on HTTP requests.
+Description: library for stubbing HTTP requests in Ruby
+ WebMock allows stubbing HTTP requests and setting expectations on HTTP
+ requests.
+ .
+ Features
+ .
+  * Stubbing HTTP requests at low http client lib level (no need to change
+    tests when you change HTTP library).
+  * Setting and verifying expectations on HTTP requests.
+  * Matching requests based on method, URI, headers and body.
+  * Smart matching of the same URIs in different representations (also encoded
+     and non encoded forms).
+  * Smart matching of the same headers in different representations.

-- 
ruby-webmock.git



More information about the Pkg-ruby-extras-commits mailing list