ruby-oci8 2.2.10-x64-mingw32 → 2.2.11-x64-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6f11569d15e1ba223253c3f09526fdf46656fad7847458251742f2ffedd19345
4
- data.tar.gz: 01d23af2e740fe184cb426fd05b766d4f242424d9f542141b6e8b45e90fa2804
3
+ metadata.gz: 8e2ce479a8ecdfd4bdf6c7d64a9afea01ed021bac819218ef7e9988aa40d0ecd
4
+ data.tar.gz: 06ef80242421f19f5021968df137dd1f89a3221ac1c4fb520d176db2e655f794
5
5
  SHA512:
6
- metadata.gz: d5ec81bde001125408d01e6986adf816a6ccfccc2992b670d5e9fc9bfe835a1e64382494fe5b60422e897f665807da6fe6cdc56e0a86225bfdf1a4b33cc67a38
7
- data.tar.gz: daf5468076cbbf3ba1aeaff11c8ea2b0a5b1f2c6e6003ed74f44e2cb5f2f2a42f7a3c0123f4008b1c70da0112874091607db9b2350f048d4a4c9c607fa74a783
6
+ metadata.gz: 24561b3c26a2ed35583de079c1575dac421bd644320275160ae96157bb5c09a5568f477c5401fc5f24d0bf8ff33a76e5e4539924ec9f2d92bd64d8316b300e65
7
+ data.tar.gz: 730e3b1c126f182b2d1d733ab73328bc2d4694a1fbc4bf7e448cef78da3b695a0a84a7421f084e75f2e95b70b7ad1a687cc0b6229578855d414cc237df38895d
data/NEWS CHANGED
@@ -1,5 +1,14 @@
1
1
  # @markup markdown
2
2
 
3
+ 2.2.11 (2022-02-22)
4
+ ===================
5
+
6
+ - Fix "No DLL is not foud to hook" when `OCI8.properties[:tcp_keepalive_time]` is set and Oracle client is 21c on Windows.
7
+
8
+ (reported at rsim/oracle-enhanced#2262)
9
+
10
+ - Fix "OCI8.properties[:tcp_keepalive_time] isn't available" error when ruby version is 3.1 on Windows.
11
+
3
12
  2.2.10 (2022-01-12)
4
13
  ===================
5
14
 
@@ -4,7 +4,7 @@ class OCI8
4
4
  module Util
5
5
 
6
6
  case RUBY_PLATFORM
7
- when /mswin32|cygwin|mingw32|bccwin32/
7
+ when /mswin32|cygwin|mingw/
8
8
 
9
9
  require 'fiddle/import'
10
10
  require 'fiddle/types'
data/lib/oci8/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class OCI8
2
- VERSION = "2.2.10"
2
+ VERSION = "2.2.11"
3
3
  end
data/lib/oci8lib_250.so CHANGED
Binary file
data/lib/oci8lib_260.so CHANGED
Binary file
data/lib/oci8lib_270.so CHANGED
Binary file
data/lib/oci8lib_300.so CHANGED
Binary file
data/lib/oci8lib_310.so CHANGED
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-oci8
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.10
4
+ version: 2.2.11
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - Kubo Takehiro
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-12 00:00:00.000000000 Z
11
+ date: 2022-02-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: 'ruby-oci8 is a ruby interface for Oracle using OCI8 API. It is available
14
14
  with Oracle 10g or later including Oracle Instant Client.