Day: Tuesday, December 4, 2007

csspool version 0.2.2 has been released!

Posted by – December 4, 2007

CSSpool (pronounced “cesspool”) is a validating SAC parser for CSS. The parser
calls methods on a document handler depending on what it has found. CSSPool
currently only supports CSS 2.1. CSSPool will not yield invalid properties or
selectors.

Changes:

## 0.2.2

* I suck.

*

mechanize version 0.6.11 has been released!

Posted by – December 4, 2007

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:

# Mechanize CHANGELOG

## 0.6.11

* Detecting single quotes in meta redirects.
* Adding pretty inspect for ruby versions > 1.8.4 (Thanks Joel Kociolek)

http://rubyforge.org/tracker/index.php?func=detail&aid=13150&group_id=1453&atid=5709

* Fixed bug with file name in multipart posts

http://rubyforge.org/tracker/?func=detail&aid=15594&group_id=1453&atid=5709

* Posting forms relative to the originating page. Thanks Mortee.
* Added a FAQ

http://rubyforge.org/tracker/?func=detail&aid=15772&group_id=1453&atid=5709

*