1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00

Version bump to 0.5.1

This commit is contained in:
Sandro Turriate 2010-01-30 22:19:59 -05:00
parent 736d032f67
commit 8b548b3785
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
== 0.5.1 (master)
== 0.5.1 2010-01-30
* bug fixes
* Handle 304 response correctly by returning the HTTParty::Response object instead of redirecting (seth and hellvinz)
* Only redirect 300 responses if the header contains a Location

View file

@ -1 +1 @@
0.5.0
0.5.1

View file

@ -13,7 +13,7 @@ require dir + 'httparty/module_inheritable_attributes'
require dir + 'httparty/cookie_hash'
module HTTParty
VERSION = "0.5.0".freeze
VERSION = "0.5.1".freeze
module AllowedFormatsDeprecation
def const_missing(const)