<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/misc/ruby-launchy/PLIST, branch trunk</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2014-01-17T18:13:34Z</updated>
<entry>
<title>Update ruby-launchy to 2.4.2.  Part of PR/48447.</title>
<updated>2014-01-17T18:13:34Z</updated>
<author>
<name>tsutsui</name>
<email>tsutsui@pkgsrc.org</email>
</author>
<published>2014-01-17T18:13:34Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7b4031564fc813e6d707cc8bd903047403f1bd5a'/>
<id>urn:sha1:7b4031564fc813e6d707cc8bd903047403f1bd5a</id>
<content type='text'>
pkgsrc change:
Update HOMEPAGE per http://rubygems.org/gems/launchy (the old page is 403)

Changes from HISTORY.md:

## Version 2.4.2 - 2013-11-28
* Fix kde issue - &lt;https://github.com/copiousfreetime/launchy/issues/72&gt; - colbell

## Version 2.4.1 - 2013-11-26
* Abstract out the argv of the commandline - &lt;https://github.com/copiousfreetime/launchy/issues/71&gt;

## Version 2.4.0 - 2013-11-12
* Support `Launchy.open( url, :debug =&gt; true )` - &lt;http://github.com/copiousfreetime/launchy/issues/63&gt; - schmich
* Fix inconsistencies in `debug?` and `dry_run?` methods - &lt;http://github.com/copiousfreetime/launchy/issues/63&gt; - schmich
* Fix detection of missing *nix desktops - &lt;http://github.com/copiousfreetime/launchy/issues/70&gt;
* Fix running tests in bare Linux environment - &lt;http://github.com/copiousfreetime/launchy/issues/67&gt; - gioele
* Fix mistaking windows drive as uri schema - &lt;http://github.com/copiousfreetime/launchy/issues/65&gt;
* Attempt fixing windows `start` command oddities, again - &lt;http://github.com/copiousfreetime/launchy/issues/62&gt;</content>
</entry>
<entry>
<title>Update ruby-launchy to 2.3.0.</title>
<updated>2013-09-15T14:10:09Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2013-09-15T14:10:09Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=86c7655e775f9d2983e5a16a711799533d2f0c82'/>
<id>urn:sha1:86c7655e775f9d2983e5a16a711799533d2f0c82</id>
<content type='text'>
## Version 2.3.0 - 2013-04-11

* Add the option to call a block on error instead of raising an exception</content>
</entry>
<entry>
<title>Update ruby-launchy to 2.2.0.</title>
<updated>2013-02-13T15:37:05Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2013-02-13T15:37:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c8bf1a4ca2d4bcf73d085e787064a9e59f21e570'/>
<id>urn:sha1:c8bf1a4ca2d4bcf73d085e787064a9e59f21e570</id>
<content type='text'>
= Launchy Changlog
== Version 2.2.0 - 2013-02-06

* Change XFCE detection to not depend on grep (copiousfreetime/launchy#52 -
  thanks bogdan)
* Suppress forked process output (copiousfreetime/launchy#51)
* Display help/usage if no url is given (copiousfreetime/launchy#54)
* Detect the fluxbox environment (copiousfreetime/launchy#53)
* Automatically detect 'http' url's if they are missing the 'http://'
  (copiousfreetime/launchy#55)
* Update to latest project management rake tasks</content>
</entry>
<entry>
<title>Update ruby-launchy to 2.1.0.</title>
<updated>2012-03-20T13:10:54Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2012-03-20T13:10:54Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d9d0619f007565b315eed2ee9918dc3a8cc52cbb'/>
<id>urn:sha1:d9d0619f007565b315eed2ee9918dc3a8cc52cbb</id>
<content type='text'>
= Launchy Changlog
== Version 2.1.0 - 2012-03-18

* Fix raising exception when no browser program found
  (copiousfreetime/launchy#42)
* Add LAUNCHY_DRY_RUN environment variable (thanks Mariusz Pietrzyk / wijet)
* Update dependencies</content>
</entry>
<entry>
<title>Update misc/ruby-launchy package to 2.0.5.</title>
<updated>2011-08-12T16:59:14Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2011-08-12T16:59:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=47b8a9df8ed16b6343b24ea9986d7fb3d8a6292a'/>
<id>urn:sha1:47b8a9df8ed16b6343b24ea9986d7fb3d8a6292a</id>
<content type='text'>
== Version 2.0.5 - 2011-07-24

* Fix the case where $BROWSER is set and no *nix desktop was found
  (copiousfreetime/launchy#33)

== Version 2.0.4 - 2011-07-23

* Fix windows 'start' commandline (copiousfreetime/launchy#5)
* Add capability to open local files with no file: scheme present
  (copiousfreetime/launchy#29)
* Added 'rake how_to_contribute' task (copiousfreetime/launchy#30)
* Make better decisions on when to do shell escaping
  (copiousfreetime/launchy#31)
* Switch to Addressable::URI so UTF-8 urls may be
  parsed. (copiousfreetime/launchy#32)

== Version 2.0.3 - 2011-07-17

* Add in Deprecated API wrappers that warn the user

== Version 2.0.2 - 2011-07-17

* Typo fixes from @mtorrent
* Documentation updates explicitly stating the Public API
* Increase test coverage

== Version 2.0.1 - 2011-07-16

* Almost a complete rewrite
* JRuby Support
* Organization is such that it will be easier to add additional applications
* Windows behavior possibly fixed, again

== Version 1.0.0 - 2011-03-17

* Add JRuby support (Stephen Judkins)
* Remove unused Paths module
* Switch to using bones
* Switch to use minitest
* NOTE, this version was never released.</content>
</entry>
<entry>
<title>Update misc/ruby-launchy to 0.3.7.</title>
<updated>2010-09-10T07:24:27Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2010-09-10T07:24:27Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f298b8332ea33cf23fe251632ed20fb4be7621f3'/>
<id>urn:sha1:f298b8332ea33cf23fe251632ed20fb4be7621f3</id>
<content type='text'>
* 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</content>
</entry>
<entry>
<title>Remove @dirrm entries from PLISTs</title>
<updated>2009-06-14T18:03:28Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2009-06-14T18:03:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=24151e2b9991726fa4bcd0ace9289f45de0f325e'/>
<id>urn:sha1:24151e2b9991726fa4bcd0ace9289f45de0f325e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial import of ruby18-launchy-0.3.1 as misc/ruby-launchy.</title>
<updated>2008-04-04T15:20:05Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2008-04-04T15:20:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=103ec37cf418eb88987ad6731d6fb7af931c3ea8'/>
<id>urn:sha1:103ec37cf418eb88987ad6731d6fb7af931c3ea8</id>
<content type='text'>
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.</content>
</entry>
</feed>
