summaryrefslogtreecommitdiff
path: root/ruby
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2019-09-13 13:16:11 +0200
committerJose <jose@zeroc.com>2019-09-13 13:19:52 +0200
commit498731a6548adac226a5d67b7bd8b0d8e47371b9 (patch)
tree5f5ffe25bd5cb8993a11669bfad4a418c9983ebc /ruby
parentFixed IceGrid/replicaGroup test failure, fixes #526 (diff)
downloadice-498731a6548adac226a5d67b7bd8b0d8e47371b9.tar.bz2
ice-498731a6548adac226a5d67b7bd8b0d8e47371b9.tar.xz
ice-498731a6548adac226a5d67b7bd8b0d8e47371b9.zip
Misc updates to README files
Diffstat (limited to 'ruby')
-rw-r--r--ruby/README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/ruby/README.md b/ruby/README.md
index 89e8ec7017d..b362c5475a1 100644
--- a/ruby/README.md
+++ b/ruby/README.md
@@ -23,7 +23,7 @@ operating systems and Ruby versions listed for our [supported platforms][2].
### Ruby Versions
-Ice for Ruby supports Ruby versions 1.8.1 or later. You can use a source or
+Ice for Ruby supports Ruby versions 2.0 or later. You can use a source or
binary installation of Ruby.
If you use an RPM installation, the following packages are required:
@@ -42,7 +42,7 @@ If you installed Ruby in a non-standard location, set the `RUBY_HOME`
environment variable to the installation directory. For example:
```
export RUBY_HOME=/opt/ruby
-````
+```
The build of Ice for Ruby requires that you first build Ice for C++ in the
`cpp` subdirectory.
@@ -150,18 +150,18 @@ There are two ways to solve this problem:
- Change the default security context for the Ice extension using the following
command:
- ```
- chcon -t texrel_shlib_t /opt/Ice/ruby/IceRuby.so
- ```
+```
+chcon -t texrel_shlib_t /opt/Ice/ruby/IceRuby.so
+```
Replace `/opt/Ice` with your installation directory.
- Disable SELinux completely by adding the following line to your
`/etc/sysconfig/selinux` file:
- ```
- SELINUX=disabled
- ```
+```
+SELINUX=disabled
+```
[1]: https://zeroc.com/downloads/ice
[2]: https://doc.zeroc.com/ice/3.7/release-notes/supported-platforms-for-ice-3-7-3