From e104e8fd10b194e523ba1fff532d1b23d3885dc1 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Mon, 24 Dec 2012 11:31:41 +0000 Subject: Added reference to missing URI library --- debian/changelog | 6 ++++++ lib/custodian/protocoltest/http.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a969717..19f5752 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +custodian (0.9-2) stable; urgency=low + + * Include the missing URI library. + + -- Steve Kemp Mon, 24 Dec 2012 11:30:11 +0000 + custodian (0.9-1) stable; urgency=low * Updated to ensure that protocol tests and the URL-scheme match diff --git a/lib/custodian/protocoltest/http.rb b/lib/custodian/protocoltest/http.rb index e27b809..c4cacb6 100644 --- a/lib/custodian/protocoltest/http.rb +++ b/lib/custodian/protocoltest/http.rb @@ -1,4 +1,4 @@ - +require 'uri' # -- cgit v1.2.1