jdbc-postgres 8.4.701-java → 8.4.702-java
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,7 @@
|
|
1
|
+
=== 8.4.702
|
2
|
+
* Upgraded to 8.4-702 drivers, see PostgreSQL JDBC
|
3
|
+
{Change Log}[http://jdbc.postgresql.org/changes.html#version_8.4-702].
|
4
|
+
|
1
5
|
=== 8.4.701
|
2
6
|
* Upgraded to 8.4-701 drivers, see PostgreSQL JDBC
|
3
7
|
{Change Log}[http://jdbc.postgresql.org/changes.html#version_8.4-701].
|
data/Manifest.txt
CHANGED
data/lib/jdbc/postgres.rb
CHANGED
Binary file
|
Binary file
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 8
|
7
7
|
- 4
|
8
|
-
-
|
9
|
-
version: 8.4.
|
8
|
+
- 702
|
9
|
+
version: 8.4.702
|
10
10
|
platform: java
|
11
11
|
authors:
|
12
12
|
- Nick Sieger, Ola Bini and JRuby contributors
|
@@ -14,10 +14,24 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-
|
17
|
+
date: 2010-09-24 00:00:00 -05:00
|
18
18
|
default_executable:
|
19
|
-
dependencies:
|
20
|
-
|
19
|
+
dependencies:
|
20
|
+
- !ruby/object:Gem::Dependency
|
21
|
+
name: rubyforge
|
22
|
+
prerelease: false
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
24
|
+
none: false
|
25
|
+
requirements:
|
26
|
+
- - ">="
|
27
|
+
- !ruby/object:Gem::Version
|
28
|
+
segments:
|
29
|
+
- 2
|
30
|
+
- 0
|
31
|
+
- 4
|
32
|
+
version: 2.0.4
|
33
|
+
type: :development
|
34
|
+
version_requirements: *id001
|
21
35
|
description: Install this gem and require 'postgres' within JRuby to load the driver.
|
22
36
|
email: nick@nicksieger.com, ola.bini@gmail.com
|
23
37
|
executables: []
|
@@ -36,8 +50,8 @@ files:
|
|
36
50
|
- README.txt
|
37
51
|
- Rakefile
|
38
52
|
- lib/jdbc/postgres.rb
|
39
|
-
- lib/postgresql-8.4-
|
40
|
-
- lib/postgresql-8.4-
|
53
|
+
- lib/postgresql-8.4-702.jdbc3.jar
|
54
|
+
- lib/postgresql-8.4-702.jdbc4.jar
|
41
55
|
has_rdoc: true
|
42
56
|
homepage: http://jruby-extras.rubyforge.org/ActiveRecord-JDBC
|
43
57
|
licenses: []
|
@@ -49,6 +63,7 @@ rdoc_options:
|
|
49
63
|
require_paths:
|
50
64
|
- lib
|
51
65
|
required_ruby_version: !ruby/object:Gem::Requirement
|
66
|
+
none: false
|
52
67
|
requirements:
|
53
68
|
- - ">="
|
54
69
|
- !ruby/object:Gem::Version
|
@@ -56,6 +71,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
56
71
|
- 0
|
57
72
|
version: "0"
|
58
73
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
74
|
+
none: false
|
59
75
|
requirements:
|
60
76
|
- - ">="
|
61
77
|
- !ruby/object:Gem::Version
|
@@ -65,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
65
81
|
requirements: []
|
66
82
|
|
67
83
|
rubyforge_project: jruby-extras
|
68
|
-
rubygems_version: 1.3.
|
84
|
+
rubygems_version: 1.3.7
|
69
85
|
signing_key:
|
70
86
|
specification_version: 3
|
71
87
|
summary: PostgreSQL JDBC driver for Java and PostgreSQL/ActiveRecord-JDBC.
|