[ANN] xml-simple 1.0.12 released

Yo!

I have released a new version of XmlSimple (xml-simple 1.0.12) some minutes ago.

XmlSimple offers a simple API to read and write XML documents. It is a Ruby translation of Grant McLean's Perl module XML::Simple. Simply put, it automatically converts XML documents into a Ruby Hash and vice versa.

Documentation can be found here: http://xml-simple.rubyforge.org/

Major changes in the new version:

- Works with Ruby 1.9.1, 1.8.x
- Accepts compressed XML documents represented by Zlib::GzipReader objects (added by Jay Lawrence).
- Supports 'AttrPrefix' option (added by Reid Morrison).

Simply run 'gem install xml-simple' or 'gem update' to get the new version.

Cheers,

Maik

ยทยทยท

---
Maik Schmidt (http://maik-schmidt.de), Software Developer
Enterprise Recipes with Ruby and Rails (http://pragprog.com/titles/msenr/enterprise-recipes-with-ruby-and-rails)
Enterprise

Integration with Ruby (http://pragprog.com/titles/fr_eir/enterprise-integration-with-ruby)

"Start simple or fail!"