date: 2017-09-22
- add option to show full path to single file
- list actual list of generated wrappers in show
date: 2017-09-10
- Avoid nested chdir warnings #11
date: 2017-08-24
- detect ruby executables instead of using hardcoded list
date: 2017-07-08
- add check if target files actually exist and are executable, fix #9
- silence ivar warning in rubygems test suite, fix #7
date: 2014-10-10
- improved command handling
date: 2014-10-10
- improved output of listing executables
date: 2014-10-10
- show list of executables
- show info when
$GEM_WRAPPERS_DEBUG
is set
date: 2014-05-27
- allow generating formatted binary wrappers, fix #5
date: 2014-01-03
- require fileutils - needed on older rubies
date: 2013-12-31
- fix uninstalling gems and add tests for it
date: 2013-12-31
- improved tests
- improved code to detect and set executable bits for the created wrapper, fix #3
date: 2013-12-22
- Add
ri
,rdoc
andtestrb
to the list of default ruby executables
date: 2013-12-22
- Add support for generating scripts wrappers
- Improved gems searching and tests
date: 2013-12-20
- Add functionality to uninstall wrappers when gem is uninstalled
date: 2013-12-19
- Stable version released