[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.1 Released

Aaron Patterson

2/24/2009 5:54:00 AM

mechanize version 0.9.1 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.1 2009/02/23

* New Features:
* Encoding may be specified for a page: Page#encoding=

* Bug Fixes:
* m17n fixes. ã?ã??ã?とã? konn!
* Fixed a problem with base tags. ã?ã??ã?とã? Keisuke
* HEAD requests do not record in the history
* Default encoding to ISO-8859-1 instead of ASCII
* Requests with URI instances should not be polluted RF #23472
* Nonce count fixed for digest auth requests. Thanks Adrian Slapa!
* Fixed a referer issue with requests using a uri. RF #23472
* WAP content types will now be parsed
* Rescued poorly formatted cookies. Thanks Kelley Reynolds!

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

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