diff options
author | Joe George <joe@zeroc.com> | 2016-03-11 14:56:34 -0500 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2016-03-11 14:56:34 -0500 |
commit | 3747656b00d2e5e32f66d43dff705ab322905963 (patch) | |
tree | 2c322a1120a66162928c8d2400502497ab020b6f /ruby | |
parent | Fix ICE-7015 - IceUtil/stacktrace test failure (diff) | |
download | ice-3747656b00d2e5e32f66d43dff705ab322905963.tar.bz2 ice-3747656b00d2e5e32f66d43dff705ab322905963.tar.xz ice-3747656b00d2e5e32f66d43dff705ab322905963.zip |
Update version to 3.6.2 in several md files
Diffstat (limited to 'ruby')
-rw-r--r-- | ruby/BuildInstructionsLinuxOSX.md | 2 | ||||
-rw-r--r-- | ruby/BuildInstructionsWindows.md | 18 |
2 files changed, 10 insertions, 10 deletions
diff --git a/ruby/BuildInstructionsLinuxOSX.md b/ruby/BuildInstructionsLinuxOSX.md index 15c62b6f1f8..06367a1e3bf 100644 --- a/ruby/BuildInstructionsLinuxOSX.md +++ b/ruby/BuildInstructionsLinuxOSX.md @@ -150,4 +150,4 @@ command: SELINUX=disabled [1]: https://zeroc.com/download.html -[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.1 +[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.2 diff --git a/ruby/BuildInstructionsWindows.md b/ruby/BuildInstructionsWindows.md index e4654ccbc3f..44b462588cf 100644 --- a/ruby/BuildInstructionsWindows.md +++ b/ruby/BuildInstructionsWindows.md @@ -27,8 +27,8 @@ the only C++ compiler supported by Ice for Ruby. The instructions in this file make the following assumptions about your build environment: -1. You have installed the Ice 3.6.1 distribution using the ZeroC installer. The -default installation directory is `C:\Program Files (x86)\ZeroC\Ice-3.6.1`. +1. You have installed the Ice 3.6.2 distribution using the ZeroC installer. The +default installation directory is `C:\Program Files (x86)\ZeroC\Ice-3.6.2`. 2. You have installed Ruby 2.2.1 using the Windows installer. The default installation directory is `C:\Ruby221`. 3. You have installed the Ruby Development Kit 4.7.2 in `C:\RubyDevKit-4.7.2`. @@ -70,7 +70,7 @@ forward slashes (/) as directory separators, and cannot contain any space. If your Ice installation's path contains any space, use the DOS 8-character name as a work-around, for example: - > set ICE_HOME=C:/PROGRA~2/Ice-3.6.1 + > set ICE_HOME=C:/PROGRA~2/Ice-3.6.2 You can use `dir /x` to get this DOS name, for example: @@ -105,20 +105,20 @@ The Ruby interpreter must be able to locate the Ice extension. One way to configure the interpreter is to define the `RUBYLIB` environment variable as follows: - > set RUBYLIB=C:\Ice-3.6.1\ruby + > set RUBYLIB=C:\Ice-3.6.2\ruby -This example assumes your Ice for Ruby installation is located in the `C:\Ice-3.6.1` +This example assumes your Ice for Ruby installation is located in the `C:\Ice-3.6.2` directory. In addition, you must modify your PATH environment variable to include the following directories: - C:\Program Files (x86)\ZeroC\Ice-3.6.1\bin - C:\Ice-3.6.1\bin + C:\Program Files (x86)\ZeroC\Ice-3.6.2\bin + C:\Ice-3.6.2\bin At a command prompt, you can set your PATH as shown below: - > set PATH=C:\Program Files (x86)\ZeroC\Ice-3.6.1\bin;C:\Ice-3.6.1\bin;%PATH% + > set PATH=C:\Program Files (x86)\ZeroC\Ice-3.6.2\bin;C:\Ice-3.6.2\bin;%PATH% ## Running the Ruby Tests @@ -142,4 +142,4 @@ If everything worked out, you should see lots of `ok` messages. In case of a failure, the tests abort with `failed`. [1]: https://zeroc.com/download.html -[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.1 +[2]: https://doc.zeroc.com/display/Ice36/Supported+Platforms+for+Ice+3.6.2 |