--- !ruby/object:Gem::Specification name: do_postgres version: !ruby/object:Gem::Version version: 0.10.17 platform: x86-mswin32-60 authors: - Dirkjan Bussink autorequire: bindir: bin cert_chain: [] date: 2016-01-24 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: data_objects requirement: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 0.10.17 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 0.10.17 - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '2.5' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '2.5' - !ruby/object:Gem::Dependency name: rake-compiler requirement: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '0.7' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '0.7' 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 - lib/do_postgres/2.0/do_postgres.so - lib/do_postgres/2.1/do_postgres.so - lib/do_postgres/2.2/do_postgres.so - lib/do_postgres/2.3/do_postgres.so homepage: licenses: [] metadata: {} post_install_message: |2+ ====================================================================================================== You've installed the binary version of do_postgres. It was built using PostgreSQL version 8.4.12. 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.4.12/win32/postgresql-8.4.12-1-windows-binaries.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 requirements: - - '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: dorb rubygems_version: 2.0.14 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