diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | lib/custodian/protocoltest/http.rb | 2 |
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' # |