From 3f8e01aac08e4a6d4b5352780359345e253e463b Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Wed, 18 Feb 2015 06:50:11 +0000 Subject: Moved the list of dependencies to the README file. We only have two dependencies: * The curb-gem for HTTP-testing. * A queue-related gem, be it beanstalkd or redis. --- HTTP-TESTING | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 HTTP-TESTING (limited to 'HTTP-TESTING') diff --git a/HTTP-TESTING b/HTTP-TESTING deleted file mode 100644 index 492a222..0000000 --- a/HTTP-TESTING +++ /dev/null @@ -1,14 +0,0 @@ - -To avoid issues with timeouts we've written our HTTP/HTTPS protocol testers using -the curb rubgem. - -Upon a Debian GNU/Linux system this may be installed via: - - apt-get install build-essential libcurl4-gnutls-dev rubygems1.8 - gem install curb - -If you prefer to install from source you can find the project code -hosted on github: - - https://github.com/taf2/curb - -- cgit v1.2.1