[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] launchy 0.3.0 Released

Jeremy Hinegardner

8/30/2007 7:26:00 AM

launchy version 0.3.0 has been released.

http://copiousfreetime.rubyforge.or...

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.

{{ Changelog for Version 0.3.0 }}

=== Version 0.3.0 - 2007-08-30

* reorganize the code structure, removing Spawnable namespace
* removed 'do_magic' method, changed it to 'open'
* added override environment variable LAUNCHY_HOST_OS for testing
* fix broken cygwin support [Bug #13472]

enjoy,

-jeremy

--
========================================================================
Jeremy Hinegardner jeremy@hinegardner.org


1 Answer

Trans

8/30/2007 3:44:00 PM

0



On Aug 30, 12:25 am, Jeremy Hinegardner <jer...@hinegardner.org>
wrote:
> launchy version 0.3.0 has been released.
>
> http://copiousfreetime.rubyforge.or...
>
> 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.
>
> {{ Changelog for Version 0.3.0 }}
>
> === Version 0.3.0 - 2007-08-30
>
> * reorganize the code structure, removing Spawnable namespace
> * removed 'do_magic' method, changed it to 'open'
> * added override environment variable LAUNCHY_HOST_OS for testing
> * fix broken cygwin support [Bug #13472]
>
> enjoy,

Nice work.

T.