[DRE-commits] [ruby-faraday] 05/06: run httpclient tests
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Tue May 20 20:34:39 UTC 2014
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-faraday.
commit f656d15a39afab8e530e148b4b4ddf7335cb8e5e
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Wed May 21 00:30:37 2014 +0530
run httpclient tests
---
debian/changelog | 3 ++-
debian/control | 5 +++--
debian/ruby-tests.rb | 3 ++-
3 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b0b09fb..f4c5ebb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,8 @@ ruby-faraday (0.9.0-2) UNRELEASED; urgency=low
* Team upload
* Remove patron (remove tests, remove build dep)
- * Run default, em_http, synchrony tests
+ * Run default, em_http, em_synchrony, httpclient tests
+ * Add ruby-em-synchrony, ruby-httpclient build deps
-- Pirate Praveen <praveen at debian.org> Tue, 20 May 2014 23:28:05 +0530
diff --git a/debian/control b/debian/control
index d28fa49..369a6e0 100644
--- a/debian/control
+++ b/debian/control
@@ -9,15 +9,16 @@ Build-Depends: debhelper (>= 7.0.50~),
lsof,
ruby-coveralls,
ruby-em-http-request,
+ ruby-em-synchrony,
ruby-excon,
+ ruby-httpclient,
ruby-multipart-post,
ruby-minitest,
ruby-net-http-persistent,
ruby-rack-test,
ruby-simplecov,
ruby-sinatra,
- ruby-typhoeus,
- ruby-em-synchrony
+ ruby-typhoeus
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-faraday.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-faraday.git;a=summary
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 56656bd..0e21e60 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,4 +1,5 @@
-exec("sleep 10;script/test default logger net_http_persistent net_http_test rack test_middleware excon em_http em_synchrony")
+exec("sleep 10;script/test default em_http em_synchrony excon logger \
+httpclient net_http_persistent net_http_test rack test_middleware")
# uncomment this when all tests can be run
#exec("script/test")
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-faraday.git
More information about the Pkg-ruby-extras-commits
mailing list