-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathproject.yml
34 lines (33 loc) · 877 Bytes
/
project.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
project_name: pg
project_homepage: http://bitbucket.org/ged/ruby-pg/
project_summary: A Ruby interface to the PostgreSQL RDBMS
project_description: |-
This is the extension library to access a PostgreSQL database from Ruby.
This library works with PostgreSQL 7.4 and later.
project_pubhost: deveiate.org
project_pubdir: /usr/local/www/public/code/
project_licenses:
- Ruby
- GPL
- BSD
gem_pubhost: rubygems.org
release_mailto: Ruby-Talk List <[email protected]>
release_smtphost: mail.faeriemud.org
post_install_message: ""
authors:
Jeff Davis: [email protected]
Michael Granger: [email protected]
project_dependencies: {}
dev_dependencies:
rake-compiler: ~>0.7.0
project_requirements:
PostgreSQL: ">=7.4"
additional_pkgfiles:
- README.*
- GPL
- BSD
- Contributors
excluded_pkgfiles: []
required_ruby_version: ">=1.8.7"
version_file: ../ext/pg.c