postgres 0.7.9.2007.12.12 → 0.7.9.2007.12.22

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/ext/pg.h CHANGED
@@ -4,7 +4,6 @@
4
4
 
5
5
  #include "ruby.h"
6
6
  #include "rubyio.h"
7
- #include "st.h"
8
7
  #include "libpq-fe.h"
9
8
  #include "libpq/libpq-fs.h" /* large-object interface */
10
9
 
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: postgres
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.7.9.2007.12.12
7
- date: 2007-12-12 00:00:00 -08:00
6
+ version: 0.7.9.2007.12.22
7
+ date: 2007-12-22 00:00:00 -08:00
8
8
  summary: Ruby extension library providing an API to PostgreSQL
9
9
  require_paths:
10
10
  - lib
@@ -39,12 +39,13 @@ files:
39
39
  - GPL
40
40
  - LICENSE
41
41
  - README
42
+ - ext/compat.h
43
+ - ext/pg.h
42
44
  - ext/compat.c
43
45
  - ext/pg.c
44
- - ext/pg.h
45
- - ext/compat.h
46
- - compat-ruby-postgres/type-oids.h
46
+ - compat-ruby-postgres/libpq-compat.c
47
47
  - compat-ruby-postgres/postgres.c
48
+ - compat-ruby-postgres/type-oids.h
48
49
  test_files: []
49
50
 
50
51
  rdoc_options: []