--- !ruby/object:Gem::Specification name: do_postgres version: !ruby/object:Gem::Version hash: 59 prerelease: segments: - 0 - 10 - 6 version: 0.10.6 platform: x86-mswin32-60 authors: - Dirkjan Bussink autorequire: bindir: bin cert_chain: [] date: 2011-03-29 00:00:00 +02:00 default_executable: dependencies: - !ruby/object:Gem::Dependency type: :runtime requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - "=" - !ruby/object:Gem::Version hash: 59 segments: - 0 - 10 - 6 version: 0.10.6 name: data_objects version_requirements: *id001 prerelease: false - !ruby/object:Gem::Dependency type: :development requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 9 segments: - 2 - 5 version: "2.5" name: rspec version_requirements: *id002 prerelease: false - !ruby/object:Gem::Dependency type: :development requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 5 segments: - 0 - 7 version: "0.7" name: rake-compiler version_requirements: *id003 prerelease: false description: Implements the DataObjects API for PostgreSQL email: d.bussink@gmail.com executables: [] extensions: [] extra_rdoc_files: - ChangeLog.markdown - LICENSE - README.markdown files: - ChangeLog.markdown - LICENSE - README.markdown - Rakefile - ext/do_postgres/compat.h - ext/do_postgres/do_common.c - ext/do_postgres/do_common.h - ext/do_postgres/do_postgres.c - ext/do_postgres/error.h - ext/do_postgres/extconf.rb - ext/do_postgres/pg_config.h - lib/do_postgres.rb - lib/do_postgres/encoding.rb - lib/do_postgres/transaction.rb - lib/do_postgres/version.rb - spec/command_spec.rb - spec/connection_spec.rb - spec/encoding_spec.rb - spec/error/sql_error_spec.rb - spec/reader_spec.rb - spec/result_spec.rb - spec/spec_helper.rb - spec/typecast/array_spec.rb - spec/typecast/bigdecimal_spec.rb - spec/typecast/boolean_spec.rb - spec/typecast/byte_array_spec.rb - spec/typecast/class_spec.rb - spec/typecast/date_spec.rb - spec/typecast/datetime_spec.rb - spec/typecast/float_spec.rb - spec/typecast/integer_spec.rb - spec/typecast/nil_spec.rb - spec/typecast/other_spec.rb - spec/typecast/range_spec.rb - spec/typecast/string_spec.rb - spec/typecast/time_spec.rb - tasks/compile.rake - tasks/release.rake - tasks/retrieve.rake - tasks/spec.rake - lib/do_postgres/1.8/do_postgres.so - lib/do_postgres/1.9/do_postgres.so has_rdoc: true homepage: licenses: [] post_install_message: |+ ====================================================================================================== You've installed the binary version of do_postgres. It was built using PostgreSQL version 8.3.15. It's recommended to use the exact same version to avoid potential issues. At the time of building this gem, the necessary DLL files where available in the following download: http://wwwmaster.postgresql.org/redir/107/h/binary/v8.3.15/win32/postgresql-8.3.15-1-binaries-no-installer.zip You can put the following files available in this package in your Ruby bin directory, for example C:\Ruby\bin - lib\libpq.dll - bin\ssleay32.dll - bin\libeay32.dll - bin\libintl-8.dll - bin\libiconv-2.dll - bin\krb5_32.dll - bin\comerr32.dll - bin\k5sprt32.dll - bin\gssapi32.dll ====================================================================================================== rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: dorb rubygems_version: 1.5.2 signing_key: specification_version: 3 summary: DataObjects PostgreSQL Driver test_files: - spec/command_spec.rb - spec/connection_spec.rb - spec/encoding_spec.rb - spec/error/sql_error_spec.rb - spec/reader_spec.rb - spec/result_spec.rb - spec/spec_helper.rb - spec/typecast/array_spec.rb - spec/typecast/bigdecimal_spec.rb - spec/typecast/boolean_spec.rb - spec/typecast/byte_array_spec.rb - spec/typecast/class_spec.rb - spec/typecast/date_spec.rb - spec/typecast/datetime_spec.rb - spec/typecast/float_spec.rb - spec/typecast/integer_spec.rb - spec/typecast/nil_spec.rb - spec/typecast/other_spec.rb - spec/typecast/range_spec.rb - spec/typecast/string_spec.rb - spec/typecast/time_spec.rb