[ANN] win32-clipboard 0.4.0

D

Daniel Berger

Hi all,

The Win32Utils team is happy to announce the release of win32-clipboard
0.4.0.

What's new?
===========
This release replaces the C code with a pure Ruby version that uses the
Win32API package. It also adds a gemspec, and a gem on RubyForge.

That means that you can now do: gem install win32-clipboard.

Why?
====
This was a small package that was easy to convert.
There's a bug in gems wrt nested module/classes and C extensions.
Compiler issues, especially with the latest one click installer, were
proving to be too annoying.

What about the other Win32Utils packages?
=========================================
Some will be converted. Some will not, at least not for a while. Keep
an eye out.

Regards,

The Win32Utils Team
 
S

Stephan Mueller

Hi,

* Daniel Berger said:
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.
 
D

Daniel Berger

Stephan said:
Hi,



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.

Oops, thanks. Fixed in CVS.

Dan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

[ANN] win32-sound 0.4.0 0
[ANN] win32-clipboard 0.5.0 0
[ANN] win32-service 0.7.0 0
[ANN] win32-api 1.4.0 1
[ANN] win32-file 0.4.0 0
[ANN] midiator 0.4.0 Released 9
[ANN] win32-file-stat 0
[ANN] win32-api 1.0.0 0

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,078
Latest member
MakersCBDBlood

Latest Threads

Top