Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[ANN] gem-exefy 1.2.0 Released

15 views
Skip to first unread message

bosko.iv...@gmail.com

unread,
Sep 11, 2012, 2:59:13 AM9/11/12
to
gem-exefy version 1.2.0 has been released!

* GitHub repository: <http://github.com/bosko/gem-exefy>

GemExefy is RubyGems plugin aimed to replace batch files (.bat) with
executables with the same name. This gem will work only on
RubyInstaller Ruby installation and it requires RubyInstaller DevKit.

Reason for such replaceming batch files with executable stubs is
twofold. When execution of batch file is interrupted with Ctrl-C key
combination, user is faced with the confusing question

"Terminate batch job (Y/N)?"

which is avoided after replacement.

Second reason is appearance of processes in Task manager (or Process
Explorer). In the case of batch files all processes are visible as
ruby.exe. In order to distinguish between them, program arguments must
be examined. In addition, having one process name makes it hard to
define firewall rules. Having executable versions instead of batch
files will facilitate process identification in task list as well as
defining firewall rules. Moreover it makes it possible to create
selective firewall rules for different Ruby gems. Installing Ruby
applications as Windows services should be also much easer when
executable stub is used instead of batch file.

Changes:

### 1.2.0 / 2012-09-11

* Enhancements

* Added support for x64 Ruby versions
(https://github.com/bosko/gem-exefy/issues/12)
0 new messages