https://bugs.winehq.org/show_bug.cgi?id=34941
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |0c4cb6ce5d411a60ec11e52d648 | |1c4148344d067 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #10 from Anastasius Focht focht@gmx.net --- Hello folks,
this is fixed by commit http://source.winehq.org/git/wine.git/commitdiff/0c4cb6ce5d411a60ec11e52d648...
Thanks Piotr
--- snip --- $ wine ./ruby gem list
*** LOCAL GEMS ***
bigdecimal (1.1.0) io-console (0.3) json (1.5.5) minitest (2.5.1) rake (0.9.2.2) rdoc (3.9.5) --- snip ---
Fetching and unpacking Gems test:
--- snip --- $ pwd /home/focht/.wine/drive_c/Ruby193/bin
$ wine ./ruby gem fetch malice Fetching: malice-13.gem (100%) Downloaded malice-13
$ wine ./ruby gem unpack malice Fetching: malice-13.gem (100%) Unpacked gem: 'C:/Ruby193/bin/malice-13'
$ more malice-13/README
Malice v. 13
DESCRIPTION
A small, malicious library.
Use at your own risk. No warranty of fitness! Copyright 2007 Cloudburst, LLC. Licensed under the AFL 3.0; see the included LICENSE file. --- snip ---
For interactive Ruby shell (irb) to be useful you need to start with 'wineconsole'.
Regards