[ANN] Rumai 4.0.0

`
Rumai

         Ruby interface to the wmii window manager

            http://snk.tuxfamily.org/lib/rumai/

Rumai is a pure [Ruby] interface to the [wmii] window
manager. Its name is a portmanteau of “Ruby” and “wmii”,
which I pronounce as “vim eye”.

Version 4.0.0 (2011-02-25)

This release fixes a bug regarding the $WMII_ADDRESS
environment variable.

Incompatible changes

 * Rumai::Area#push(), #insert(), and #unshift() methods no
   longer accept an Array object as an argument. If you
   still wish to pass an Array, then use the splat operator
   to pass the contents of your Array to these methods.

   Thanks to Mattia Gheda for reporting [1]this issue.

 * Add amount parameter to Rumai::Client#nudge() and
   #grow().

New features

 * Add Rumai::Client#shrink() method for opposite of
   #grow().

Bug fixes

 * Fix ability to read and write Unicode strings to files in
   wmii IXP.

   Thanks to OneLastTry for reporting [2]this issue.

 * Fix parsing of area IDs from view manifest when witray is
   present.

References

  1. Layouts not working? · Issue #10 · sunaku/rumai · GitHub
  2. Multibyte unicode characters · Issue #9 · sunaku/rumai · GitHub