Mongrel_service 0.4.beta3 Released

mongrel_service version 0.4.beta3 has been released!

This plugin offer native win32 services for rails.
This replace mongrel_rails_service.

Since this is a pre-release gem, you can install it with:

gem install mongrel_service --prerelease

If no bug is found, expect an final release in the upcoming days.

Please submit bug reports here:

http://github.com/fauna/mongrel_service/issues

Thank you.

Changes:

0.4.beta3 / 2010-03-07

  • Bugfixes:
    • Enable the service display name to contain spaces [sinclair]
    • Use a regex for more realible determination of service existance
      [sinclair]
      Closes GH-1