mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
Update History
This commit is contained in:
parent
3c208119e3
commit
358abf6d8c
1 changed files with 2 additions and 0 deletions
2
History
2
History
|
@ -4,6 +4,8 @@
|
|||
* Fixed "superclass mismatch for class BlankSlate" error. Closes #20
|
||||
* Fixed reading files as post data from the command line (vesan)
|
||||
* minor enhancements
|
||||
* Timeout option added; will raise a Timeout::Error after the timeout has elapsed (attack). Closes #17
|
||||
HTTParty.get "http://github.com", :timeout => 1
|
||||
* Building gem with Jeweler
|
||||
|
||||
== 0.4.4 2009-07-19
|
||||
|
|
Loading…
Add table
Reference in a new issue