README.rdoc in rjack-jdbc-postgres-9.3.1103.0 vs README.rdoc in rjack-jdbc-postgres-9.4.1200.0
- old
+ new
@@ -5,10 +5,10 @@
* https://github.com/dekellum/rjack
== Description
A gem packaging of the Postgres {JDBC Driver}[http://jdbc.postgresql.org]
-for Java JDBC 4 only (requires Java SE 1.6 or higher).
+for JDBC 4 (Java SE 1.6) and JDBC 4.1 (Java SE 1.7+).
Check this out: you can `require rjack-jdbc-postgres` and it requires
the underlying JDBC driver jar, without any other contortions.
== License