2013-02-27 04:58:12 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Add correct dependency to ruby-rdoc.
Since dependency has also changed with ruby193, bump PKGREVISION.
|
2013-02-13 16:37:05 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-launchy to 2.2.0.
= 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
|
2012-09-16 08:46:02 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-launchy to 2.1.2.
= Launchy Changlog
== Version 2.1.2 - 2012-08-06
* Fix where HostOS would fail to convert to string on JRuby in 1.9
mode (copiousfreetime/launchy#45)
|
2012-08-03 12:44:56 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-launchy to 2.1.1.
= 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
|
2012-03-20 14:10:54 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-launchy to 2.1.0.
= 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
|
2011-08-12 18:59:14 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
Update misc/ruby-launchy package to 2.0.5.
== 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.
|
2011-06-19 03:49:27 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-launchy package to 0.4.0.
= Launchy Changlog
== Version 0.4.0 - 2011-01-27
* Add support for file:/// schema (postmodern)
|
2010-09-10 09:24:27 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
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
|
2009-06-14 20:07:32 by Joerg Sonnenberger | Files touched by this commit (129) |
Log message:
Remove @dirrm entries from PLISTs
|
2008-06-22 18:10:16 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-launchy package to 0.3.2.
== Changes
=== Version 0.3.2 - 2008-05-21
* detect aix and mingw as known operating systems.
|