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:
parent
736d032f67
commit
8b548b3785
3 changed files with 3 additions and 3 deletions
2
History
2
History
|
@ -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
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.5.0
|
||||
0.5.1
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue