postgres-pr 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/postgres-pr/version.rb +1 -1
  2. metadata +5 -4
@@ -1,3 +1,3 @@
1
1
  module PostgresPR
2
- Version = "0.3.3"
2
+ Version = "0.3.4"
3
3
  end
metadata CHANGED
@@ -3,9 +3,9 @@ rubygems_version: 0.8.4
3
3
  specification_version: 1
4
4
  name: postgres-pr
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.3.3
7
- date: 2005-01-06
8
- summary: A pure Ruby interface to the PostgreSQL database
6
+ version: 0.3.4
7
+ date: 2005-01-09
8
+ summary: A pure Ruby interface to the PostgreSQL (>= 7.4) database
9
9
  require_paths:
10
10
  - lib
11
11
  email: mneumann@ntecs.de
@@ -53,5 +53,6 @@ rdoc_options: []
53
53
  extra_rdoc_files: []
54
54
  executables: []
55
55
  extensions: []
56
- requirements: []
56
+ requirements:
57
+ - PostgreSQL >= 7.4
57
58
  dependencies: []