jdbc-postgres 8.4.702 → 9.0.801

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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
@@ -5,5 +5,5 @@ README.txt
5
5
  Rakefile
6
6
  lib/jdbc
7
7
  lib/jdbc/postgres.rb
8
- lib/postgresql-8.4-702.jdbc3.jar
9
- lib/postgresql-8.4-702.jdbc4.jar
8
+ lib/postgresql-9.0-801.jdbc3.jar
9
+ lib/postgresql-9.0-801.jdbc4.jar
data/lib/jdbc/postgres.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module Jdbc
2
2
  module Postgres
3
- VERSION = "8.4.702"
3
+ VERSION = "9.0.801"
4
4
 
5
5
  def self.require_driver_jar
6
6
  vers = VERSION.split( '.' )
metadata CHANGED
@@ -3,10 +3,10 @@ name: jdbc-postgres
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
- - 8
7
- - 4
8
- - 702
9
- version: 8.4.702
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-06 00:00:00 -06:00
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-8.4-702.jdbc3.jar
54
- - lib/postgresql-8.4-702.jdbc4.jar
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: []