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.2

This commit is contained in:
Sandro Turriate 2010-01-31 17:39:10 -05:00
parent 27795a6c62
commit f7250c5d07
3 changed files with 6 additions and 2 deletions

View file

@ -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)

View file

@ -1 +1 @@
0.5.1
0.5.2

View file

@ -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)