mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
Update History
This commit is contained in:
parent
f5358e221f
commit
736d032f67
1 changed files with 5 additions and 0 deletions
5
History
5
History
|
@ -5,9 +5,14 @@
|
|||
* Don't append empty query strings to the uri. Closes #31
|
||||
* When no_follow is enabled, only raise the RedirectionTooDeep exception when a response tries redirecting. Closes #28
|
||||
|
||||
* major enhancements
|
||||
* Removed rubygems dependency. I suggest adding rubygems to RUBYOPT if this causes problems for you.
|
||||
$ export RUBYOPT='rubygems'
|
||||
|
||||
* minor enhancements
|
||||
* HTTParty#debug_output prints debugging information for the current request (iwarshak)
|
||||
* HTTParty::VERSION now available
|
||||
* Update crack requirement to version 0.1.5
|
||||
|
||||
== 0.5.0 2009-12-07
|
||||
* bug fixes
|
||||
|
|
Loading…
Reference in a new issue