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

Jeremy Hinegardner

8/12/2007 9:34:00 PM

As promised, here's a new release of launchy. For those of you who said
the previous version didn't work for you please test this out and let me
know or submit the bugs on rubyforge[1]. I incorporated most of the
feedback from the previous version so I have good hopes that this one
will work for more folks.

If the gem mirrors aren't up to date you may also install via:

gem install launchy --source http://www.copiousfreetim...

launchy version 0.2.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.2.0 }}

=== 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'

enjoy,

-jeremy

[1] - http://rubyforge.org/tracker/?func=add&group_id=3707&...

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


2 Answers

Olivier

8/15/2007 11:57:00 AM

0

Le dimanche 12 août 2007 23:33, Jeremy Hinegardner a écrit :
> As promised, here's a new release of launchy. For those of you who said
> the previous version didn't work for you please test this out and let me
> know or submit the bugs on rubyforge[1].

Ok, works here with KDE on Linux : it opens a new tab in konqueror

--
Olivier Renaud

Jeremy Hinegardner

8/15/2007 4:04:00 PM

0

On Wed, Aug 15, 2007 at 08:56:32PM +0900, Olivier Renaud wrote:
> Le dimanche 12 ao?t 2007 23:33, Jeremy Hinegardner a ?crit?:
> > As promised, here's a new release of launchy. For those of you who said
> > the previous version didn't work for you please test this out and let me
> > know or submit the bugs on rubyforge[1].
>
> Ok, works here with KDE on Linux : it opens a new tab in konqueror

Perfect. Glad that it works for you.

enjoy,

-jeremy

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