Sys-admin 1.5.0

Hi,

I’m pleased to announce the release of sys-admin 1.5.0.

= What is it?

The sys-admin library is a cross-platform replacement for the ‘etc’
library.

= What’s new?

This release made some major interface changes for MS Windows users.
Most methods now take an optional second hash argument. The hash values
are then passed directly as WQL parameters.

Examples:

Sys::Admin.users(:localaccount => true)

Sys::Admin.users(:domain => ‘FOO’)

Sys::Admin.configure_group(
:name => ‘Web Team’,
:domain => ‘Foo’,
:description => ‘Web programming cowboys’
)

In addition, the User#groups and Group#members methods have been added.

= How do I get it?

gem install sys-admin

Enjoy!

Dan