ruby-oci8 2.2.10-x86-mingw32 → 2.2.11-x86-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: a3035b58d87218c4734037f1fbd37bf90a1bc4f9c7ee862b9d7540a7e10e0f35
4
- data.tar.gz: 7c9d57a3e5c66037f824592711f1ed98e172368b349d2b6bfccd79ff1fae2049
3
+ metadata.gz: f5f1a5ff7457f215658d7a19230515f74981e103a24c0177f44c37e7e07c2320
4
+ data.tar.gz: 1329a361da85b4de8afc67bf3eed9325855f79c0a84abefbc6406ca5c8a0e29a
5
5
  SHA512:
6
- metadata.gz: 917ea5461913071352df5f57269b60591f807a70e28590f4ae00da4ebfed03e2b64c44cd76618880ab4d2cd8988170501bbc11aac7941ac782d92a8eb9fe348e
7
- data.tar.gz: baa6495d40b3b010a29d359d61b4bdc40b3135751b28d262055d061b36c41531028aba431441aeca0a482943e20b13f689b570101332d4a7930c6d9e50c5f3ec
6
+ metadata.gz: 7bbc81339871add8889563ff8d9bdfbc2d7cf77c4270125cea31a9dea75c4f504946a5fd98180119d573dc8480fcc1f12a2cc25dbc68b33bc5c79cf2383f0a05
7
+ data.tar.gz: b46c78cc1474f325a990e14ac9151aea442f0aad4df5cfadb4877d7a8463f3df7689a729ffc6e2788607309bb97a3190e1be8439d7f9de3bc4fda0944833c786
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: x86-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.