[ANN] RubyInstaller 2.0.0-p647

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.0.0-p647

## Ruby 2.0.0-p647

### This is a Security Maintenance Relase

Ruby 2.0.0 has gone into the state of the security maintenance phase.
This means there will be no more releases in the 2.0.0 series unless any
critical regressions or security issues are found.

### 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.0 compatible

Ruby 2.0 and 2.1 introduced ABI breakage which means compiled C extensions
from
releases in the 1.9.3 or 2.1.X series will not run against Ruby 2.0.

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

- https://github.com/oneclick/rubyinstaller/issues/221
- https://github.com/oneclick/rubyinstaller/pull/237

### MD5:
    ae5e221b7796c76e7e89287908bb90f5 *ruby-2.0.0-p647-doc-chm.7z
    a65e229c275993898e72cea690a5db1b *ruby-2.0.0-p647-i386-mingw32.7z
    d641e1a26e17d15d0419c7e3830e5683 *ruby-2.0.0-p647-x64-mingw32.7z
    ad79743badb81f7d6c9fcd5cb8c5b809 *rubyinstaller-2.0.0-p647-x64.exe
    c09e99c250681f6fa7ec592267dcc76f *rubyinstaller-2.0.0-p647.exe

### SHA256:
    418dc7881cdad117efed30953859d89ece8cce77ae4f7ac587e6ab7845287ef3
*ruby-2.0.0-p647-doc-chm.7z
    b5f8ff6c8cd71078bbbce1bffdac92e3189c54d1982eb4b4d4a4c3417c3fce60
*ruby-2.0.0-p647-i386-mingw32.7z
    004878473f10e5cc22452f8594cd272d913e7fcb2e0275242555de41524615c8
*ruby-2.0.0-p647-x64-mingw32.7z
    0adf68a5ef96789b529cd53a3888db06c540929954b2135bc235f56591fe978d
*rubyinstaller-2.0.0-p647-x64.exe
    bb3a0cc3bc19b3f9731801f52d1c3400148a7b9f308e6d82219bd69257329630
*rubyinstaller-2.0.0-p647.exe

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

### Enhancements:
  * Upgraded Ruby 2.0.0 to patchlevel 647