Files | Admin

Notes:

Release Name: 0.2.0

Notes: Launchy is helper class for launching cross-platform applications in a fire and forget manner. There are application concepts (browser, email client, etc) that are common across all platforms, and they may be launched differently on each platform. Launchy is here to make a common approach to launching external application from within ruby programs.


Changes: === Version 0.2.0 - 2007-08-11 * rework browser finding ** manual override with LAUNCHY_BROWSER environment variable ** on *nix use desktop application launcher with fallback to list of browsers * On windows, switch to 'start' command and remove dependency on win32-process * removed win32 gem * Add debug output by setting LAUNCHY_DEBUG environment variable to 'true'