[ANN] RubyInstaller 2.3.0

316 views
Skip to first unread message

Justin Baker

unread,
Apr 4, 2016, 10:50:17 PM4/4/16
to RubyInstaller
I'm pleased to announce the release of RubyInstaller packages for Ruby 2.3.0

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

http://rubyinstaller.org/downloads

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

## Ruby 2.3.0

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:

#### 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.3.0 is brand new

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

Use 2.3 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.# compatible

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

**DO NOT install Ruby 2.3 on top of existing Ruby 2.2.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:


### MD5:
    282471c130ded24a368049d3a5ac5c63 *ruby-2.3.0-doc-chm.7z
    95a62cb2ba42f80d9f5a36df07d5886a *ruby-2.3.0-i386-mingw32.7z
    1d63ef1fbc06078c43b596326c4144a0 *ruby-2.3.0-x64-mingw32.7z
    d9e18b23821e998cb9bd230495092ddd *rubyinstaller-2.3.0-x64.exe
    3a2ff624ace7bee995bead28dc49b216 *rubyinstaller-2.3.0.exe

### SHA256
    17bcd8fb55c10effc3ae73eed58ab3d492d2bb0362e394d5bfc34e57074d944e *ruby-2.3.0-doc-chm.7z
    c8daba86954ddb59a8ff3b1bb5dbb24fb0c4c06810d9067fabac870b9316b029 *ruby-2.3.0-i386-mingw32.7z
    e930827ecd075b7fc9cca50df2824c6b8fba26f90e92eae2e41d58edf74dbfc9 *ruby-2.3.0-x64-mingw32.7z
    087a7e3404fc2892f7eae6e8d0a12de419d57a8a4d78bbcf95568cb75f086a99 *rubyinstaller-2.3.0-x64.exe
    f7926dd87bc2f436ea1f407073a01ace38285818578a8764e2c1ec93aaead3c6 *rubyinstaller-2.3.0.exe

### Official Announcement:

### Enhancements:
* Added Ruby 2.3.0 to recipes

Reply all
Reply to author
Forward
0 new messages