All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (possibly fetched
conditionally?):
./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
Remove USE_RAKE. It was used to control dependency to ruby-rake package
befor ruby 2.0 days. Now all ruby*-base package contains rake command and
USE_RAKE is already not used in any where.
Problems found locating distfiles:
Package colorls: missing distfile ls.tar.gz
Package molden: missing distfile molden-4.6/molden4.6.tar.gz
Package softmaker-office-demo: missing distfile ofl06trial.tgz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
= Launchy Changlog
== Version 2.1.1 - 2012-07-28
* Update addressable runtime dependency (copiousfreetime/launchy#47)
* Bring minitest and ffi development dependencies up to date
== 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.
* 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
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.