[ANN] RubyInstaller 2.1.5 released

I'm very pleased to announce the release of RubyInstaller packages for Ruby
2.1.5

Installers and 7z binary packages are available from bintray.com:

http://rubyinstaller.org/downloads

https://bintray.com/oneclick/rubyinstaller/rubyinstaller/2.1.5

## Ruby 2.1.5

This new version of Ruby also brings new changes to RubyInstaller.

Similar to 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.

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.

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.1.x is brand new

While officially 2.1.x is stable, that doesn't mean all the software will
magically work on it.

Use 2.1.5 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.1 compatible

Ruby 2.1 introduces ABI breakage which means compiled C extensions with
previous
1.9.3 or 2.0.0 will not run against Ruby 2.1.

**DO NOT install Ruby 2.1 on top of existing Ruby 1.9.3 or 2.0.0**, 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:

    e7aa15e80d4bf69353674a2789acea29 *ruby-2.1.5-doc-chm.7z
    fe6b596fc47f503b0c0c01ebed16cf65 *ruby-2.1.5-i386-mingw32.7z
    2ebc791db99858a0bd586968cddfcf0d *ruby-2.1.5-x64-mingw32.7z
    eacd2526ef61fb73c0e642828675e94d *rubyinstaller-2.1.5.exe
    3aad5fbfe6bfcf9cf3237ed9f048b81f *rubyinstaller-2.1.5-x64.exe

### SHA256

    ad9bc5a42cf92eecdf5959acb953302590b059d3aee3cc8092ef62ea9ea48492
*ruby-2.1.5-doc-chm.7z
    1e1619d41ffae46826bb7866f9e6f148cf13730c40aba80e520f835ccd005f18
*ruby-2.1.5-i386-mingw32.7z
    120dc70369c90ae66e3c02f1c9e70579841ab204a3eac1b25110d9ae542199a7
*ruby-2.1.5-x64-mingw32.7z
    a426347e609e5502357443113d88c3c6274137bdab9af3f0f4aaf04b7f177c9f
*rubyinstaller-2.1.5.exe
    2464522a6cee84b51b8dd0cf5f8b87bd35da77d416305ead30b63923d4501f8f
*rubyinstaller-2.1.5-x64.exe

### Official Announcement:

https://www.ruby-lang.org/en/news/2014/11/13/ruby-2-1-5-is-released/

### Enhancements:

* Upgraded Ruby 2.1 to version 2.1.5
* Upgraded OpenSSL to version 1.0.0o

···

--
Luis Lavena
AREA 17
-
Perfection in design is achieved not when there is nothing more to add,
but rather when there is nothing more to take away.
Antoine de Saint-Exupéry