Sha256: b41061ccf6a1cd6f21da223c2d51c15f1add32d9aaee8ebcdc4f74bc74c05b4e

Contents?: true

Size: 1.07 KB

Versions: 7

Compression:

Stored size: 1.07 KB

Contents

= Prerequisites
=== Unix
   Ruby 1.8.0 or later.
=== MS Windows
   Ruby 1.8.2 or later.  Earlier versions segfault due to OLE bugs.
   Active WMI service (normally on by default).

= Installation
   rake test (optional)
   rake install (non-gem) or rake install_gem (gems)
   
= Synopsis
   require 'sys/uname'
   include Sys
   
   p Uname.uname
   
= Solaris Notes
   Folks building this package on SunOS get two extra methods: architecture()
   and platform()

= BSD flavors, including OS X
   Users on BSD platforms get the extra Uname.model method.

= HP-UX Notes
   HP-UX users get the extra Uname.id_number method.  This is actually a
   String, not a Fixnum, because that's how it's defined in the utsname
   struct.

= MS Windows Notes
   The C version for Windows has been completely scrapped in favor of an OLE
   plus WMI approach.  It is pure Ruby.  Please see the MSDN documentation for
   the Win32_OperatingSystem class for a complete list of what each of the
   UnameStruct members mean.

= Documentation
  For more details, see the 'uname.txt' file under the 'doc' directory. 

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
sys-uname-0.8.1-mswin32 README
sys-uname-0.8.0-mswin32 README
sys-uname-0.8.3 README
sys-uname-0.8.0 README
sys-uname-0.8.2 README
sys-uname-0.8.1 README
sys-uname-0.8.3-x86-mswin32-60 README