[ANN] RubyInstaller 2.1.7

Hey everyone, sorry it's late but thanks for being patient.

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

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

http://rubyinstaller.org/downloads

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

## Ruby 2.1.7

Packages will be provided in two versions:
32bits (x86) and 64bits (x64).

The DevKit used for version the Ruby 2.0 series 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.

#### Existing pre-compiled gems might not be Ruby 2.1 compatible

Ruby 2.1 introduced some C API changes which means compiled C
extensions with previous versions of Ruby may not run against Ruby
2.1.

**DO NOT install Ruby 2.1 on top of existing Ruby 2.0.0 or 2.2**, 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:
    49ec022e2b127dc20f7b7011d1dbc378 *ruby-2.1.7-doc-chm.7z
    ed0af70cb991bc30a4a78f39e02f39de *ruby-2.1.7-i386-mingw32.7z
    6f77454f8c3935f0113707b8f65faf14 *ruby-2.1.7-x64-mingw32.7z
    56751f595ecc5385008967c5c582027e *rubyinstaller-2.1.7-x64.exe
    57efcc7ea3e031e66e2951db85ed09fe *rubyinstaller-2.1.7.exe

### SHA256
    2f7e36bc059a77dba5157de08306e24fc0fd7e0517f490231e61df5f7496da92
*ruby-2.1.7-doc-chm.7z
    cf6e9f4bb156e70df4dcb5052011296edeb16bf02a4a4e476899a03ceed9a248
*ruby-2.1.7-i386-mingw32.7z
    711ca6c510adb921ed1db66a01963767040dfbdec65949ef616279c76dba7e9e
*ruby-2.1.7-x64-mingw32.7z
    b60791aa333c5a540f41647e2c82256d77f75481843d30d098cb1481a51447e7
*rubyinstaller-2.1.7-x64.exe
    c7c805c8310919d6deed1b1b6ef7ddc6c0c83b0a79e8521876ecb156da020684
*rubyinstaller-2.1.7.exe

### Official Announcement:
* https://www.ruby-lang.org/en/news/2015/08/18/ruby-2-1-7-released/

### Enhancements:
* Upgraded Ruby 2.1 to version 2.1.7