Release Name: 0.1.0
Notes:
Launchy is helper class for launching +cross-platform+ applications. There are application concepts (browser, email client, etc) that are common across all platforms, and they may be launched in different manners. Launchy is here to assist in launching the appropriate application on the appropriate platform from within your ruby projects.
Changes:
=== Version 0.1.0
* Initial public release
* switched to using fork to spawn process and require 'win32/process' if on windows
|