Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > [ANN] gem-exefy 1.0.0 Released

Reply
Thread Tools

[ANN] gem-exefy 1.0.0 Released

 
 
bosko.ivanisevic@gmail.com
Guest
Posts: n/a
 
      06-25-2012

In cooperation with the rest of the RubyInstaller team I'm pleased to
announce the release of the first version ofgem-exefy gem.

gem-exefy version 1.0.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.0.0 / 2012-06-25

* 1 major enhancement

* Birthday!


-
Regards,
Boško Ivanišević
http://pragdevnotes.com
 
Reply With Quote
 
 
 
 
Marvin Gülker
Guest
Posts: n/a
 
      06-26-2012
Am 25.06.2012 09:28, schrieb :
> 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.


So if I install Ruby using the RubyInstaller team’s 7zip archives and
use my own MinGW/MSYS installation (which I have installed for C/C++
development) this won’t work?

Vale,
Marvin
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Win XP wireless network adapter gets released and then connects ba =?Utf-8?B?cGkyMmJ5Nw==?= Wireless Networking 1 08-01-2008 08:33 PM
Battlefield 2 New Patch Released (yet Again...) Silverstrand Front Page News 4 07-20-2005 04:33 PM
*Mozilla Firefox 1.0.4 Released* Roland Firefox 4 05-13-2005 03:05 PM
Firefox 1.0.1 released Z Firefox 2 02-26-2005 04:11 AM
ANN: Anyplace Control 2.6 released Yura Goncharuk Wireless Networking 0 09-28-2004 10:13 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57