I’m very pleased to announce the release of RubyInstaller packages for
Ruby
2.0.0-p598
Installers and 7z binary packages are available from bintray.com:
Ruby 2.0.0-p598
This new version of Ruby also brings new changes to RubyInstaller.
Starting with 2.0.0, the packages will be provided in two versions:
32bits (x86) and 64bits (x64).
This is possible thanks to newer compiler provided by mingw-w64 project.
This means newer DevKit package is required to use with this version.
Important information
Please note that the installers in this release are not digitally
signed.
You can read more about this in post at RubyInstaller group:
https://groups.google.com/d/topic/rubyinstaller/NhAqcepQ-Xw/discussion
Choosing 32bits vs 64bits
Before you download a 64bits version (labeled x64), it is important you
understand that not all gems, libraries or tools have been tested for
this
version.
It is our recommendation you use 32bits until these issues are solved.
If you have a 64bits version of Windows, you can still use 32bits, as
there
is no performance issue around it.
Ruby 2.0.0 is brand new
While officially 2.0.0 is stable, that doesn’t mean all the software
will
magically work on it.
Use 2.0.0 for development and verify your application, scripts and tools
works
properly before deciding to run this in your production environment.
Existing pre-compiled gems might not be Ruby 2.0 compatible
Ruby 2.0 introduces ABI breakage which means compiled C extensions with
previous
1.9.3 will not run against Ruby 2.0.
DO NOT install Ruby 2.0 on top of existing Ruby 1.9.3, or try to use
compiled
extensions with it.
You will be required to force compilation of those gems:
gem install <name> --platform=ruby
This will require you have the extra dependencies installed for that
gem to
compile. Look at the gem documentation for the requirements.
Please check each gem documentation and recent releases.
Do not use other DevKit version than the one recommended
This version of Ruby has been compiled and optimized for mingw-w64 GCC
4.7.2.
Use of older version of DevKit package to compile gems might result in
compilation issues during gem installation or simply segfaults.
Look for the DevKit installers identified with the name
‘DevKit-mingw64-32’
and
‘DevKit-mingw64-64’ for 32 and 64 bits respectively.
To be clear:
- For 32bits Ruby 2.0.0: download and install
DevKit-mingw64-32-4.7.2
- For 64bits Ruby 2.0.0: download and install
DevKit-mingw64-64-4.7.2
Known Issues
There are some issues with Development Kit configuration process that
fails
to detect x64 installations of Ruby. You will need to manually edit
config.yml
for it to work. See the following issues for details:
- 32-bit programs are not detected when using x64-mingw32 builds · Issue #221 · oneclick/rubyinstaller · GitHub
- Make dk.rb support x64 ruby by petemounce · Pull Request #237 · oneclick/rubyinstaller · GitHub
MD5:
1101f91b9d150e18a7f5052c360b2fbc *ruby-2.0.0-p598-doc-chm.7z
a4b7f5c3d3286b51ea35d34fde8aa174 *ruby-2.0.0-p598-i386-mingw32.7z
011b3832b6e557e7b25fd98821e28e69 *ruby-2.0.0-p598-x64-mingw32.7z
62c3873345b0f5f4ca8300ff705e2f38 *rubyinstaller-2.0.0-p598.exe
649e86af63afc48308110e838cbdfa6f *rubyinstaller-2.0.0-p598-x64.exe
SHA256
8fa2fa102fdd5c5424610345b437d44e34a90553ad34974c26219ee8768b7ec1
*ruby-2.0.0-p598-doc-chm.7z
7e62a1f06e198152c08ab13086e79b1c7807fecdd655593dd10c564d8f9b19b5
*ruby-2.0.0-p598-i386-mingw32.7z
5c5fc637923dbac5ace349f6e808562b74b6bab441b2a14a61a5ebde32936420
*ruby-2.0.0-p598-x64-mingw32.7z
aaa1bbb9bdb1e85da8675635956de53a6cd5c151ba32fceb72bb6366f2da8d92
*rubyinstaller-2.0.0-p598.exe
6e7ff2632f92af99d5c1dabb5e510b025ac8221deed0454b49f05a2a2b5d210f
*rubyinstaller-2.0.0-p598-x64.exe
Official Announcement:
https://www.ruby-lang.org/en/news/2014/11/13/ruby-2-0-0-p598-is-released/
Enhancements:
- Upgraded Ruby 2.0.0 to patchlevel 598
- Upgraded OpenSSL to version 1.0.0o