File: //usr/local/rvm/gems/ruby-2.5.9@global/gems/executable-hooks-1.6.1/CHANGELOG.md
# Changelog
## 1.6.1
date: 2021-01-26
- Avoid Ruby 2.7 warning, merge #38
## 1.6.0
date: 2018-10-25
- Restore support for ruby-1.8.6, fixes #34
- Do not force overwrite wrapper, fixes #33
## 1.5.0
date: 2018-06-25
- Support truffleruby, fixes rvm/rvm#4408
## 1.4.2
date: 2018-02-14
- Support rubygems 1.4.2, fixes #29
## 1.4.1
date: 2018-02-12
- Fix bundle install, fixes #28
## 1.4.0
date: 2018-02-08
- Add bindir support, fixes #24
## 1.3.2
date: 2014-06-06
- make sure executable mode is set on binaries when using fast fix, update wayneeseguin/rvm#2894
## 1.3.1
date: 2014-01-16
- do not hardcode env ruby_executable_hooks when using shortcut try_to_fix_binstubs, fix #12
## 1.3.0
date: 2014-01-11
- First try to fix binstubs before installing them, fix wayneeseguin/rvm#2536
## 1.2.6
date: 2013-10-21
- Remind users about regenerating binstubs "in case of problems", merge #11
## 1.2.5
date: 2013-10-12
- first try to create the bin dir then check if it is writable, update #9, update wayneeseguin/rvm#2277
## 1.2.4
date: 2013-10-10
- raise exception if can not write to bindir, fix #9
## 1.2.3
date: 2013-09-24
- fix detecting program name and system process title, fix #8, update #7, update #5
## 1.2.2
date: 2013-09-23
- change process title only when supported by Process, fix #7, update #5
## 1.2.1
date: 2013-09-22
- fix installing wrapper when first time installing the gem, fix #6
## 1.2.0
date: 2013-09-17
- fix full program name with params, fix #5
- RG 2.1 introduces find_latest_files
- add license to gemspec, fix #4
## 1.1.0
date: 2013-07-11
- fix hooks for older rubygems versions
- add regenerating wrappers on gem installation, closes #2
- fix uninstaller
- honor the program suffix, fix #3
- add a warning for custom custom_shebang, fix #1
## 1.0.0
date: 2013-07-10
- extracted hooking to rubygems executables from https://github.com/mpapis/rubygems-bundler