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:
parent
27795a6c62
commit
f7250c5d07
3 changed files with 6 additions and 2 deletions
4
History
4
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)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.5.1
|
||||
0.5.2
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue