jekader (Jeka Der)
- Login: jekader
- Email: [email protected]
- Registered on: 06/29/2015
- Last sign in: 06/29/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/08/2015
-
11:21 AM Ruby Bug #11316: ruby 2.2 on Windows generates incorrect BAT files for gems
- Update: just tested with rubygems 2.4.8 and it generates BAT files correctly. I hope this version is planned for inclusion into Windows builds of ruby.
-
10:08 AM Ruby Bug #11316: ruby 2.2 on Windows generates incorrect BAT files for gems
- Hi and sorry for delay. My gem version is 2.4.5:
~~~
C:\Windows\system32>gem --version
2.4.5
C:\Windows\system32>where gem
C:\Program Files\ruby22\bin\gem
C:\Program Files\ruby22\bin\gem.bat
C:\Windows\system32>rhc --help
'...
06/29/2015
-
09:05 AM Ruby Bug #11316: ruby 2.2 on Windows generates incorrect BAT files for gems
- I forgot to mention that this works fine with ruby 2.1. The bat file there looks like this:
~~~
@ECHO OFF
IF NOT "%~f0" == "~f0" GOTO :WinNT
@"ruby.exe" "C:/Program Files/ruby21/bin/rhc" %1 %2 %3 %4 %5 %6 %7 %8 %9
GOTO :EOF
:WinN... -
09:01 AM Ruby Bug #11316 (Closed): ruby 2.2 on Windows generates incorrect BAT files for gems
- In Ruby 2.2 on Windows it's impossible to install the "rhc" gem since the BAT wrapper has a typo.
steps to reproduce:
1) install ruby 2.2.2 into a directory with spacer (C:\Program Files\ruby22)
2) install git
3) open console and i...