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

Praveen Arimbrathodiyil praveen at debian.org
Sun May 19 22:22:59 UTC 2013


The following commit has been merged in the master branch:
commit a82f5650468a1e8a87cb3ff54de7481140788a2b
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon May 20 03:51:28 2013 +0530

    update build deps, needs eventmachine with ssl

diff --git a/debian/control b/debian/control
index 324bd38..c2362c9 100644
--- a/debian/control
+++ b/debian/control
@@ -4,17 +4,18 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Praveen Arimbrathodiyil <praveen at debian.org>
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.1~), rake, ruby-rspec,
- ruby-typhoeus, ruby-crack
+ ruby-typhoeus, ruby-crack, ruby-em-http-request, ruby-excon, ruby-addressable,
+ ruby-curb, ruby-patron, ruby-minitest, ruby-httpclient, ruby-eventmachine (>= 1.0.3-2)
 Standards-Version: 3.9.4
-#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-webmock.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-webmock.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-webmock.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-webmock.git;a=summary
 Homepage: http://github.com/bblimke/webmock
 XS-Ruby-Versions: all
 
 Package: ruby-webmock
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-addressable, ruby-crack
 # 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)
 Description: Library for stubbing HTTP requests in Ruby.
  WebMock allows stubbing HTTP requests and setting expectations on HTTP requests.

-- 
ruby-webmock.git



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