[ruby-announce] [ANN] sys-proctable 0.5.0

Daniel Berger <[email protected]> Thu, 10 Jul 2003 11:51:25 -0600
Newsgroups gmane.comp.lang.ruby.announce
Organization Qwest
Message-ID <[email protected]>
Hi all,

I'm happy to announce the release of sys-proctable, now with HP-UX support!

sys-proctable is a extension that allows you to get process information 
on your system via Ruby, similar to the information returned by the 'ps' 
command found on most *nix systems.

CHANGES
=======
- Added HP-UX support!
- Note that passing PID's or strings as arguments to ps() is not 
supported in the HP-UX version.  This functionality will be stripped out 
of the other versions in a future release.  It's too big a pain to 
support for too little gain.
- Removed the VERSION() class method.  Use the constant instead.
- Separated the rd docs from their respective source files.  Now in the 
doc directory.
- Got rid of the interactive html generation in extconf.rb.
- Changed License to Artistic.

Also see http://ruby-sysutils.sf.net for more details.

Regards,

Dan