Hi, * Daniel Berger <djberg96 / gmail.com> [060225 04:59]: > The Win32Utils team is happy to announce the release of win32-clipboard > 0.4.0. Works great with cygwin! :) Just noticed a little bug in the documentation: In the README file, chapter synopis puts "Setting data to 'foobar'" Clipboard.data = "foobar" does not work. Instead it should say puts "Setting data to 'foobar'" Clipboard.set_data("foobar") which does work. Thanks a lot for this gem. Cheers, - Steph.