Sha256: 0439d915715fde6ceec9f1e9f6534e7cdc2a24c3cd1f8ac00e5bff79bd62b2ef
Contents?: true
Size: 1.97 KB
Versions: 0
Compression: gzip
Compressed size: 852 Bytes
Stored size: 852 Bytes
Contents
--- !ruby/object:Gem::Specification name: pg version: !ruby/object:Gem::Version version: 0.9.0 platform: x86-mingw32 authors: - Michael Granger autorequire: bindir: bin cert_chain: [] date: 2010-02-28 00:00:00 -08:00 default_executable: dependencies: [] description: |- This is the extension library to access a PostgreSQL database from Ruby. This library works with PostgreSQL 7.4 and later. email: - ged@FaerieMUD.org executables: [] extensions: [] extra_rdoc_files: - ChangeLog - README - LICENSE files: - Rakefile - ChangeLog - README - LICENSE - spec/m17n_spec.rb - spec/pgconn_spec.rb - spec/pgresult_spec.rb - spec/lib/helpers.rb - lib/pg.rb - ext/compat.c - ext/pg.c - ext/compat.h - ext/pg.h - ext/extconf.rb - rake/191_compat.rb - rake/dependencies.rb - rake/helpers.rb - rake/hg.rb - rake/manual.rb - rake/packaging.rb - rake/publishing.rb - rake/rdoc.rb - rake/style.rb - rake/svn.rb - rake/testing.rb - rake/verifytask.rb - ./README.ja - ./README.OS_X - ./README.windows - ./GPL - ./BSD - ./Contributors - Rakefile.local - spec/data/expected_trace.out - spec/data/random_binary_data - lib/1.8/pg_ext.so - lib/1.9/pg_ext.so has_rdoc: true homepage: http://bitbucket.org/ged/ruby-pg/ licenses: [] post_install_message: rdoc_options: - -w - "4" - -HN - -i - . - -m - README - -t - pg - -W - http://bitbucket.org/ged/ruby-pg/browser/ require_paths: - lib - ext required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: - PostgreSQL >=7.4 rubyforge_project: rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: A Ruby interface to the PostgreSQL RDBMS test_files: - spec/m17n_spec.rb - spec/pgconn_spec.rb - spec/pgresult_spec.rb - spec/lib/helpers.rb - spec/data/expected_trace.out - spec/data/random_binary_data