Commit graph

4 commits

Author SHA1 Message Date
taca
1bdbc8a0d8 Update misc/ruby-launchy to 0.3.7.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Update dependency according to gemspec.


= Launchy Changlog

== Version 0.3.7 - 2010-07-19

* Fix launchy on windows (mikefarmer)

== Version 0.3.6 - 2010-02-22

* add a test:spec task to run tests without rcov support
* added 'testing' os family for running tests

== Version 0.3.5 - 2009-12-17

* clarify that launchy is under ISC license
* fix missing data file in released gem needed for running specs

== Version 0.3.3 - 2009-02-19

* pass command line as discrete items to system() to avoid string
  interpretation by the system shell. (Suraj N. Kurapati)
* rework project layout and tasks
2010-09-10 07:24:27 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
taca
b1e4dc3090 Update ruby-launchy package to 0.3.2.
== Changes
=== Version 0.3.2 - 2008-05-21

* detect aix and mingw as known operating systems.
2008-06-22 16:10:16 +00:00
jlam
103ec37cf4 Initial import of ruby18-launchy-0.3.1 as misc/ruby-launchy.
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.
2008-04-04 15:20:05 +00:00