# -*- encoding: utf-8 -*- # stub: do_postgres 0.10.1 x86-mswin32-60 lib Gem::Specification.new do |s| s.name = "do_postgres".freeze s.version = "0.10.1".freeze s.platform = "x86-mswin32-60".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Dirkjan Bussink".freeze] s.date = "2010-01-09" s.description = "Implements the DataObjects API for PostgreSQL".freeze s.email = "d.bussink@gmail.com".freeze s.extra_rdoc_files = ["README.markdown".freeze, "ChangeLog.markdown".freeze, "LICENSE".freeze] s.files = ["ChangeLog.markdown".freeze, "LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "ext/do_postgres/compat.h".freeze, "ext/do_postgres/do_postgres.c".freeze, "ext/do_postgres/error.h".freeze, "ext/do_postgres/extconf.rb".freeze, "ext/do_postgres/pg_config.h".freeze, "lib/do_postgres.rb".freeze, "lib/do_postgres/1.8/do_postgres.so".freeze, "lib/do_postgres/1.9/do_postgres.so".freeze, "lib/do_postgres/encoding.rb".freeze, "lib/do_postgres/transaction.rb".freeze, "lib/do_postgres/version.rb".freeze, "spec/command_spec.rb".freeze, "spec/connection_spec.rb".freeze, "spec/encoding_spec.rb".freeze, "spec/reader_spec.rb".freeze, "spec/result_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/typecast/array_spec.rb".freeze, "spec/typecast/bigdecimal_spec.rb".freeze, "spec/typecast/boolean_spec.rb".freeze, "spec/typecast/byte_array_spec.rb".freeze, "spec/typecast/class_spec.rb".freeze, "spec/typecast/date_spec.rb".freeze, "spec/typecast/datetime_spec.rb".freeze, "spec/typecast/float_spec.rb".freeze, "spec/typecast/integer_spec.rb".freeze, "spec/typecast/nil_spec.rb".freeze, "spec/typecast/other_spec.rb".freeze, "spec/typecast/range_spec.rb".freeze, "spec/typecast/string_spec.rb".freeze, "spec/typecast/time_spec.rb".freeze, "tasks/compile.rake".freeze, "tasks/release.rake".freeze, "tasks/retrieve.rake".freeze, "tasks/spec.rake".freeze] s.post_install_message = "\n======================================================================================================\n\n You've installed the binary version of do_postgres.\n It was built using PostgreSQL version 8.3.9.\n It's recommended to use the exact same version to avoid potential issues.\n\n At the time of building this gem, the necessary DLL files where available\n in the following download:\n\n http://wwwmaster.postgresql.org/redir/107/h/binary/v8.3.9/win32/postgresql-8.3.9-1-binaries-no-installer.zip\n\n You can put the following files available in this package in your Ruby bin\n directory, for example C:\\Ruby\\bin\n\n - lib\\libpq.dll\n - bin\\ssleay32.dll\n - bin\\libeay32.dll\n - bin\\libintl-8.dll\n - bin\\libiconv-2.dll\n - bin\\krb5_32.dll\n - bin\\comerr32.dll\n - bin\\k5sprt32.dll\n - bin\\gssapi32.dll\n\n======================================================================================================\n\n".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "DataObjects PostgreSQL Driver".freeze s.test_files = ["spec/command_spec.rb".freeze, "spec/connection_spec.rb".freeze, "spec/encoding_spec.rb".freeze, "spec/reader_spec.rb".freeze, "spec/result_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/typecast/array_spec.rb".freeze, "spec/typecast/bigdecimal_spec.rb".freeze, "spec/typecast/boolean_spec.rb".freeze, "spec/typecast/byte_array_spec.rb".freeze, "spec/typecast/class_spec.rb".freeze, "spec/typecast/date_spec.rb".freeze, "spec/typecast/datetime_spec.rb".freeze, "spec/typecast/float_spec.rb".freeze, "spec/typecast/integer_spec.rb".freeze, "spec/typecast/nil_spec.rb".freeze, "spec/typecast/other_spec.rb".freeze, "spec/typecast/range_spec.rb".freeze, "spec/typecast/string_spec.rb".freeze, "spec/typecast/time_spec.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["= 0.10.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.7".freeze]) end