From f7250c5d07d8b9961f1b777e26ccc41b81a46348 Mon Sep 17 00:00:00 2001 From: Sandro Turriate Date: Sun, 31 Jan 2010 17:39:10 -0500 Subject: [PATCH] Version bump to 0.5.2 --- History | 4 ++++ VERSION | 2 +- lib/httparty.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/History b/History index b784bfc..b15bfb0 100644 --- a/History +++ b/History @@ -1,3 +1,7 @@ +== 0.5.2 2010-01-31 +* minor enhancements + * Update crack requirement to version 0.1.6 + == 0.5.1 2010-01-30 * bug fixes * Handle 304 response correctly by returning the HTTParty::Response object instead of redirecting (seth and hellvinz) diff --git a/VERSION b/VERSION index 4b9fcbe..cb0c939 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.1 +0.5.2 diff --git a/lib/httparty.rb b/lib/httparty.rb index bdfc2dd..bb52bdd 100644 --- a/lib/httparty.rb +++ b/lib/httparty.rb @@ -13,7 +13,7 @@ require dir + 'httparty/module_inheritable_attributes' require dir + 'httparty/cookie_hash' module HTTParty - VERSION = "0.5.1".freeze + VERSION = "0.5.2".freeze module AllowedFormatsDeprecation def const_missing(const)