ldp
ldp copied to clipboard
Replace obsolete call to URI.decode with URI::DEFAULT_PARSER.unescape
This fixes warning messages like the following:
/usr/local/bundle/gems/ldp-1.0.3/lib/ldp/response.rb:196: warning: URI.unescape is obsolete
Similar to #132, but this fix doesn't add a new dependency on the addressable gem.