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

Release 0.9.1.

* uri generic support
* ipv6 support (automatic bracket removal for net/http)
* fix inheritance with proc options
* fix warning about redefining #path= method.
This commit is contained in:
John Nunemaker 2013-01-01 14:12:04 -05:00
parent 4bcf581432
commit cfacb8a287

View file

@ -1,3 +1,3 @@
module HTTParty
VERSION = "0.9.0"
VERSION = "0.9.1"
end