Sha256: 603cf1683ec31ca1a856aabdf515321e14eff675ba1fd72eab84e9958d897cb6
Contents?: true
Size: 1.88 KB
Versions: 0
Compression: gzip
Compressed size: 828 Bytes
Stored size: 828 Bytes
Contents
--- !ruby/object:Gem::Specification name: pg version: !ruby/object:Gem::Version version: 0.9.0 platform: ruby 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: - ext/extconf.rb 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 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