I'm pleased to announce the release of RubyInstaller packages for Ruby 2.2.1
Installers and 7z binary packages are available from bintray.com:
http://rubyinstaller.org/downloads
https://bintray.com/oneclick/rubyinstaller/rubyinstaller/2.2.1
## Ruby 2.2.1
Packages will be provided in two versions:
32bits (x86) and 64bits (x64).
Same DevKit used for version 2.0.0 is required for 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.
Things are pretty close, however it is still our recommendation you
use a 32bit release.
If you have a 64bits version of Windows, you can still use 32bits, as
there is no performance issue around it.
#### Ruby 2.2.x is brand new
While officially 2.2.x is stable, that doesn't mean all the software
will magically work on it.
This is also the first 2.2.x release of a RubyInstaller package.
For possible issues please see the results of `make check`:
Use 2.2.1 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.2 compatible
Ruby 2.2 introduced some C API changes which means compiled C
extensions with previous versions of Ruby may not run against Ruby
2.2.
**DO NOT install Ruby 2.2 on top of existing Ruby 2.1.x or earlier**,
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 another 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:
* Download and install `DevKit-mingw64-32-4.7.2` for 32bits Ruby
* Download and install `DevKit-mingw64-64-4.7.2` for 64bits Ruby
**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:
- https://github.com/oneclick/rubyinstaller/issues/221
- https://github.com/oneclick/rubyinstaller/pull/237
### MD5:
2c7d1e0cdbfbdc55d627a4510c76d987 *ruby-2.2.1-doc-chm.7z
c22f0b1b7e27c26f788c6f8d361de7e9 *ruby-2.2.1-i386-mingw32.7z
a1b750ce933d1bab88911b61819b3508 *ruby-2.2.1-x64-mingw32.7z
78202342c2c00e4506d523d0c1801dc5 *rubyinstaller-2.2.1-x64.exe
233bf0a2c2acd2a9ae00edc02e3ea0d0 *rubyinstaller-2.2.1.exe
### SHA256
d7f9052b59189725c6477cf422398142628f70bfc2052ea5e4947c33fb7a09ae
*ruby-2.2.1-doc-chm.7z
243e40ca747c8b9c799bd7a8a5431a44166d1e6d4f49041b054a191c484b9415
*ruby-2.2.1-i386-mingw32.7z
3b481a69762375cd39e416ff36a4ff2d8ad4a83f5b6a92f08156f5b60978c057
*ruby-2.2.1-x64-mingw32.7z
703028cd2af6dd1bc0285f7f357edc108c2711553d7b8fbd3951ff00b7c1b5d5
*rubyinstaller-2.2.1-x64.exe
a1de690859e0aa844fee296f8ec8e213d5c3f4ba9ee59cbd33be582fcc78b955
*rubyinstaller-2.2.1.exe
### Official Announcement:
* https://www.ruby-lang.org/en/news/2015/03/03/ruby-2-2-1-released/
### Enhancements:
* Upgraded Ruby 2.2 to 2.2.1
* Upgraded OpenSSL to 1.0.1l