[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] mechanize 0.9.2 Released

Aaron Patterson

3/5/2009 5:53:00 PM

mechanize version 0.9.2 has been released!

* <http://mechanize.rubyforg...
* <http://github.com/tenderlove/mechanize/tree/...

The Mechanize library is used for automating interaction with websites.
Mechanize automatically stores and sends cookies, follows redirects,
can follow links, and submit forms. Form fields can be populated and
submitted. Mechanize also keeps track of the sites that you have visited as
a history.

Changes:

### 0.9.2 / 2009/03/05

* New Features:
* Mechanize#submit and Form#submit take arbitrary headers(thanks penguincoder)

* Bug Fixes:
* Fixed a bug with bad cookie parsing
* Form::RadioButton#click unchecks other buttons (RF #24159)
* Fixed problems with Iconv (RF #24190, RF #24192, RF #24043)
* POST parameters should be CGI escaped
* Made Content-Type match case insensitive (Thanks Kelly Reynolds)
* Non-string form parameters work

* <http://mechanize.rubyforg...
* <http://github.com/tenderlove/mechanize/tree/...

--
Aaron Patterson
http://tenderlovem...