postgres-pr 0.3.5 → 0.3.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -79,7 +79,6 @@ class PGresult
79
79
  end
80
80
 
81
81
  def type(index)
82
- raise
83
82
  # TODO: correct?
84
83
  @res.fields[index].type_oid
85
84
  end
@@ -1,3 +1,3 @@
1
1
  module PostgresPR
2
- Version = "0.3.5"
2
+ Version = "0.3.6"
3
3
  end
metadata CHANGED
@@ -3,8 +3,8 @@ 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.5
7
- date: 2005-01-22
6
+ version: 0.3.6
7
+ date: 2005-01-31
8
8
  summary: A pure Ruby interface to the PostgreSQL (>= 7.4) database
9
9
  require_paths:
10
10
  - lib
@@ -27,16 +27,16 @@ platform: ruby
27
27
  authors:
28
28
  - Michael Neumann
29
29
  files:
30
+ - lib/postgres-pr
30
31
  - lib/binary_writer.rb
31
32
  - lib/byteorder.rb
32
- - lib/postgres-pr
33
33
  - lib/binary_reader.rb
34
34
  - lib/postgres.rb
35
35
  - lib/buffer.rb
36
36
  - lib/postgres-pr/typeconv
37
+ - lib/postgres-pr/postgres-compat.rb
37
38
  - lib/postgres-pr/connection.rb
38
39
  - lib/postgres-pr/message.rb
39
- - lib/postgres-pr/postgres-compat.rb
40
40
  - lib/postgres-pr/version.rb
41
41
  - lib/postgres-pr/typeconv/array.rb
42
42
  - lib/postgres-pr/typeconv/bytea.rb
@@ -44,9 +44,9 @@ files:
44
44
  - lib/postgres-pr/typeconv/TC_conv.rb
45
45
  - test/TC_message.rb
46
46
  - examples/og
47
+ - examples/test_connection.rb
47
48
  - examples/client.rb
48
49
  - examples/server.rb
49
- - examples/test_connection.rb
50
50
  - examples/og/test.rb
51
51
  test_files: []
52
52
  rdoc_options: []