Win32-service 0.7.0

Hi everyone,

The Win32Utils Team is happy to announce the release of win32-service
0.7.0.

= What is it?

A library for querying, controlling and creating services on MS Windows.

= What’s new?

There was an interface change for Service.create and Service.configure.
They both now take a single hash argument.

There were bug fixes for both the Service.services method and the Daemon
class (redirecting stdin, stdout and stderr now happens in a different
place internally).

= Where can I get it?

gem install win32-service

Or, you can grab the source from RubyForge:

http://www.rubyforge.org/projects/win32utils

Enjoy!

The Win32Utils Team