pg 0.9.0.pre156-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,113 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: pg
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.9.0.pre156
5
+ platform: x86-mingw32
6
+ authors:
7
+ - Michael Granger
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2010-02-18 00:00:00 -08:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: |-
17
+ This is the extension library to access a PostgreSQL database from Ruby.
18
+ This library works with PostgreSQL 7.4 and later.
19
+ email:
20
+ - ged@FaerieMUD.org
21
+ executables: []
22
+
23
+ extensions: []
24
+
25
+ extra_rdoc_files:
26
+ - ChangeLog
27
+ - README
28
+ - README.ja
29
+ - README.OS_X
30
+ - README.windows
31
+ - LICENSE
32
+ files:
33
+ - ChangeLog
34
+ - README
35
+ - README.ja
36
+ - README.OS_X
37
+ - README.windows
38
+ - LICENSE
39
+ - spec/m17n_spec.rb
40
+ - spec/pgconn_spec.rb
41
+ - spec/pgresult_spec.rb
42
+ - spec/lib/helpers.rb
43
+ - lib/pg.rb
44
+ - ext/compat.c
45
+ - ext/pg.c
46
+ - ext/compat.h
47
+ - ext/pg.h
48
+ - ext/extconf.rb
49
+ - rake/191_compat.rb
50
+ - rake/dependencies.rb
51
+ - rake/helpers.rb
52
+ - rake/hg.rb
53
+ - rake/manual.rb
54
+ - rake/packaging.rb
55
+ - rake/publishing.rb
56
+ - rake/rdoc.rb
57
+ - rake/style.rb
58
+ - rake/svn.rb
59
+ - rake/testing.rb
60
+ - rake/verifytask.rb
61
+ - ./README.ja
62
+ - ./README.OS_X
63
+ - ./README.windows
64
+ - ./GPL
65
+ - ./BSD
66
+ - ./Contributors
67
+ - Rakefile.local
68
+ - lib/1.8/pg_ext.so
69
+ - lib/1.9/pg_ext.so
70
+ has_rdoc: true
71
+ homepage: http://bitbucket.org/ged/ruby-pg/
72
+ licenses: []
73
+
74
+ post_install_message:
75
+ rdoc_options:
76
+ - -w
77
+ - "4"
78
+ - -HN
79
+ - -i
80
+ - .
81
+ - -m
82
+ - README
83
+ - -t
84
+ - pg
85
+ - -W
86
+ - http://bitbucket.org/ged/ruby-pg/browser/
87
+ require_paths:
88
+ - lib
89
+ - ext
90
+ required_ruby_version: !ruby/object:Gem::Requirement
91
+ requirements:
92
+ - - ">="
93
+ - !ruby/object:Gem::Version
94
+ version: "0"
95
+ version:
96
+ required_rubygems_version: !ruby/object:Gem::Requirement
97
+ requirements:
98
+ - - ">="
99
+ - !ruby/object:Gem::Version
100
+ version: "0"
101
+ version:
102
+ requirements:
103
+ - PostgreSQL >=7.4
104
+ rubyforge_project:
105
+ rubygems_version: 1.3.5
106
+ signing_key:
107
+ specification_version: 3
108
+ summary: A Ruby interface to the PostgreSQL RDBMS
109
+ test_files:
110
+ - spec/m17n_spec.rb
111
+ - spec/pgconn_spec.rb
112
+ - spec/pgresult_spec.rb
113
+ - spec/lib/helpers.rb