RAA - sys-host/0.5.0

sys-host / 0.5.0

Short description: hostname and ip address info via Ruby - C extension
Category: Library/OS
Status: Stable
Created: 2002-12-31 15:00:00 GMT
Last update: 2004-06-30 13:33:43 GMT
Owner: Daniel J. Berger (Projects of this owner)
Homepage: http://ruby-sysutils.sourceforge.net
Download: http://prdownloads.sourceforge.net/ruby-sysutils/sys-host-0.5.0.tar.gz?download
License: Ruby's
Dependency:
None
Description:

A C extension that provides hostname and IP address information about the current host.

CHANGES
=======
- Replaced Windows C extension with pure Ruby version, using WMI + OLE.
- Added an additional class method called 'info' that returns a HostInfo struct. Currently on Windows only.
- Removed the block form of Host.ip_addr. It now simply returns an Array.
- Renamed and revamped test suite.
- Moved test.rb to doc/examples
- Removed the host.html file.
- Replaced previous exception classes with a single exception class, HostError, and moved it under the Sys module namespace.

Versions: [0.6.1 (2008-11-19)] [0.6.0 (2007-06-08)] [0.5.2 (2006-06-28)] [0.5.1 (2006-03-03)] [0.5.0 (2004-06-30)] [0.4.1 (2003-06-25)]

Edit this project (for project owner)

back to RAA top