Skip to content

Commit 95cb28e

Browse files
committed
Merge pull request #64 from rsim/readme-update-compatibility-notes
README: update compatibility information
2 parents 05154a9 + 5c70a0c commit 95cb28e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ruby-plsql gem provides simple Ruby API for calling Oracle PL/SQL procedures. It
1010

1111
NUMBER, BINARY_INTEGER, PLS_INTEGER, VARCHAR2, NVARCHAR2, CHAR, NCHAR, DATE, TIMESTAMP, CLOB, BLOB, BOOLEAN, PL/SQL RECORD, TABLE, VARRAY, OBJECT and CURSOR types are supported for input and output parameters and return values of PL/SQL procedures and functions.
1212

13-
ruby-plsql supports Ruby 1.8.7, 1.9.3 and JRuby 1.6.7 implementations.
13+
ruby-plsql supports Ruby 1.8.7, 1.9.3, 2.1.3 and JRuby 1.6.7, 1.7.16 implementations.
1414

1515
USAGE
1616
-----
@@ -127,10 +127,10 @@ or include gem in Gemfile if using bundler.
127127

128128
In addition install either ruby-oci8 (for MRI/YARV) or copy Oracle JDBC driver to $JRUBY_HOME/lib (for JRuby).
129129

130-
If you are using MRI 1.8 or 1.9 Ruby implementation then you need to install ruby-oci8 gem (version 2.0.x or 2.1.x)
130+
If you are using MRI 1.8, 1.9 or 2.x Ruby implementation then you need to install ruby-oci8 gem (version 2.0.x or 2.1.x)
131131
as well as Oracle client, e.g. [Oracle Instant Client](http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html).
132132

133-
If you are using JRuby then you need to download latest [Oracle JDBC driver](http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-112010-090769.html) - either ojdbc6.jar for Java 6 or ojdbc5.jar for Java 5. And copy this file to one of these locations:
133+
If you are using JRuby then you need to download latest [Oracle JDBC driver](http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-112010-090769.html) - either ojdbc6.jar for Java 6, 7, 8 or ojdbc5.jar for Java 5. And copy this file to one of these locations:
134134

135135
* in `./lib` directory of Rails application and require it manually
136136
* in some directory which is in `PATH`
@@ -182,7 +182,7 @@ LICENSE
182182

183183
(The MIT License)
184184

185-
Copyright (c) 2008-2012 Raimonds Simanovskis
185+
Copyright (c) 2008-2014 Raimonds Simanovskis
186186

187187
Permission is hereby granted, free of charge, to any person obtaining
188188
a copy of this software and associated documentation files (the

0 commit comments

Comments
 (0)