win32-service 2.1.6
The win32-service library provides a Ruby interface to services on MS Windows. You can create new services, or control, configure and inspect existing services. In addition, you can create a pure Ruby service by using the Daemon class that is included as part of the library.
Gemfile:
=
install:
=
Runtime Dependencies (2):
ffi
>= 0
ffi-win32-extensions
>= 0
Development Dependencies (6):
rake
>= 0
rspec-core
>= 0
rspec-expectations
>= 0
rspec-mocks
>= 0
test-unit
>= 0
win32-security
>= 0