kamk-pg 0.8.0

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.
Files changed (3) hide show
  1. data/ext/extconf.rb +87 -0
  2. data/ext/pg.c +3877 -0
  3. metadata +57 -0
metadata ADDED
@@ -0,0 +1,57 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: kamk-pg
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.8.0
5
+ platform: ruby
6
+ authors:
7
+ - Yukihiro Matsumoto
8
+ - Eiji Matsumoto
9
+ - Noboru Saitou
10
+ - Dave Lee
11
+ - Jeff Davis
12
+ autorequire:
13
+ bindir: bin
14
+ cert_chain: []
15
+
16
+ date: 2009-06-30 00:00:00 -07:00
17
+ default_executable:
18
+ dependencies: []
19
+
20
+ description:
21
+ email: ruby-pg@j-davis.com
22
+ executables: []
23
+
24
+ extensions:
25
+ - ext/extconf.rb
26
+ extra_rdoc_files:
27
+ - ext/pg.c
28
+ files:
29
+ - ext/pg.c
30
+ has_rdoc: true
31
+ homepage: http://rubyforge.org/projects/ruby-pg
32
+ post_install_message:
33
+ rdoc_options: []
34
+
35
+ require_paths:
36
+ - lib
37
+ required_ruby_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: 1.8.4
42
+ version:
43
+ required_rubygems_version: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: "0"
48
+ version:
49
+ requirements:
50
+ - PostgreSQL libpq library and headers
51
+ rubyforge_project: ruby-pg
52
+ rubygems_version: 1.2.0
53
+ signing_key:
54
+ specification_version: 2
55
+ summary: Ruby extension library providing an API to PostgreSQL
56
+ test_files: []
57
+