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:
parent
db6aeb207b
commit
68c254f9c1
2 changed files with 6 additions and 1 deletions
5
History
5
History
|
@ -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
|
||||
* bug fix
|
||||
* Fix NoMethodError when using the NON_RAILS_QUERY_STRING_NORMALIZER with a hash whose key is a symbol and value is nil
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module HTTParty
|
||||
VERSION = "0.7.7".freeze
|
||||
VERSION = "0.7.8".freeze
|
||||
|
||||
CRACK_DEPENDENCY = "0.1.8".freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue