# -*- encoding: utf-8 -*- # stub: ruby-oci8 2.2.13 ruby lib # stub: ext/oci8/extconf.rb Gem::Specification.new do |s| s.name = "ruby-oci8".freeze s.version = "2.2.13".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Kubo Takehiro".freeze] s.date = "2024-07-27" s.description = "ruby-oci8 is a ruby interface for Oracle using OCI8 API. It is available with Oracle 10g or later including Oracle Instant Client.\n".freeze s.email = "kubo@jiubao.org".freeze s.extensions = ["ext/oci8/extconf.rb".freeze] s.extra_rdoc_files = ["README.md".freeze] s.files = [".yardopts".freeze, "COPYING".freeze, "COPYING_old".freeze, "ChangeLog".freeze, "Makefile".freeze, "NEWS".freeze, "README.md".freeze, "dist-files".freeze, "docs/bind-array-to-in_cond.md".freeze, "docs/conflicts-local-connections-and-processes.md".freeze, "docs/hanging-after-inactivity.md".freeze, "docs/install-binary-package.md".freeze, "docs/install-full-client.md".freeze, "docs/install-instant-client.md".freeze, "docs/install-on-osx.md".freeze, "docs/ldap-auth-and-function-interposition.md".freeze, "docs/number-type-mapping.md".freeze, "docs/platform-specific-issues.md".freeze, "docs/report-installation-issue.md".freeze, "docs/timeout-parameters.md".freeze, "ext/oci8/.document".freeze, "ext/oci8/MANIFEST".freeze, "ext/oci8/apiwrap.c.tmpl".freeze, "ext/oci8/apiwrap.h.tmpl".freeze, "ext/oci8/apiwrap.rb".freeze, "ext/oci8/apiwrap.yml".freeze, "ext/oci8/attr.c".freeze, "ext/oci8/bind.c".freeze, "ext/oci8/connection_pool.c".freeze, "ext/oci8/encoding.c".freeze, "ext/oci8/env.c".freeze, "ext/oci8/error.c".freeze, "ext/oci8/extconf.rb".freeze, "ext/oci8/hook_funcs.c".freeze, "ext/oci8/lob.c".freeze, "ext/oci8/metadata.c".freeze, "ext/oci8/object.c".freeze, "ext/oci8/oci8.c".freeze, "ext/oci8/oci8.h".freeze, "ext/oci8/oci8lib.c".freeze, "ext/oci8/ocidatetime.c".freeze, "ext/oci8/ocihandle.c".freeze, "ext/oci8/ocinumber.c".freeze, "ext/oci8/oraconf.rb".freeze, "ext/oci8/oradate.c".freeze, "ext/oci8/oranumber_util.c".freeze, "ext/oci8/oranumber_util.h".freeze, "ext/oci8/plthook.h".freeze, "ext/oci8/plthook_elf.c".freeze, "ext/oci8/plthook_osx.c".freeze, "ext/oci8/plthook_win32.c".freeze, "ext/oci8/post-config.rb".freeze, "ext/oci8/stmt.c".freeze, "ext/oci8/thread_util.c".freeze, "ext/oci8/thread_util.h".freeze, "ext/oci8/util.c".freeze, "ext/oci8/win32.c".freeze, "lib/.document".freeze, "lib/dbd/OCI8.rb".freeze, "lib/oci8.rb".freeze, "lib/oci8/.document".freeze, "lib/oci8/bindtype.rb".freeze, "lib/oci8/check_load_error.rb".freeze, "lib/oci8/compat.rb".freeze, "lib/oci8/connection_pool.rb".freeze, "lib/oci8/cursor.rb".freeze, "lib/oci8/datetime.rb".freeze, "lib/oci8/encoding-init.rb".freeze, "lib/oci8/encoding.yml".freeze, "lib/oci8/metadata.rb".freeze, "lib/oci8/object.rb".freeze, "lib/oci8/oci8.rb".freeze, "lib/oci8/ocihandle.rb".freeze, "lib/oci8/oracle_version.rb".freeze, "lib/oci8/properties.rb".freeze, "lib/oci8/version.rb".freeze, "lib/ruby-oci8.rb".freeze, "metaconfig".freeze, "pre-distclean.rb".freeze, "ruby-oci8.gemspec".freeze, "setup.rb".freeze, "test/README.md".freeze, "test/config.rb".freeze, "test/setup_test_object.sql".freeze, "test/setup_test_package.sql".freeze, "test/test_all.rb".freeze, "test/test_appinfo.rb".freeze, "test/test_array_dml.rb".freeze, "test/test_bind_array.rb".freeze, "test/test_bind_boolean.rb".freeze, "test/test_bind_integer.rb".freeze, "test/test_bind_raw.rb".freeze, "test/test_bind_string.rb".freeze, "test/test_bind_time.rb".freeze, "test/test_break.rb".freeze, "test/test_clob.rb".freeze, "test/test_connection_pool.rb".freeze, "test/test_connstr.rb".freeze, "test/test_datetime.rb".freeze, "test/test_dbi.rb".freeze, "test/test_dbi_clob.rb".freeze, "test/test_encoding.rb".freeze, "test/test_error.rb".freeze, "test/test_metadata.rb".freeze, "test/test_object.rb".freeze, "test/test_oci8.rb".freeze, "test/test_oracle_version.rb".freeze, "test/test_oradate.rb".freeze, "test/test_oranumber.rb".freeze, "test/test_package_type.rb".freeze, "test/test_properties.rb".freeze, "test/test_rowid.rb".freeze] s.homepage = "http://www.rubydoc.info/github/kubo/ruby-oci8".freeze s.licenses = ["BSD-2-Clause".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.1".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Ruby interface for Oracle using OCI8 API".freeze s.test_files = ["test/test_all.rb".freeze] end