[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.1 Released

Jeremy Hinegardner

9/9/2007 2:51:00 AM

launchy version 0.3.1 has been released.

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

This release adds nothing new to the library. It updates the command
line launchy program with useful parameters to allow for detailed
debugging.

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.1 }}

=== Version 0.3.1 - 2007-09-08

* finalize the command line wrapper around the launchy library.
* added more tests


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

enjoy,

-jeremy

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


1 Answer

Trans

9/17/2007 4:55:00 PM

0



On Sep 8, 7:51 pm, Jeremy Hinegardner <jer...@hinegardner.org> wrote:
> launchy version 0.3.1 has been released.
>
> http://copiousfreetime.rubyforge.or...
>
> This release adds nothing new to the library. It updates the command
> line launchy program with useful parameters to allow for detailed
> debugging.
>
> 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.1 }}
>
> === Version 0.3.1 - 2007-09-08
>
> * finalize the command line wrapper around the launchy library.
> * added more tests
>
> http://copiousfreetime.rubyforge.or...
>
> enjoy,

Just a heads up that I submitted a bug to the tracker:

http://rubyforge.org/tracker/index.php?group_id=3707&...

Thanks,
T.