From 736d032f67a6a24af82e790dfa697be25b68a045 Mon Sep 17 00:00:00 2001 From: Sandro Turriate Date: Sat, 30 Jan 2010 22:19:41 -0500 Subject: [PATCH] Update History --- History | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/History b/History index add784c..024993f 100644 --- a/History +++ b/History @@ -5,9 +5,14 @@ * Don't append empty query strings to the uri. Closes #31 * When no_follow is enabled, only raise the RedirectionTooDeep exception when a response tries redirecting. Closes #28 +* major enhancements + * Removed rubygems dependency. I suggest adding rubygems to RUBYOPT if this causes problems for you. + $ export RUBYOPT='rubygems' + * minor enhancements * HTTParty#debug_output prints debugging information for the current request (iwarshak) * HTTParty::VERSION now available + * Update crack requirement to version 0.1.5 == 0.5.0 2009-12-07 * bug fixes