Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
provider: fix batchfile extension for ruby gem (neovim#7651)
ruby uses batchfiles with 'cmd' extension. gem creates batchfiles with 'bat' extension. `gem install rails` does the following in Windows (not Cygwin): 1. Run `gem.cmd install rails` on cmd.exe 2. gem.cmd runs `ruby.exe -x gem install rails` 3. `rails` gem is installed. `rails.bat` is created in the same directory where ruby.exe and gem.cmd reside.
- Loading branch information