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

Update history and version.

This commit is contained in:
John Nunemaker 2011-06-06 21:37:47 -04:00
parent db6aeb207b
commit 68c254f9c1
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
== 0.7.8 2011-06-06
* bug fix
* Make response honor respond to
* net http timeout can also be a float
== 0.7.7 2011-04-16 == 0.7.7 2011-04-16
* bug fix * bug fix
* Fix NoMethodError when using the NON_RAILS_QUERY_STRING_NORMALIZER with a hash whose key is a symbol and value is nil * Fix NoMethodError when using the NON_RAILS_QUERY_STRING_NORMALIZER with a hash whose key is a symbol and value is nil

View file

@ -1,5 +1,5 @@
module HTTParty module HTTParty
VERSION = "0.7.7".freeze VERSION = "0.7.8".freeze
CRACK_DEPENDENCY = "0.1.8".freeze CRACK_DEPENDENCY = "0.1.8".freeze
end end