# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{pg} s.version = "0.8.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Jakub Kuźma"] s.date = %q{2009-05-13} s.email = %q{qoobaa@gmail.com} s.extensions = ["ext/extconf.rb"] s.extra_rdoc_files = [ "ChangeLog", "LICENSE", "README" ] s.files = [ ".document", ".gitignore", "BSD", "ChangeLog", "Contributors", "GPL", "LICENSE", "README", "Rakefile", "VERSION", "doc/postgres.html", "doc/postgres.jp.html", "ext/compat.c", "ext/compat.h", "ext/extconf.rb", "ext/mingw/Rakefile", "ext/mingw/build.rake", "ext/mkmf.log", "ext/mkrf_config.rb", "ext/pg.c", "ext/pg.h", "ext/vc/pg.sln", "ext/vc/pg_18/pg.vcproj", "ext/vc/pg_19/pg_19.vcproj", "pg.gemspec", "sample/losample.rb", "sample/psql.rb", "sample/psqlHelp.rb", "sample/test1.rb", "sample/test2.rb", "sample/test4.rb", "spec/data/expected_trace.out", "spec/data/random_binary_data", "spec/pgconn_spec.rb", "spec/pgresult_spec.rb" ] s.homepage = %q{http://github.com/qoobaa/pg} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.3} s.summary = %q{provides the module "pg", a Ruby interface to the PostgreSQL} s.test_files = [ "spec/pgconn_spec.rb", "spec/pgresult_spec.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then else end else end end