[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] sys-uname 0.7.0

djberg96

1/11/2005 11:11:00 PM

Hi all,

I'm happy to announce the release of sys-uname 0.7.0

What is it?
===========
A Ruby interface for returning information you're used to seeing from
the Unix "uname" command, such as platform information. Works on
Win32, too. :)

What's new?
===========
- Scrapped the C version for Windows in favor of a pure Ruby version
that uses WMI + OLE

- Added the isa_list, hw_provider, hw_serial_number, srpc_domain and
dhcp_cache methods for Solaris.

Where is it?
============
You can find it on the RAA or on the project page at
http://ruby-sysut...

Note, I highly recommend using Ruby 1.8.2 or later on Win32 systems.
Earlier versions may segfault.

Enjoy

Dan