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

Update History

This commit is contained in:
Sandro Turriate 2010-01-30 22:30:09 -05:00
parent 8b548b3785
commit 3ff29ad2d0

View file

@ -8,9 +8,10 @@
* major enhancements
* Removed rubygems dependency. I suggest adding rubygems to RUBYOPT if this causes problems for you.
$ export RUBYOPT='rubygems'
* HTTParty#debug_output prints debugging information for the current request (iwarshak)
* HTTParty#no_follow now available as a class-level option. Sets whether or not to follow redirects.
* 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