summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-12-24 11:31:41 +0000
committerSteve Kemp <steve@steve.org.uk>2012-12-24 11:31:41 +0000
commite104e8fd10b194e523ba1fff532d1b23d3885dc1 (patch)
tree36f8006fce32da9ba23439b9792066d32363efb7
parent185df86371965d75e12f4eec2ff4a9634dc7d69f (diff)
Added reference to missing URI libraryrelease-0.9-1
-rw-r--r--debian/changelog6
-rw-r--r--lib/custodian/protocoltest/http.rb2
2 files changed, 7 insertions, 1 deletions
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 <steve@bytemark.co.uk> 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'
#