jdbc-postgres 8.4.702 → 9.0.801
Sign up to get free protection for your applications and to get access to all the features.
data/History.txt
CHANGED
@@ -1,3 +1,8 @@
|
|
1
|
+
=== 9.0.801
|
2
|
+
* Upgraded to 9.0-801 drivers (still compatible with PostgreSQL 7.2+).
|
3
|
+
|
4
|
+
See PostgreSQL JDBC {Change Log}[http://jdbc.postgresql.org/changes.html#version_9.0-801].
|
5
|
+
|
1
6
|
=== 8.4.702
|
2
7
|
* Upgraded to 8.4-702 drivers, see PostgreSQL JDBC
|
3
8
|
{Change Log}[http://jdbc.postgresql.org/changes.html#version_8.4-702].
|
data/Manifest.txt
CHANGED
data/lib/jdbc/postgres.rb
CHANGED
Binary file
|
Binary file
|
metadata
CHANGED
@@ -3,10 +3,10 @@ name: jdbc-postgres
|
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease: false
|
5
5
|
segments:
|
6
|
-
-
|
7
|
-
-
|
8
|
-
-
|
9
|
-
version:
|
6
|
+
- 9
|
7
|
+
- 0
|
8
|
+
- 801
|
9
|
+
version: 9.0.801
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Nick Sieger, Ola Bini and JRuby contributors
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-12-
|
17
|
+
date: 2010-12-16 00:00:00 -06:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
@@ -50,8 +50,8 @@ files:
|
|
50
50
|
- README.txt
|
51
51
|
- Rakefile
|
52
52
|
- lib/jdbc/postgres.rb
|
53
|
-
- lib/postgresql-
|
54
|
-
- lib/postgresql-
|
53
|
+
- lib/postgresql-9.0-801.jdbc3.jar
|
54
|
+
- lib/postgresql-9.0-801.jdbc4.jar
|
55
55
|
has_rdoc: true
|
56
56
|
homepage: http://jruby-extras.rubyforge.org/ActiveRecord-JDBC
|
57
57
|
licenses: []
|