rc-rest now depends on Net::HTTP::Persistent.
URI::HTTP stubs no longer work. Use rc_rest/net_http_persistent_stub instead. See Net::HTTP::Persistent for details.
Fix minitest dependency
Upgrade to Nokogiri from REXML. This is incompatible with 2.x and older. Thanks Aaron Patterson!
Turn IOError into RCRest::CommunicationError for post and post_multipart.
Moved to seattlerb rubyforge project
Moved to p4
Wrap communication errors in RCRest::CommunicationError
Fix dependency on ZenTest for testing
Don’t split strings into extra params pairs on newlines
Added RCRest#post_multipart and RCRest#make_multipart
Fixed various query parameter incompatiblities
Added method parameter to RCRest#make_url to add path
components to a generic endpoint
Added RCRest#post
Birthday!